Package | Description |
---|---|
com.vmware.vapi.protocol |
Modifier and Type | Method and Description |
---|---|
HttpConfiguration.Builder |
HttpConfiguration.Builder.setIoThreadCount(int ioThreadCount)
Defines the number of I/O dispatch threads to be used by the I/O
reactor of the third-party HTTP library.
|
HttpConfiguration.Builder |
HttpConfiguration.Builder.setKeepAlivePeriod(long keepAlivePeriod)
Sets the maximum time a connection is allowed to be kept alive.
|
HttpConfiguration.Builder |
HttpConfiguration.Builder.setLibraryType(HttpConfiguration.LibType libraryType)
Sets the type of the HTTP library.
|
HttpConfiguration.Builder |
HttpConfiguration.Builder.setMaxConnections(int maxConnections)
Sets the maximum number of outstanding TCP connections.
|
HttpConfiguration.Builder |
HttpConfiguration.Builder.setSoTimeout(int soTimeout)
Sets the amount of time the client should wait for a response before
timing out.
|
HttpConfiguration.Builder |
HttpConfiguration.Builder.setSslConfiguration(HttpConfiguration.SslConfiguration sslConfig)
Sets the SSL configuration
|
Copyright © 2015. All Rights Reserved.