Class VertxHttpRequest
java.lang.Object
org.jboss.resteasy.plugins.server.BaseHttpRequest
org.jboss.resteasy.plugins.server.vertx.VertxHttpRequest
- All Implemented Interfaces:
HttpRequest
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class VertxHttpRequest
extends org.jboss.resteasy.plugins.server.BaseHttpRequest
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
Abstraction for an inbound http request on the server, or a response from a server to a client
We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework
- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Norman Maurer, Kristoffer Sjogren
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected org.jboss.resteasy.core.SynchronousDispatcherDeprecated, for removal: This API element is subject to removal in a future version.protected org.jboss.resteasy.specimpl.ResteasyHttpHeadersDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected InputStreamDeprecated, for removal: This API element is subject to removal in a future version.protected VertxHttpResponseDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
decodedFormParameters, formParameters, uri -
Constructor Summary
ConstructorsConstructorDescriptionVertxHttpRequest(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, org.jboss.resteasy.specimpl.ResteasyUriInfo uri, org.jboss.resteasy.core.SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getAttribute(String attribute) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.jakarta.ws.rs.core.HttpHeadersDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidremoveAttribute(String name) Deprecated, for removal: This API element is subject to removal in a future version.voidsetAttribute(String name, Object value) Deprecated, for removal: This API element is subject to removal in a future version.voidsetHttpMethod(String method) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInputStream(InputStream stream) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Methods 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
-
httpHeaders
protected org.jboss.resteasy.specimpl.ResteasyHttpHeaders httpHeadersDeprecated, for removal: This API element is subject to removal in a future version. -
dispatcher
protected org.jboss.resteasy.core.SynchronousDispatcher dispatcherDeprecated, for removal: This API element is subject to removal in a future version. -
httpMethod
Deprecated, for removal: This API element is subject to removal in a future version. -
inputStream
Deprecated, for removal: This API element is subject to removal in a future version. -
attributes
Deprecated, for removal: This API element is subject to removal in a future version. -
response
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
VertxHttpRequest
public VertxHttpRequest(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, org.jboss.resteasy.specimpl.ResteasyUriInfo uri, org.jboss.resteasy.core.SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getMutableHeaders
Deprecated, for removal: This API element is subject to removal in a future version. -
setHttpMethod
Deprecated, for removal: This API element is subject to removal in a future version. -
getAttributeNames
Deprecated, for removal: This API element is subject to removal in a future version. -
getAsyncContext
Deprecated, for removal: This API element is subject to removal in a future version. -
isFlushed
public boolean isFlushed()Deprecated, for removal: This API element is subject to removal in a future version. -
getAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
setAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
removeAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
getHttpHeaders
public jakarta.ws.rs.core.HttpHeaders getHttpHeaders()Deprecated, for removal: This API element is subject to removal in a future version. -
getInputStream
Deprecated, for removal: This API element is subject to removal in a future version. -
setInputStream
Deprecated, for removal: This API element is subject to removal in a future version. -
getHttpMethod
Deprecated, for removal: This API element is subject to removal in a future version. -
getResponse
Deprecated, for removal: This API element is subject to removal in a future version. -
is100ContinueExpected
public boolean is100ContinueExpected()Deprecated, for removal: This API element is subject to removal in a future version. -
forward
Deprecated, for removal: This API element is subject to removal in a future version. -
wasForwarded
public boolean wasForwarded()Deprecated, for removal: This API element is subject to removal in a future version. -
getRemoteHost
Deprecated, for removal: This API element is subject to removal in a future version. -
getRemoteAddress
Deprecated, for removal: This API element is subject to removal in a future version.
-