Uses of Interface
nl.west.aaa.TransportProtocol

Packages that use TransportProtocol
nl.west.aaa   
nl.west.aaa.radius   
 

Uses of TransportProtocol in nl.west.aaa
 

Classes in nl.west.aaa that implement TransportProtocol
 class TCPTransport
           
 class UDPTransport
           
 

Fields in nl.west.aaa declared as TransportProtocol
 TransportProtocol Message.transportProtocol
          Idicates the used TransportProtocol to send this message.
 

Methods in nl.west.aaa with parameters of type TransportProtocol
 void AAAUnit.handleIncoming(java.io.InputStream in, Identifier from, TransportProtocol prot)
          Process incoming connections.
 void AAAUnit.handleIncoming(byte[] data, Identifier from, TransportProtocol prot)
          Process incoming connections.
 void AAAUnit.addTransportProtocol(TransportProtocol prot)
          Add the given TransportProtocol to the list of supported protocols.
 void AAAUnit.removeTransportProtocol(TransportProtocol prot)
          Remove the given TransportProtocol from the list of available TransportProtocols.
 

Uses of TransportProtocol in nl.west.aaa.radius
 

Classes in nl.west.aaa.radius that implement TransportProtocol
 class RadiusTransport
           
 




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