Modifier and Type | Class and Description |
---|---|
class |
AbstractFilterChain
Abstract
FilterChain implementation,
which redirects Processor.process(org.glassfish.grizzly.Context)
call to the execute(org.glassfish.grizzly.filterchain.FilterChainContext) |
class |
DefaultFilterChain
Default
FilterChain implementation |
class |
ListFacadeFilterChain
FilterChain facade, which implements all the List related
methods. |
Modifier and Type | Method and Description |
---|---|
abstract FilterChain |
FilterChainBuilder.build() |
FilterChain |
FilterChainBuilder.StatelessFilterChainBuilder.build() |
FilterChain |
FilterChainContext.getFilterChain()
Get
FilterChain , which runs the Filter . |
Modifier and Type | Method and Description |
---|---|
void |
Filter.onAdded(FilterChain filterChain)
Method is called, when the Filter has been added to the
passed
FilterChain . |
void |
BaseFilter.onAdded(FilterChain filterChain)
Method is called, when the Filter has been added to the
passed
FilterChain . |
void |
Filter.onFilterChainChanged(FilterChain filterChain)
Method is called, when the
FilterChain this Filter is part of,
has been changed. |
void |
BaseFilter.onFilterChainChanged(FilterChain filterChain)
Method is called, when the
FilterChain this Filter is part of,
has been changed. |
void |
Filter.onRemoved(FilterChain filterChain)
Method is called, when the Filter has been removed from the
passed
FilterChain . |
void |
BaseFilter.onRemoved(FilterChain filterChain)
Method is called, when the Filter has been removed from the
passed
FilterChain . |
Modifier and Type | Method and Description |
---|---|
FilterChain |
NetworkListener.getFilterChain() |
Modifier and Type | Method and Description |
---|---|
FilterChain |
PUProtocol.getFilterChain() |
Modifier and Type | Method and Description |
---|---|
PUProtocol |
PUFilter.register(ProtocolFinder protocolFinder,
FilterChain filterChain)
Registers new
ProtocolFinder - FilterChain pair, which
defines the protocol. |
Constructor and Description |
---|
PUProtocol(ProtocolFinder finder,
FilterChain processor) |
Constructor and Description |
---|
ProtocolNegotiator(FilterChain filterChain,
SpdyVersion[] supportedSpdyVersions) |
Modifier and Type | Method and Description |
---|---|
FilterChain |
SSLConnectionContext.getNewConnectionFilterChain() |
Modifier and Type | Method and Description |
---|---|
void |
SSLBaseFilter.onAdded(FilterChain filterChain) |
void |
SSLBaseFilter.SSLTransportFilterWrapper.onAdded(FilterChain filterChain) |
void |
SSLBaseFilter.SSLTransportFilterWrapper.onFilterChainChanged(FilterChain filterChain) |
void |
SSLBaseFilter.onRemoved(FilterChain filterChain) |
void |
SSLBaseFilter.SSLTransportFilterWrapper.onRemoved(FilterChain filterChain) |
void |
SSLConnectionContext.setNewConnectionFilterChain(FilterChain newConnectionFilterChain) |
Modifier and Type | Method and Description |
---|---|
void |
LogFilter.onAdded(FilterChain filterChain) |
void |
LogFilter.onFilterChainChanged(FilterChain filterChain) |
void |
LogFilter.onRemoved(FilterChain filterChain) |
Copyright © 2015 Oracle Corporation. All rights reserved.