JXTA

Uses of Class
net.jxta.protocol.PipeResolverMessage.MessageType

Packages that use PipeResolverMessage.MessageType
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of PipeResolverMessage.MessageType in net.jxta.protocol
 

Methods in net.jxta.protocol that return PipeResolverMessage.MessageType
 PipeResolverMessage.MessageType PipeResolverMessage.getMsgType()
          Returns whether this message is a query or a response.
static PipeResolverMessage.MessageType PipeResolverMessage.MessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PipeResolverMessage.MessageType[] PipeResolverMessage.MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jxta.protocol with parameters of type PipeResolverMessage.MessageType
 void PipeResolverMessage.setMsgType(PipeResolverMessage.MessageType type)
          Sets the message type of this message.
 


JXSE