|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PUProtocolRequest in com.sun.grizzly.portunif |
---|
Classes in com.sun.grizzly.portunif that implement PUProtocolRequest | |
---|---|
class |
ProtocolRequestWorkerThreadAdapter
|
Methods in com.sun.grizzly.portunif with parameters of type PUProtocolRequest | |
---|---|
String |
ProtocolFinder.find(Context context,
PUProtocolRequest protocolRequest)
Try to determine the TCP protocol used (http, soap, etc.). |
protected ProtocolHandler |
PUReadFilter.getProtocolChainHandler(Context context,
PUProtocolRequest protocolRequest)
Returns filter chain ProtocolHandler , depending on current
Context and PUProtocolRequest state |
boolean |
ProtocolHandler.handle(Context context,
PUProtocolRequest protocolRequest)
Handle the current request by either redirecting the request to a new port or by delivering the request to the proper endpoint. |
boolean |
FilterChainProtocolHandler.handle(Context context,
PUProtocolRequest protocolRequest)
|
void |
TLSPUPreProcessor.postProcess(Context context,
PUProtocolRequest protocolRequest)
|
void |
PUPreProcessor.postProcess(Context context,
PUProtocolRequest protocolRequest)
Method is called if no ProtocolFinder was found. |
boolean |
TLSPUPreProcessor.process(Context context,
PUProtocolRequest protocolRequest)
Try to initialize an SSL|TLS handshake to determine if secured connection is used |
boolean |
PUPreProcessor.process(Context context,
PUProtocolRequest protocolRequest)
Method performs data preprocessing, before it will be passed to ProtocolFinder collection |
boolean |
PUReadFilter.processProtocolHandler(ProtocolHandler protocolHandler,
Context context,
PUProtocolRequest protocolRequest,
boolean mapSelectionKey)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |