|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| com.sun.grizzly.filter | |
| Uses of Message in com.sun.grizzly.filter |
|---|
| Classes in com.sun.grizzly.filter that implement Message | |
|---|---|
class |
ClosedMessage
|
class |
FragmentMessage
Since the Custom Protocol is a fixed sized Protocol when the size of an Message is larger than 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 |
MessageBase
Note idea taken from com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase Knows how to construct various CustomProtocol Messages out of an ByteBuffer. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||