Uses of Class
nl.west.aaa.Identifier

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

Uses of Identifier in nl.west.aaa
 

Fields in nl.west.aaa declared as Identifier
 Identifier Message.sender
          The sender of the message.
 Identifier Message.receiver
          The receiver of this message.
 

Methods in nl.west.aaa with parameters of type Identifier
 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.sendMessage(Message msg, Identifier to)
          Send a message.
 void TransportProtocol.sendMessage(byte[] data, Identifier id)
          Send the message to the identifier.
 void AccountingHandler.addForPolling(Identifier id, long interval)
           
 void AccountingHandler.removeForPolling(Identifier id)
           
 Message RecordFormat.decodeMessage(java.io.InputStream in, Identifier from)
          Read a Message from a stream.
 Message RecordFormat.decodeMessage(byte[] data, Identifier from)
          Read a Message from a byte array.
 void AccountingSender.addReceiver(Identifier server)
          Adds the given Identifier to the list of possible accounting servers.
 void AccountingSender.removeReceiver(Identifier server)
          Removes the given accounting-server from the list of registered accounting-servers.
 boolean Identifier.equals(Identifier id)
          Test if these Identifiers match.
 void UDPTransport.sendMessage(byte[] data, Identifier id)
          Send the given data to the destination.
 void TCPTransport.sendMessage(byte[] data, Identifier id)
           
 Message Message.forward(Identifier to)
          Make a new message to forward to the specified destination.
 Message JObjectFormat.decodeMessage(java.io.InputStream in, Identifier from)
          Read a Message from the InputStream.
 Message JObjectFormat.decodeMessage(byte[] data, Identifier from)
           
 

Constructors in nl.west.aaa with parameters of type Identifier
AAAUnit.AAAUnit(Identifier id)
          Construct a new AAAUnit with the given Identifier.
 

Uses of Identifier in nl.west.aaa.radius
 

Methods in nl.west.aaa.radius with parameters of type Identifier
 Message RadiusFormat.decodeMessage(byte[] data, Identifier from)
           
 Message RadiusFormat.decodeMessage(java.io.InputStream in, Identifier from)
          Read a RADIUS message from the stream.
 void RadiusTransport.sendMessage(byte[] data, Identifier id)
           
 




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