| Package | Description |
|---|---|
| io.hyperfoil.api.connection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpConnection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Request.connection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.attach(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpConnectionPool.request(HttpRequest request,
BiConsumer<Session,HttpRequestWriter>[] headerAppenders,
BiFunction<Session,Connection,io.netty.buffer.ByteBuf> bodyGenerator) |
void |
HttpConnection.request(HttpRequest request,
BiConsumer<Session,HttpRequestWriter>[] headerAppenders,
BiFunction<Session,Connection,io.netty.buffer.ByteBuf> bodyGenerator) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.