Uses of Class
com.sun.grizzly.filter.MessageBase

Packages that use MessageBase
com.sun.grizzly.filter   
 

Uses of MessageBase in com.sun.grizzly.filter
 

Subclasses of MessageBase in com.sun.grizzly.filter
 class ClosedMessage
           
 class FragmentMessage
          Since the Custom Protocol is a fixed sized Protocol when the size of an Message is larger than Message.MessageMaxLength 8192 an Message gets split into Fragments.
 class InputStreamMessage
          Gives an Message an RemoteInputStream so that clients can retrieve the Message Payload by getting this Message InputStream.
 class MessageError
          Used to signal Errors which happen in the Protocol Layer.
 class ReplyMessage
          Used to Reply to a RequestMessage A Endpoint which sends an Request to an opposite Endpoint waits on an InpuStream which gets filled with the payload of this InputStream
 class RequestMessage
          Used to send an Request to an Endpoint.
 

Fields in com.sun.grizzly.filter declared as MessageBase
protected  MessageBase CustomProtocolParser.msg
           
 

Methods in com.sun.grizzly.filter that return MessageBase
 MessageBase MessageParseException.convertToMessage()
           
 MessageBase CustomProtocolParser.getNextMessage()
          When getNextMessage() is called parser first has to check if anouther incomplete MessageBase is in the current ByteBuffer.
static MessageBase MessageBase.parseHeader(ByteBuffer buf, int startPosition, ReplyMessageFactory replyInputStreamFactory)
          Parses the Header of the Custom Protocol.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.