Package | Description |
---|---|
org.glassfish.grizzly.portunif | |
org.glassfish.grizzly.portunif.finders |
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) |
Copyright © 2015 Oracle Corporation. All Rights Reserved.