Apache HttpComponents · JSON Structure

Http Client Connectionconfig Structure

Type: object Properties: 5
ApacheHTTP ClientJavaOpen SourceSDK

Http Client Connectionconfig Structure is a JSON Structure definition published by Apache HttpComponents, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

connectTimeout socketTimeout maxConnections maxConnectionsPerRoute keepAliveTimeout

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-http/json-structure/http-client-connectionconfig-structure.json",
  "title": "ConnectionConfig",
  "type": "object",
  "properties": {
    "connectTimeout": "int32",
    "socketTimeout": "int32",
    "maxConnections": "int32",
    "maxConnectionsPerRoute": "int32",
    "keepAliveTimeout": "int32"
  }
}