public class HttpRequest extends Request
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpRequest.ProcessorBuilderFactory
Processors for HTTP requests.
|
| Modifier and Type | Field and Description |
|---|---|
String |
authority |
CacheControl |
cacheControl |
HttpResponseHandlers |
handlers |
HttpMethod |
method |
String |
path |
| Constructor and Description |
|---|
HttpRequest(Session session) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseHandlers |
handlers() |
protected void |
handleThrowable(Throwable throwable) |
void |
setCompleted() |
void |
start(HttpResponseHandlers handlers,
SequenceInstance sequence,
Statistics statistics) |
attach, call, connection, isCompleted, isValid, markInvalid, operationComplete, sendTimestampNanos, sequence, setTimeout, start, startTimestampMillis, startTimestampNanos, statisticspublic HttpResponseHandlers handlers
public HttpMethod method
public String authority
public String path
public CacheControl cacheControl
public HttpRequest(Session session)
public void start(HttpResponseHandlers handlers, SequenceInstance sequence, Statistics statistics)
public void setCompleted()
setCompleted in class Requestpublic HttpResponseHandlers handlers()
protected void handleThrowable(Throwable throwable)
handleThrowable in class RequestCopyright © 2019 JBoss by Red Hat. All rights reserved.