|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLImplementation | |
---|---|
com.sun.grizzly.ssl | |
com.sun.grizzly.util.net | |
com.sun.grizzly.util.net.jsse |
Uses of SSLImplementation in com.sun.grizzly.ssl |
---|
Fields in com.sun.grizzly.ssl declared as SSLImplementation | |
---|---|
protected SSLImplementation |
SSLDefaultProtocolFilter.sslImplementation
The Coyote SSLImplementation used to retrive the SSLContext |
protected SSLImplementation |
SSLAsyncProtocolFilter.sslImplementation
The Coyote SSLImplementation used to retrive the SSLContext |
Methods in com.sun.grizzly.ssl that return SSLImplementation | |
---|---|
SSLImplementation |
SSLSelectorThread.getSSLImplementation()
Return the current SSLImplementation this Thread |
Methods in com.sun.grizzly.ssl with parameters of type SSLImplementation | |
---|---|
void |
SSLSelectorThread.setSSLImplementation(SSLImplementation sslImplementation)
Set the Coyote SSLImplementation. |
Constructors in com.sun.grizzly.ssl with parameters of type SSLImplementation | |
---|---|
SSLAsyncProtocolFilter(Class algorithmClass,
InetAddress address,
int port,
SSLImplementation sslImplementation)
Constructs a new SSLAsyncProtocolFilter . |
|
SSLAsyncProtocolFilter(Class algorithmClass,
int port,
SSLImplementation sslImplementation)
Deprecated. Use com.sun.grizzly.ssl.SSLAsyncProtocolFilter#AsyncProtocolFilter(Class, java.net.InetAddress, int) |
|
SSLDefaultProtocolFilter(Class algorithmClass,
InetAddress address,
int port,
SSLImplementation sslImplementation)
Constructs a new SSLDefaultProtocolFilter . |
|
SSLDefaultProtocolFilter(Class algorithmClass,
int port,
SSLImplementation sslImplementation)
Deprecated. Use com.sun.grizzly.ssl.SSLDefaultProtocolFilter#DefaultProtocolFilter(Class, java.net.InetAddress, int) |
Uses of SSLImplementation in com.sun.grizzly.util.net |
---|
Methods in com.sun.grizzly.util.net that return SSLImplementation | |
---|---|
static SSLImplementation |
SSLImplementation.getInstance()
|
static SSLImplementation |
SSLImplementation.getInstance(String className)
|
Uses of SSLImplementation in com.sun.grizzly.util.net.jsse |
---|
Subclasses of SSLImplementation in com.sun.grizzly.util.net.jsse | |
---|---|
class |
JSSEImplementation
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |