public final class SSLConnectionContext
extends java.lang.Object
Connection.| Constructor and Description |
|---|
SSLConnectionContext(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach() |
void |
configure(javax.net.ssl.SSLEngine sslEngine) |
int |
getAppBufferSize() |
Connection |
getConnection() |
int |
getNetBufferSize() |
FilterChain |
getNewConnectionFilterChain() |
javax.net.ssl.SSLEngine |
getSslEngine() |
boolean |
isServerMode() |
void |
setNewConnectionFilterChain(FilterChain newConnectionFilterChain) |
public SSLConnectionContext(Connection connection)
public javax.net.ssl.SSLEngine getSslEngine()
public Connection getConnection()
public void attach()
public void configure(javax.net.ssl.SSLEngine sslEngine)
public boolean isServerMode()
public int getAppBufferSize()
public int getNetBufferSize()
public FilterChain getNewConnectionFilterChain()
public void setNewConnectionFilterChain(FilterChain newConnectionFilterChain)
Copyright © 2013 Oracle Corporation. All Rights Reserved.