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