org.glassfish.grizzly.portunif.finders
Class SSLProtocolFinder

java.lang.Object
  extended by org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
All Implemented Interfaces:
ProtocolFinder

public class SSLProtocolFinder
extends java.lang.Object
implements ProtocolFinder

Author:
Alexey Stashok

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.grizzly.portunif.ProtocolFinder
ProtocolFinder.Result
 
Constructor Summary
SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator)
           
 
Method Summary
 ProtocolFinder.Result find(PUContext puContext, FilterChainContext ctx)
          Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLProtocolFinder

public SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator)
Method Detail

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 - PUContext
ctx - FilterChainContext
Returns:
ProtocolFinder.Result


Copyright © 2011 Oracle Corpration. All Rights Reserved.