|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SslBufferPool | |
---|---|
org.jboss.netty.handler.ssl | SSL ·
TLS implementation based on SSLEngine |
Uses of SslBufferPool in org.jboss.netty.handler.ssl |
---|
Methods in org.jboss.netty.handler.ssl that return SslBufferPool | |
---|---|
static SslBufferPool |
SslHandler.getDefaultBufferPool()
Returns the default SslBufferPool used when no pool is
specified in the constructor. |
Constructors in org.jboss.netty.handler.ssl with parameters of type SslBufferPool | |
---|---|
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,
Executor delegatedTaskExecutor)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |