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. |
static ProtocolFinder.Result |
ProtocolFinder.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolFinder.Result[] |
ProtocolFinder.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.