public class Http extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Http.KeyManager |
static class |
Http.TrustManager |
| Constructor and Description |
|---|
Http(boolean isDefault,
Protocol protocol,
String host,
int port,
String[] addresses,
HttpVersion[] versions,
int maxHttp2Streams,
int pipeliningLimit,
int sharedConnections,
boolean directHttp2,
long requestTimeout,
boolean rawBytesHandlers,
Http.KeyManager keyManager,
Http.TrustManager trustManager) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
addresses() |
boolean |
directHttp2() |
String |
host() |
boolean |
isDefault() |
Http.KeyManager |
keyManager() |
int |
maxHttp2Streams() |
int |
pipeliningLimit() |
int |
port() |
Protocol |
protocol() |
boolean |
rawBytesHandlers() |
long |
requestTimeout() |
int |
sharedConnections() |
Http.TrustManager |
trustManager() |
HttpVersion[] |
versions() |
public Http(boolean isDefault,
Protocol protocol,
String host,
int port,
String[] addresses,
HttpVersion[] versions,
int maxHttp2Streams,
int pipeliningLimit,
int sharedConnections,
boolean directHttp2,
long requestTimeout,
boolean rawBytesHandlers,
Http.KeyManager keyManager,
Http.TrustManager trustManager)
public Protocol protocol()
public String host()
public int port()
public HttpVersion[] versions()
public int maxHttp2Streams()
public int pipeliningLimit()
public int sharedConnections()
public boolean directHttp2()
public boolean isDefault()
public long requestTimeout()
public String[] addresses()
public boolean rawBytesHandlers()
public Http.TrustManager trustManager()
public Http.KeyManager keyManager()
Copyright © 2019 JBoss by Red Hat. All rights reserved.