Class SlowHC4SSLSocketFactory
SSLSocketFactory
org.apache.jmeter.protocol.http.util.HC4TrustAllSSLSocketFactory
org.apache.jmeter.protocol.http.util.SlowHC4SSLSocketFactory
Apache HttpClient protocol factory to generate "slow" SSL sockets for emulating dial-up modems
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jmeter.protocol.http.util.HC4TrustAllSSLSocketFactory
createLayeredSocket, createSocket, createSocket
-
Constructor Details
-
SlowHC4SSLSocketFactory
Create a factory- Parameters:
cps
- - characters per second, must be > 0- Throws:
GeneralSecurityException
- if there's a problem setting up the securityIllegalArgumentException
- if cps ≤ 0
-