Uses of Class
nl.west.aaa.Message

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

Uses of Message in nl.west.aaa
 

Methods in nl.west.aaa that return Message
 Message ReplyHandler.waitForReply(Message msg, long timeout)
          Wait for a reply to the message to come in.
 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.
 Message Message.reply(int type, java.util.Hashtable attrs)
          Make a reply to this message with given messageType and attributes.
 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)
           
 

Methods in nl.west.aaa with parameters of type Message
 boolean MessageHandlerContainer.handleMessage(Message msg, AAAUnit unit)
          Try sending the message to the handlers.
 boolean AAAUnit.handleMessage(Message msg, AAAUnit unit)
          Handle an incoming message.
 void AAAUnit.sendMessage(Message msg, Identifier to)
          Send a message.
 void ReplyHandler.prepareForReply(Message msg)
          Prepare this message for receiving a reply.
 Message ReplyHandler.waitForReply(Message msg, long timeout)
          Wait for a reply to the message to come in.
 boolean ReplyHandler.handleMessage(Message msg, AAAUnit unit)
          If the message is a reply to a registered waiter, the waiter is woken up and true is returned.
 boolean AccountingHandler.handleMessage(Message msg, AAAUnit unit)
          Process the incoming message.
protected abstract  boolean AccountingHandler.handleRequest(Message msg, AAAUnit unit)
          Handle the incoming accounting request.
 byte[] RecordFormat.encodeMessage(Message msg)
          Encode a given message.
 boolean MessageHandler.handleMessage(Message msg, AAAUnit unit)
          Process the incoming message.
 boolean DebugHandler.handleMessage(Message msg, AAAUnit unit)
           
 boolean Message.isReplyTo(Message msg)
          Checks if this message is a valid reply to the given message.
 byte[] JObjectFormat.encodeMessage(Message msg)
           
 boolean DomainHandler.handleMessage(Message msg, AAAUnit unit)
           
 

Constructors in nl.west.aaa with parameters of type Message
Message.Message(Message msg)
          Make a new message based on the given message.
 

Uses of Message in nl.west.aaa.radius
 

Methods in nl.west.aaa.radius that return Message
 Message RadiusFormat.decodeMessage(byte[] data, Identifier from)
           
 Message RadiusFormat.decodeMessage(java.io.InputStream in, Identifier from)
          Read a RADIUS message from the stream.
 

Methods in nl.west.aaa.radius with parameters of type Message
 byte[] RadiusFormat.encodeMessage(Message msg)
           
 




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