| Package | Description |
|---|---|
| io.hyperfoil.api.config | |
| io.hyperfoil.api.http |
| Modifier and Type | Method and Description |
|---|---|
HttpVersion[] |
Http.versions() |
| 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 | Field and Description |
|---|---|
static HttpVersion[] |
HttpVersion.ALL_VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
static HttpVersion |
HttpVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpVersion[] |
HttpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.