com.sun.grizzly.filter
Class ReplyMessage

java.lang.Object
  extended by com.sun.grizzly.filter.MessageBase
      extended by com.sun.grizzly.filter.InputStreamMessage
          extended by com.sun.grizzly.filter.ReplyMessage
All Implemented Interfaces:
Message

public class ReplyMessage
extends InputStreamMessage

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

Version:
1.0
Author:
John Vieten 21.06.2008

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.grizzly.filter.Message
Message.ErrorCode
 
Field Summary
 
Fields inherited from class com.sun.grizzly.filter.MessageBase
flags, messageType, requestId, sessionId, uniqueMessageId, useGzip
 
Fields inherited from interface com.sun.grizzly.filter.Message
APPLICATION_LAYER_ERROR_BIT, CurrentVersion, GZIP_BIT, HeaderLength, Magic, MagicByteLength, Message_Error, Message_Fragment, Message_Reply, Message_Request, MessageMaxLength, MORE_FRAGMENTS_BIT
 
Constructor Summary
ReplyMessage()
           
 
Method Summary
 
Methods inherited from class com.sun.grizzly.filter.InputStreamMessage
getInputStream
 
Methods inherited from class com.sun.grizzly.filter.MessageBase
checkMagic, getMessageSize, getMessageType, getNeededBytesSize, getRequestId, getSessionId, getUniqueMessageId, isApplicationLayerException, isClean, isError, isGzip, moreFragmentsToFollow, parseHeader, setMessageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyMessage

public ReplyMessage()


Copyright © 2012 Oracle Corporation. All Rights Reserved.