Uses of Class
org.livetribe.slp.spi.msg.Message

Packages that use Message
org.livetribe.slp.spi   
org.livetribe.slp.spi.msg   
 

Uses of Message in org.livetribe.slp.spi
 

Methods in org.livetribe.slp.spi with parameters of type Message
protected  void Converger.add(Message message)
           
protected  byte[] StandardAgentManager.serializeMessage(Message message)
           
 

Uses of Message in org.livetribe.slp.spi.msg
 

Subclasses of Message in org.livetribe.slp.spi.msg
 class DAAdvert
          The RFC 2608 DAAdvert message body is the following:
 class Rply
           
 class Rqst
           
 class SAAdvert
          The RFC 2608 DAAdvert message body is the following:
 class SrvAck
          The RFC 2608 SrvAck message body is the following:
 class SrvDeReg
          The RFC 2608 SrvDeReg message body is the following:
 class SrvReg
          The RFC 2608 SrvReg message body is the following:
 class SrvRply
          The RFC 2608 SrvRply message body is the following:
 class SrvRqst
          The RFC 2608 SrvRqst message body is the following:
 

Methods in org.livetribe.slp.spi.msg that return Message
static Message Message.deserialize(byte[] bytes)
          Parses the header of SLP messages, then each message parses its body via deserializeBody(byte[]).
 



Copyright © 2006-2012 LiveTribe. All Rights Reserved.