Package | Description |
---|---|
net.grinder.common |
Common interfaces and utility classes used throughout The Grinder.
|
net.grinder.script |
Interfaces and classes for use by scripts.
|
net.grinder.tools.tcpproxy |
TCPProxy implementation.
|
net.grinder.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
SSLContext |
SSLContextFactory.getSSLContext()
Returns an appropriate JSSE
SSLContext . |
Modifier and Type | Method and Description |
---|---|
SSLContext |
SSLControl.getSSLContext()
Returns an appropriate JSSE
SSLContext . |
Constructor and Description |
---|
TCPProxySSLSocketFactoryImplementation()
Construct a TCPProxySSLSocketFactoryImplementation that uses the
built-in key store.
|
TCPProxySSLSocketFactoryImplementation(File keyStoreFile,
char[] keyStorePassword,
String keyStoreType)
Construct a TCPProxySSLSocketFactoryImplementation that uses the
specified key store.
|
Modifier and Type | Method and Description |
---|---|
SSLContext |
InsecureSSLContextFactory.getSSLContext()
Returns an appropriate JSSE
SSLContext . |
Copyright © 2000-2014. All Rights Reserved.