public class BenchmarkHttpClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BenchmarkHttpClient.HttpClientException |
static interface |
BenchmarkHttpClient.ResponseHandler |
static class |
BenchmarkHttpClient.SslConf |
| Constructor and Description |
|---|
BenchmarkHttpClient(String host,
int port,
io.netty.handler.ssl.SslContext sslContext,
BenchmarkHttpClient.ResponseHandler responseHandler,
int queueSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(io.netty.handler.codec.http.FullHttpRequest request) |
void |
shutdown() |
void |
start() |
public BenchmarkHttpClient(String host, int port, io.netty.handler.ssl.SslContext sslContext, BenchmarkHttpClient.ResponseHandler responseHandler, int queueSize)
public void start()
public void send(io.netty.handler.codec.http.FullHttpRequest request)
throws BenchmarkHttpClient.HttpClientException
public void shutdown()
Copyright © 2021. All rights reserved.