Modifier and Type | Method and Description |
---|---|
ProtocolFinder.Result |
ProtocolFinder.find(PUContext puContext,
FilterChainContext ctx)
Method is called from
PUFilter to check whether the incoming
bytes belong to the specific protocol. |
protected void |
PUFilter.findProtocol(PUContext puContext,
FilterChainContext ctx) |
Modifier and Type | Method and Description |
---|---|
ProtocolFinder.Result |
SSLProtocolFinder.find(PUContext puContext,
FilterChainContext ctx) |
ProtocolFinder.Result |
HttpProtocolFinder.find(PUContext puContext,
FilterChainContext ctx) |
Modifier and Type | Method and Description |
---|---|
ProtocolFinder.Result |
AddProtocolFinder.find(PUContext puContext,
FilterChainContext ctx)
Method is called from
PUFilter to check whether the incoming
bytes belong to the specific protocol. |
Modifier and Type | Method and Description |
---|---|
ProtocolFinder.Result |
SubProtocolFinder.find(PUContext puContext,
FilterChainContext ctx)
Method is called from
PUFilter to check whether the incoming
bytes belong to the specific protocol. |
Copyright © 2015 Oracle Corporation. All rights reserved.