com.sun.enterprise.web.portunif.util
Class ProtocolInfo
java.lang.Object
com.sun.enterprise.web.portunif.util.ProtocolInfo
public class ProtocolInfo
- extends Object
Protocol related struc class. An instance of this class will contains
information on the current protocol used and its associated buffer.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sslContext
public SSLContext sslContext
key
public SelectionKey key
sslEngine
public SSLEngine sslEngine
byteBuffer
public ByteBuffer byteBuffer
inputBB
public ByteBuffer inputBB
outputBB
public ByteBuffer outputBB
socketChannel
public SocketChannel socketChannel
protocol
public String protocol
isSecure
public boolean isSecure
isRequestedTransportSecure
public boolean isRequestedTransportSecure
handshake
public boolean handshake
bytesRead
public int bytesRead
mappedProtocols
public Map<SelectionKey,ProtocolHandler> mappedProtocols
keepAlive
public boolean keepAlive
requestURI
public String requestURI
ProtocolInfo
public ProtocolInfo()
recycle
public void recycle()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.