com.sun.grizzly.portunif
Class SSLFilterChainProtocolHandler
java.lang.Object
com.sun.grizzly.portunif.DefaultFilterChainProtocolHandler
com.sun.grizzly.portunif.SSLFilterChainProtocolHandler
- All Implemented Interfaces:
- ProtocolHandler
public class SSLFilterChainProtocolHandler
- extends DefaultFilterChainProtocolHandler
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 DefaultFilterChainProtocolHandler
- Returns:
ByteBuffer
Copyright © 2012 Oracle Corporation. All Rights Reserved.