public final class SSLConnectionContext extends Object
Connection
.Constructor and Description |
---|
SSLConnectionContext(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
attach() |
void |
configure(SSLEngine sslEngine) |
int |
getAppBufferSize() |
Connection |
getConnection() |
int |
getNetBufferSize() |
FilterChain |
getNewConnectionFilterChain() |
SSLEngine |
getSslEngine() |
boolean |
isServerMode() |
void |
setNewConnectionFilterChain(FilterChain newConnectionFilterChain) |
public SSLConnectionContext(Connection connection)
public SSLEngine getSslEngine()
public Connection getConnection()
public void attach()
public void configure(SSLEngine sslEngine)
public boolean isServerMode()
public int getAppBufferSize()
public int getNetBufferSize()
public FilterChain getNewConnectionFilterChain()
public void setNewConnectionFilterChain(FilterChain newConnectionFilterChain)
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.