public class FullHttpRequestContext
extends org.analogweb.core.AbstractRequestContext
| Constructor and Description |
|---|
FullHttpRequestContext(io.netty.handler.codec.http.FullHttpRequest ex,
org.analogweb.RequestPath requestPath,
Locale defaultLocale) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.handler.codec.http.FullHttpRequest |
getFullHttpRequest() |
InputStream |
getRequestBody() |
org.analogweb.Headers |
getRequestHeaders() |
String |
getRequestMethod() |
public FullHttpRequestContext(io.netty.handler.codec.http.FullHttpRequest ex,
org.analogweb.RequestPath requestPath,
Locale defaultLocale)
protected io.netty.handler.codec.http.FullHttpRequest getFullHttpRequest()
public InputStream getRequestBody() throws IOException
IOExceptionpublic org.analogweb.Headers getRequestHeaders()
public String getRequestMethod()
Copyright © 2014 Analog Web Framework Development Team. All Rights Reserved.