public class SSLProtocolFinder extends Object implements ProtocolFinder
ProtocolFinder.Result
Constructor and Description |
---|
SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator) |
Modifier and Type | Method and Description |
---|---|
ProtocolFinder.Result |
find(PUContext puContext,
FilterChainContext ctx)
Method is called from
PUFilter to check whether the incoming
bytes belong to the specific protocol. |
public SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator)
public ProtocolFinder.Result find(PUContext puContext, FilterChainContext ctx)
ProtocolFinder
PUFilter
to check whether the incoming
bytes belong to the specific protocol.find
in interface ProtocolFinder
puContext
- PUContext
ctx
- FilterChainContext
ProtocolFinder.Result
Copyright © 2014 Oracle Corporation. All rights reserved.