|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolChain | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.http | |
| com.sun.grizzly.ssl | |
| Uses of ProtocolChain in com.sun.grizzly |
|---|
| Classes in com.sun.grizzly that implement ProtocolChain | |
|---|---|
class |
DefaultProtocolChain
Default ProtocolChain implementation. |
| Fields in com.sun.grizzly with type parameters of type ProtocolChain | |
|---|---|
protected ConcurrentLinkedQueue<ProtocolChain> |
DefaultProtocolChainInstanceHandler.protocolChains
List used to cache instance of ProtocolChain. |
| Methods in com.sun.grizzly that return ProtocolChain | |
|---|---|
ProtocolChain |
Context.getProtocolChain()
Return ProtocolChain executed by this instance. |
ProtocolChain |
ProtocolChainInstanceHandler.poll()
Return an instance of ProtocolChain. |
ProtocolChain |
DefaultProtocolChainInstanceHandler.poll()
Return a pooled instance of ProtocolChain. |
| Methods in com.sun.grizzly with parameters of type ProtocolChain | |
|---|---|
boolean |
ProtocolChainInstanceHandler.offer(ProtocolChain instance)
Pool an instance of ProtocolChain. |
boolean |
DefaultProtocolChainInstanceHandler.offer(ProtocolChain protocolChain)
Offer (add) an instance of ProtocolChain to this instance pool. |
void |
Context.setProtocolChain(ProtocolChain protocolChain)
Set the ProtocolChain used by this Context. |
| Uses of ProtocolChain in com.sun.grizzly.http |
|---|
| Methods in com.sun.grizzly.http with parameters of type ProtocolChain | |
|---|---|
protected void |
SelectorThread.configureFilters(ProtocolChain protocolChain)
Adds and configures ProtocolChain's filters |
| Uses of ProtocolChain in com.sun.grizzly.ssl |
|---|
| Methods in com.sun.grizzly.ssl with parameters of type ProtocolChain | |
|---|---|
protected void |
SSLSelectorThread.configureFilters(ProtocolChain protocolChain)
Adds and configures ProtocolChain's filters |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||