Uses of Package
com.sun.grizzly.filter

Packages that use com.sun.grizzly.filter
com.sun.grizzly.filter   
com.sun.grizzly.portunif   
com.sun.grizzly.rcm   
 

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 aServer.
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.
ParserProtocolFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the decision of reading more bytes or not to a ProtocolParser.
ProtocolOutputStream
          A Stream which wraps bytes into an Custom Protocol.
ReadFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain.
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
           
 

Classes in com.sun.grizzly.filter used by com.sun.grizzly.portunif
ReadFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain.
 

Classes in com.sun.grizzly.filter used by com.sun.grizzly.rcm
ParserProtocolFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the decision of reading more bytes or not to a ProtocolParser.
ReadFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.