com.sun.grizzly.portunif
Class SSLFilterChainProtocolHandler
java.lang.Object
com.sun.grizzly.portunif.FilterChainProtocolHandler
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLFilterChainProtocolHandler
public SSLFilterChainProtocolHandler()
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 © 2011 SUN Microsystems. All Rights Reserved.