|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.sun.grizzly.filter | |
|---|---|
| com.sun.grizzly.filter | |
| Classes in com.sun.grizzly.filter used by com.sun.grizzly.filter | |
|---|---|
| BytesTrafficListener
This could be used by Progressbars to show an indication that bytes go over the wire |
|
| Client
Client API for communicating with a Server. |
|
| InputStreamMessage
Gives an Message an RemoteInputStream so that clients can retrieve the Message Payload
by getting this Message InputStream. |
|
| IOExceptionHandler
|
|
| Message
Various Contstants defining the Custom protocol. |
|
| Message.ErrorCode
|
|
| MessageBase
Note idea taken from com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase Knows how to construct various CustomProtocol Messages out of an ByteBuffer. |
|
| MessageError
Used to signal Errors which happen in the Protocol Layer. |
|
| MessageParseException
If something went wrong during parsing like a Bad Magic or bad Message Format usually a <@link MessageParseException> is thrown. |
|
| ProtocolOutputStream
A Stream which wraps bytes into an Custom Protocol. |
|
| RemoteCall
|
|
| RemoteInputStream
Stream that blocks on empty RemoteInputStream.read() until RemoteInputStream.close()
is called. |
|
| 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 |
|
| ReplyMessageFactory
When a client expects an reply it calls ReplyMessageFactory.createReplyMessage(java.lang.Integer)
and gets a ReplyMessage on which sometime in the future
an reply will arrive. |
|
| RequestMessage
Used to send an Request to an Endpoint. |
|
| Server
Server API for communicating with Client. |
|
| SSLPreProcessor
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||