Class HttpServerRequest
java.lang.Object
org.jboss.resteasy.plugins.server.BaseHttpRequest
org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
- All Implemented Interfaces:
HttpRequest
public class HttpServerRequest
extends org.jboss.resteasy.plugins.server.BaseHttpRequest
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.jboss.resteasy.core.SynchronousDispatcherprotected HttpExchangeprotected org.jboss.resteasy.specimpl.ResteasyHttpHeadersprotected Stringprotected HttpResponseprotected StringFields inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
decodedFormParameters, formParameters, uri -
Constructor Summary
ConstructorsConstructorDescriptionHttpServerRequest(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, HttpResponse httpResponse, HttpExchange exchange) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttribute(String attribute) jakarta.ws.rs.core.HttpHeadersvoidremoveAttribute(String name) voidsetAttribute(String name, Object value) voidsetHttpMethod(String method) voidsetInputStream(InputStream stream) booleanMethods inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
formParametersRead, getDecodedFormParameters, getFormParameters, getUri, isInitial, setRequestUri, setRequestUriMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.spi.HttpRequest
getFormEntityPart, getFormEntityParts
-
Field Details
-
dispatcher
protected org.jboss.resteasy.core.SynchronousDispatcher dispatcher -
httpResponse
-
exchange
-
httpHeaders
protected org.jboss.resteasy.specimpl.ResteasyHttpHeaders httpHeaders -
preProcessedPath
-
attributes
-
httpMethod
-
-
Constructor Details
-
HttpServerRequest
public HttpServerRequest(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, HttpResponse httpResponse, HttpExchange exchange)
-
-
Method Details
-
getMutableHeaders
-
getHttpHeaders
public jakarta.ws.rs.core.HttpHeaders getHttpHeaders() -
getInputStream
-
setInputStream
-
getHttpMethod
-
setHttpMethod
-
getAttribute
-
setAttribute
-
removeAttribute
-
getAttributeNames
-
getAsyncContext
-
forward
-
wasForwarded
public boolean wasForwarded() -
getRemoteHost
-
getRemoteAddress
-