public class HttpConnectionParams extends Object
Constructor and Description |
---|
HttpConnectionParams(boolean keepAlive,
int keepAliveMaxConnections,
int connectionTimeout,
int readTimeout,
int bufferSize,
boolean sslShuffle,
SSLFactory sslFactory) |
Modifier and Type | Method and Description |
---|---|
int |
getBufferSize() |
int |
getConnectionTimeout() |
int |
getKeepAliveMaxConnections() |
int |
getReadTimeout() |
SSLFactory |
getSslFactory() |
boolean |
isKeepAlive() |
boolean |
isSslShuffle() |
String |
toString() |
public HttpConnectionParams(boolean keepAlive, int keepAliveMaxConnections, int connectionTimeout, int readTimeout, int bufferSize, boolean sslShuffle, SSLFactory sslFactory)
public int getBufferSize()
public int getConnectionTimeout()
public boolean isKeepAlive()
public int getKeepAliveMaxConnections()
public int getReadTimeout()
public boolean isSslShuffle()
public SSLFactory getSslFactory()
Copyright © 2016 Apache Software Foundation. All rights reserved.