public class HttpRequestContext extends Object
Constructor and Description |
---|
HttpRequestContext() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getHeaderParameters() |
io.netty.handler.codec.http.HttpMethod |
getHttpMethod() |
io.netty.handler.codec.http.HttpVersion |
getHttpVersion() |
Map<String,List<String>> |
getQueryParameters() |
String |
getRequestBody() |
String |
getUri() |
void |
setUri(String uri) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.