|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProtocolFilter in com.sun.grizzly |
---|
Fields in com.sun.grizzly with type parameters of type ProtocolFilter | |
---|---|
protected List<ProtocolFilter> |
DefaultProtocolChain.protocolFilters
The list of ProtocolFilter this chain will invoke. |
Methods in com.sun.grizzly that return ProtocolFilter | |
---|---|
ProtocolFilter |
DefaultProtocolChain.setProtocolFilter(int pos,
ProtocolFilter protocolFilter)
Insert a ProtocolFilter at position pos. |
Methods in com.sun.grizzly with parameters of type ProtocolFilter | |
---|---|
void |
ProtocolChain.addFilter(int pos,
ProtocolFilter protocolFilter)
Insert a ProtocolFilter to the list at position 'pos'. |
void |
DefaultProtocolChain.addFilter(int pos,
ProtocolFilter protocolFilter)
Insert a ProtocolFilter at position pos. |
boolean |
ProtocolChain.addFilter(ProtocolFilter protocolFilter)
Add a ProtocolFilter to the list. |
boolean |
DefaultProtocolChain.addFilter(ProtocolFilter protocolFilter)
Add the ProtocolFilter to this ProtocolChain |
protected void |
DefaultProtocolChain.notifyException(DefaultProtocolChain.Phase phase,
ProtocolFilter filter,
Throwable throwable)
Notifies all DefaultProtocolChain.EventHandler s about exception, which occured |
void |
DefaultProtocolChain.EventHandler.onException(DefaultProtocolChain.Phase phase,
ProtocolFilter filter,
Throwable throwable)
|
boolean |
ProtocolChain.removeFilter(ProtocolFilter theFilter)
Remove the ProtocolFilter from this chain. |
boolean |
DefaultProtocolChain.removeFilter(ProtocolFilter theFilter)
Remove a ProtocolFilter. |
ProtocolFilter |
DefaultProtocolChain.setProtocolFilter(int pos,
ProtocolFilter protocolFilter)
Insert a ProtocolFilter at position pos. |
Uses of ProtocolFilter in com.sun.grizzly.arp |
---|
Classes in com.sun.grizzly.arp that implement ProtocolFilter | |
---|---|
class |
AsyncProtocolFilter
A ProtocolFilter that allow asynchronous http request processing. |
Uses of ProtocolFilter in com.sun.grizzly.filter |
---|
Classes in com.sun.grizzly.filter that implement ProtocolFilter | |
---|---|
class |
EchoAsyncWriteQueueFilter
Simple echo filter |
class |
EchoFilter
Simple echo filter |
class |
LogFilter
Simple filter that log that output the bytes read. |
class |
MessageDispatcher
Filter which dispatches parsed fully constructed Messages. |
class |
ParserProtocolFilter
Simple ProtocolFilter implementation which read the available bytes and delegate the decision of reading more bytes or not to a ProtocolParser. |
class |
ReadFilter
Simple ProtocolFilter implementation which read the available bytes
and delegate the processing to the next ProtocolFilter in the ProtocolChain . |
class |
SSLEchoAsyncWriteQueueFilter
SSL echo filter, which uses AsyncQueueWriter |
class |
SSLEchoFilter
Simple echo filter |
class |
SSLReadFilter
Simple ProtocolFilter implementation which execute an SSL handshake and decrypt the bytes, the pass the control to the next filter. |
class |
UDPReadFilter
Deprecated. The ReadFilter can be used for both TCP and UDP. |
class |
UDPWriteFilter
Simple ProtocolFilter implementation which write the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain. |
Methods in com.sun.grizzly.filter with parameters of type ProtocolFilter | |
---|---|
void |
CustomProtocolClient.addProtocolFilter(ProtocolFilter protocolFilter)
Adds a Filter before the CustomProtocol Filters will execute. |
void |
CustomProtocolClient.addProtocolFilter(ProtocolFilter protocolFilter,
boolean beforeParser)
Users can add addtional ProtocolFilters to the Reading Chain. |
Uses of ProtocolFilter in com.sun.grizzly.http |
---|
Classes in com.sun.grizzly.http that implement ProtocolFilter | |
---|---|
class |
DefaultProtocolFilter
Default ProtocolFilter implementation, that allows HTTP request processing. |
Methods in com.sun.grizzly.http that return ProtocolFilter | |
---|---|
protected ProtocolFilter |
SelectorThread.createHttpParserFilter()
Create HTTP parser ProtocolFilter |
protected ProtocolFilter |
SelectorThread.createRaFilter()
Create and configure resource allocation ProtocolFilter |
Uses of ProtocolFilter in com.sun.grizzly.portunif |
---|
Classes in com.sun.grizzly.portunif that implement ProtocolFilter | |
---|---|
class |
PUReadFilter
Port unification ReadFilter. |
Uses of ProtocolFilter in com.sun.grizzly.rcm |
---|
Classes in com.sun.grizzly.rcm that implement ProtocolFilter | |
---|---|
class |
ResourceAllocationFilter
This ProtocolFilter is an implementation of a Resource Consumption Management (RCM) system. |
Uses of ProtocolFilter in com.sun.grizzly.ssl |
---|
Classes in com.sun.grizzly.ssl that implement ProtocolFilter | |
---|---|
class |
SSLAsyncProtocolFilter
Asynchronous SSL support over NIO. |
class |
SSLDefaultProtocolFilter
SSL support over NIO. |
Methods in com.sun.grizzly.ssl that return ProtocolFilter | |
---|---|
protected ProtocolFilter |
SSLSelectorThread.createHttpParserFilter()
Create HTTP parser ProtocolFilter |
Uses of ProtocolFilter in com.sun.grizzly.suspendable |
---|
Classes in com.sun.grizzly.suspendable that implement ProtocolFilter | |
---|---|
class |
SuspendableFilter<T>
Suspend the processing of the request and associated ProtocolChain |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |