org.glassfish.grizzly.portunif.finders
Class SSLProtocolFinder
java.lang.Object
org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
- All Implemented Interfaces:
- ProtocolFinder
public class SSLProtocolFinder
- extends Object
- implements ProtocolFinder
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLProtocolFinder
public SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator)
find
public ProtocolFinder.Result find(PUContext puContext,
FilterChainContext ctx)
- Description copied from interface:
ProtocolFinder
- Method is called from
PUFilter to check whether the incoming
bytes belong to the specific protocol.
- Specified by:
find in interface ProtocolFinder
- Parameters:
puContext - PUContextctx - FilterChainContext
- Returns:
ProtocolFinder.Result
Copyright © 2012 Oracle Corporation. All Rights Reserved.