Uses of Class
message.ChannelMessagePart

Packages that use ChannelMessagePart
message Provides different message formats, the InputOutputHandler is capable of transmitting. 
 

Uses of ChannelMessagePart in message
 

Methods in message that return ChannelMessagePart
static ChannelMessagePart ChannelMessagePart.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChannelMessagePart[] ChannelMessagePart.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in message with parameters of type ChannelMessagePart
private  byte[] ChannelMessage.getPart(ChannelMessagePart messagePart)
          Returns a byte representation of a MessagePart.
private  void ChannelMessage.setPart(ChannelMessagePart messagePart, byte[] data)
          Saves a byte representation of a MessagePart.