public final class HttpConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpConfiguration.Builder
Builder class for the
HttpConfiguration |
static class |
HttpConfiguration.KeyStoreConfig
This class contains the client certificates configuration.
|
static class |
HttpConfiguration.LibType
Type of the third-party HTTP library which would be used by the
transport implementation.
|
static class |
HttpConfiguration.SslConfiguration
This class contains the SSL configuration.
|
Modifier and Type | Method and Description |
---|---|
int |
getIoThreadCount() |
long |
getKeepAlivePeriod()
Maximum keep alive period for pooled/idle TCP connections.
|
HttpConfiguration.LibType |
getLibraryType() |
int |
getMaxConnections() |
int |
getSoTimeout() |
HttpConfiguration.SslConfiguration |
getSslConfiguration() |
public HttpConfiguration.LibType getLibraryType()
null
public HttpConfiguration.SslConfiguration getSslConfiguration()
public int getIoThreadCount()
public int getSoTimeout()
public int getMaxConnections()
public long getKeepAlivePeriod()
Copyright © 2015. All Rights Reserved.