Modifier and Type | Class and Description |
---|---|
class |
LZMAFilter |
Modifier and Type | Class and Description |
---|---|
class |
GZipFilter
This class implements a
Filter which
encodes/decodes data in the GZIP format. |
Modifier and Type | Interface and Description |
---|---|
interface |
CodecFilter<K,L> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodecFilter<K,L> |
class |
BaseFilter
Provides empty implementation for
Filter processing methods. |
class |
TransportFilter
|
Modifier and Type | Field and Description |
---|---|
protected List<Filter> |
ListFacadeFilterChain.filters
The list of Filters this chain will invoke.
|
protected List<Filter> |
FilterChainBuilder.patternFilterChain |
Modifier and Type | Method and Description |
---|---|
Filter |
ListFacadeFilterChain.get(int index) |
Filter |
FilterChainBuilder.get(int index) |
Filter |
FilterChainEnabledTransport.getTransportFilter()
Get transport
Filter , which is aware of Transport
specifics; knows how to read/write from/to Transport
specific Connection streams. |
protected Filter |
TransportFilter.getTransportFilter0(Transport transport)
Get default
Transport specific transport filter. |
Filter |
ListFacadeFilterChain.remove(int index) |
Filter |
ListFacadeFilterChain.set(int index,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
Iterator<Filter> |
ListFacadeFilterChain.iterator() |
ListIterator<Filter> |
ListFacadeFilterChain.listIterator() |
ListIterator<Filter> |
ListFacadeFilterChain.listIterator(int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
ListFacadeFilterChain.add(Filter filter) |
FilterChainBuilder |
FilterChainBuilder.add(Filter filter) |
void |
ListFacadeFilterChain.add(int index,
Filter filter) |
FilterChainBuilder |
FilterChainBuilder.add(int index,
Filter filter) |
FilterChainBuilder |
FilterChainBuilder.addAll(Filter[] array) |
FilterChainBuilder |
FilterChainBuilder.addAll(int filterIndex,
Filter[] array) |
FilterChainBuilder |
FilterChainBuilder.addFirst(Filter filter) |
FilterChainBuilder |
FilterChainBuilder.addLast(Filter filter) |
NextAction |
FilterExecutor.execute(Filter filter,
FilterChainContext context) |
protected NextAction |
DefaultFilterChain.executeFilter(FilterExecutor executor,
Filter currentFilter,
FilterChainContext ctx)
|
int |
FilterChainBuilder.indexOf(Filter filter) |
protected void |
ListFacadeFilterChain.notifyChangedExcept(Filter filter) |
FilterChainBuilder |
FilterChainBuilder.remove(Filter filter) |
Filter |
ListFacadeFilterChain.set(int index,
Filter filter) |
FilterChainBuilder |
FilterChainBuilder.set(int index,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
ListFacadeFilterChain.addAll(Collection<? extends Filter> c) |
boolean |
ListFacadeFilterChain.addAll(int index,
Collection<? extends Filter> c) |
FilterChainBuilder |
FilterChainBuilder.addAll(int filterIndex,
List<Filter> list) |
FilterChainBuilder |
FilterChainBuilder.addAll(List<Filter> list) |
int |
FilterChain.indexOfType(Class<? extends Filter> filterType)
|
int |
AbstractFilterChain.indexOfType(Class<? extends Filter> filterType)
|
int |
FilterChainBuilder.indexOfType(Class<? extends Filter> filterType) |
Constructor and Description |
---|
DefaultFilterChain(Collection<Filter> initialFilters) |
ListFacadeFilterChain(List<Filter> filtersImpl) |
Modifier and Type | Class and Description |
---|---|
class |
HttpBaseFilter
Base HTTP Filter.
|
class |
HttpClientFilter
Client side
HttpCodecFilter implementation, which is responsible for
decoding HttpResponsePacket and encoding HttpRequestPacket messages. |
class |
HttpCodecFilter
The
Filter , responsible for transforming Buffer into
HttpPacket and vice versa in asynchronous mode. |
class |
HttpServerFilter
Server side
HttpCodecFilter implementation, which is responsible for
decoding HttpRequestPacket and encoding HttpResponsePacket messages. |
Modifier and Type | Class and Description |
---|---|
class |
AjpHandlerFilter
Filter is working as Codec between Ajp and Http packets.
|
class |
AjpMessageFilter
Filter, responsible for parsing Ajp requests and making sure the request
packets are complete and properly constructed.
|
Modifier and Type | Class and Description |
---|---|
class |
FileCacheFilter |
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOTransportFilter
The
TCPNIOTransport 's transport Filter implementation |
class |
UDPNIOTransportFilter
The
UDPNIOTransport 's transport Filter implementation |
Modifier and Type | Method and Description |
---|---|
Filter |
TCPNIOTransport.getTransportFilter() |
Filter |
UDPNIOTransport.getTransportFilter() |
Modifier and Type | Class and Description |
---|---|
class |
BackChannelFilter
|
class |
PUFilter
Port unification filter.
|
Modifier and Type | Method and Description |
---|---|
Filter |
PUFilter.getBackChannelFilter()
Get the back channel
Filter implementation, which should connect the
custom protocol FilterChain with the main FilterChain . |
Modifier and Type | Class and Description |
---|---|
class |
EchoFilterAsync
Implementation of
FilterChain filter, which asynchronously replies
with the request message. |
Modifier and Type | Class and Description |
---|---|
static class |
GIOPClient.CustomClientFilter |
class |
GIOPFilter
Example of parser
Filter ,
which is response for Buffer <-> GIOPMessage transformation. |
Modifier and Type | Class and Description |
---|---|
class |
ClientDownloadFilter
HTTP client download filter.
|
class |
WebServerFilter
Simple Web server implementation, which locates requested resources in a
local filesystem and transfers it asynchronously to a client.
|
Modifier and Type | Class and Description |
---|---|
class |
LifeCycleFilter
Sample
Filter , which tracks the connections
lifecycle. |
Modifier and Type | Class and Description |
---|---|
class |
AddClientMessageFilter
The ADD-service message parser/serializer, which is responsible for parsing
AddResponseMessage and serializing AddRequestMessage . |
class |
AddServerMessageFilter
The ADD-service message parser/serializer, which is responsible for parsing
AddRequestMessage and serializing AddResponseMessage . |
class |
AddServiceFilter
The ADD-service
Filter , responsible for adding two values :) |
Modifier and Type | Class and Description |
---|---|
class |
SubClientMessageFilter
The SUB-service message parser/serializer, which is responsible for parsing
SubResponseMessage and serializing SubRequestMessage . |
class |
SubServerMessageFilter
The SUB-service message parser/serializer, which is responsible for parsing
SubRequestMessage and serializing SubResponseMessage . |
class |
SubServiceFilter
The SUB-service
Filter , responsible for subtracting two values :) |
Modifier and Type | Class and Description |
---|---|
class |
ClientAuthFilter
Client authentication filter, which intercepts client<->server communication,
and checks whether client connection has been authenticated.
|
class |
ClientFilter
Simple filter, which prints out the server echo message.
|
class |
MultiLineFilter
|
class |
ServerAuthFilter
Server authentication filter, which intercepts client<->server communication.
|
Modifier and Type | Class and Description |
---|---|
class |
TunnelFilter
Simple tunneling filter, which maps input of one connection to the output of
another and vise versa.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintFilter
Simple Filter responsible for printing incoming message to
System.out . |
Modifier and Type | Class and Description |
---|---|
class |
SNIFilter
TLS Server Name Indication (SNI)
Filter implementation. |
Modifier and Type | Class and Description |
---|---|
class |
SpdyFramingFilter
|
class |
SpdyHandlerFilter
The
Filter serves as a bridge
between SPDY and HTTP layers by converting SpdyFrame s into
HttpPacket s and passing them up/down by the FilterChain . |
Modifier and Type | Class and Description |
---|---|
class |
SSLBaseFilter
SSL
Filter to operate with SSL encrypted data. |
protected class |
SSLBaseFilter.SSLTransportFilterWrapper |
class |
SSLFilter
SSL
Filter to operate with SSL encrypted data. |
Modifier and Type | Class and Description |
---|---|
class |
ActivityCheckFilter
The Filter is responsible for tracking
Connection activity and closing
Connection ones it becomes idle for certain amount of time. |
class |
ChunkingFilter
The Filter is responsible to break the incoming/outgoing data into chunks and
pass them down/up by the
FilterChain . |
class |
DelayFilter
Filter which pauses protocol chain processing for a certain time.
|
class |
EchoFilter
Echo
Filter implementation |
class |
IdleTimeoutFilter
The Filter is responsible for tracking
Connection activity and closing
Connection ones it becomes idle for certain amount of time. |
class |
LogFilter
Simple log
Filter |
class |
SilentConnectionFilter
Filter, which determines silent connections and closes them.
|
class |
StringFilter
StringFilter implementation, which performs Buffer <-> String transformation.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseWebSocketFilter
WebSocket
Filter implementation, which supposed to be placed into a FilterChain right after HTTP
Filter: HttpServerFilter , HttpClientFilter ; depending whether it's server or client side. |
class |
WebSocketClientFilter |
class |
WebSocketFilter |
Copyright © 2015 Oracle Corporation. All rights reserved.