protected class NioEndpoint.HandshakeHandler extends Object implements Runnable
HandshakeHandler
Asynchronous handler for the secure channel handshake. Since the handshake for the secure channels may take awhile, if several new connections are received at the same time, the non-blocking handshake aims to avoid connections to be timed out. Note that this does not guarantee that no connection will be timed out, this depends to the socket SO_TIMEOUT in the client side.
Created on May 23, 2012 at 11:48:45 AMConstructor and Description |
---|
NioEndpoint.HandshakeHandler(NioChannel channel)
Create a new instance of
HandshakeProcessor |
public NioEndpoint.HandshakeHandler(NioChannel channel)
HandshakeProcessor
channel
- Copyright © 2015 JBoss by Red Hat. All rights reserved.