com.sun.grizzly.portunif
Class SSLFilterChainProtocolHandler

java.lang.Object
  extended by com.sun.grizzly.portunif.FilterChainProtocolHandler
      extended by com.sun.grizzly.portunif.SSLFilterChainProtocolHandler
All Implemented Interfaces:
ProtocolHandler

public class SSLFilterChainProtocolHandler
extends FilterChainProtocolHandler

Subclass of ProtocolHandler, which passes PU request processing to a Filter chain. This ProtocolHandler implementation is targeted to be used with SSL derived protocols like HTTPS...

Author:
Alexey Stashok

Constructor Summary
SSLFilterChainProtocolHandler()
           
 
Method Summary
 ByteBuffer getByteBuffer()
          Returns ByteBuffer, where PUReadFilter will read data
 
Methods inherited from class com.sun.grizzly.portunif.FilterChainProtocolHandler
expireKey, getProtocols, handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLFilterChainProtocolHandler

public SSLFilterChainProtocolHandler()
Method Detail

getByteBuffer

public ByteBuffer getByteBuffer()
Description copied from interface: ProtocolHandler
Returns ByteBuffer, where PUReadFilter will read data

Specified by:
getByteBuffer in interface ProtocolHandler
Overrides:
getByteBuffer in class FilterChainProtocolHandler
Returns:
ByteBuffer


Copyright © 2008 SUN Microsystems. All Rights Reserved.