nl.west.aaa.radius
Class RadiusTransport

java.lang.Object
  |
  +--nl.west.aaa.UDPTransport
        |
        +--nl.west.aaa.radius.RadiusTransport

public class RadiusTransport
extends UDPTransport
implements TransportProtocol


Fields inherited from class nl.west.aaa.UDPTransport
receiver, sendPort, sendSocket
 
Constructor Summary
RadiusTransport()
           
 
Method Summary
 void sendMessage(byte[] data, Identifier id)
          Send the message to the identifier.
 
Methods inherited from class nl.west.aaa.UDPTransport
addSocketListener, startListening
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiusTransport

public RadiusTransport()
                throws java.net.SocketException
Method Detail

sendMessage

public void sendMessage(byte[] data,
                        Identifier id)
                 throws java.io.IOException
Description copied from interface: TransportProtocol
Send the message to the identifier. If an error has occured an IOException will be thrown. No thrown exception may indicate that the transportprotocol has handled the message correctly. The signaling of receipt of the message by the receiver (transport level acnoledgement) is protocol dependant.
Specified by:
sendMessage in interface TransportProtocol
Overrides:
sendMessage in class UDPTransport



Arthur <arthur@ch.twi.tudelft.nl> http://ch.twi.tudelft.nl/~arthur/
2002-05-27