| Package | Description | 
|---|---|
| org.jboss.netty.handler.ssl | 
| Modifier and Type | Method and Description | 
|---|---|
| static SslBufferPool | SslHandler. getDefaultBufferPool()Returns the default  SslBufferPoolused when no pool is
 specified in the constructor. | 
| Constructor and Description | 
|---|
| SslHandler(SSLEngine engine,
          SslBufferPool bufferPool)Creates a new instance. | 
| SslHandler(SSLEngine engine,
          SslBufferPool bufferPool,
          boolean startTls)Creates a new instance. | 
| SslHandler(SSLEngine engine,
          SslBufferPool bufferPool,
          boolean startTls,
          Executor delegatedTaskExecutor)Creates a new instance. | 
| SslHandler(SSLEngine engine,
          SslBufferPool bufferPool,
          boolean startTls,
          Executor delegatedTaskExecutor,
          Timer timer,
          long handshakeTimeoutInMillis)Creates a new instance. | 
| SslHandler(SSLEngine engine,
          SslBufferPool bufferPool,
          Executor delegatedTaskExecutor)Creates a new instance. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.