Package org.glassfish.grizzly.ssl
Class SSLConnectionContext
java.lang.Object
org.glassfish.grizzly.ssl.SSLConnectionContext
SSL context associated with a
Connection
.- Author:
- Alexey Stashok
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attach()
void
int
int
boolean
void
setNewConnectionFilterChain
(FilterChain newConnectionFilterChain)
-
Constructor Details
-
SSLConnectionContext
-
-
Method Details
-
getSslEngine
-
getConnection
-
attach
public void attach() -
configure
-
isServerMode
public boolean isServerMode() -
getAppBufferSize
public int getAppBufferSize() -
getNetBufferSize
public int getNetBufferSize() -
getNewConnectionFilterChain
-
setNewConnectionFilterChain
-