Class PostMatchContainerRequestContext
java.lang.Object
org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext
org.jboss.resteasy.core.interception.jaxrs.PostMatchContainerRequestContext
- All Implemented Interfaces:
jakarta.ws.rs.container.ContainerRequestContext
,SuspendableContainerRequestContext
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext
httpRequest, response
-
Constructor Summary
ConstructorDescriptionPostMatchContainerRequestContext
(HttpRequest request, ResourceMethodInvoker resourceMethod) Deprecated.PostMatchContainerRequestContext
(HttpRequest request, ResourceMethodInvoker resourceMethod, jakarta.ws.rs.container.ContainerRequestFilter[] requestFilters, Supplier<BuiltResponse> continuation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setRequestUri
(URI requestUri) void
setRequestUri
(URI baseUri, URI requestUri) Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext
abortWith, containsHeaderString, containsHeaderString, filter, getAcceptableLanguages, getAcceptableMediaTypes, getCookies, getDate, getEntityStream, getHeaders, getHeaderString, getHttpRequest, getLanguage, getLength, getMediaType, getMethod, getProperty, getPropertyNames, getRequest, getResponseAbortedWith, getSecurityContext, getUriInfo, hasEntity, removeProperty, resume, resume, setEntityStream, setProperty, setSecurityContext, startedContinuation, suspend
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.ws.rs.container.ContainerRequestContext
hasProperty
-
Field Details
-
resourceMethod
-
-
Constructor Details
-
PostMatchContainerRequestContext
@Deprecated public PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod) Deprecated. -
PostMatchContainerRequestContext
public PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod, jakarta.ws.rs.container.ContainerRequestFilter[] requestFilters, Supplier<BuiltResponse> continuation)
-
-
Method Details
-
getResourceMethod
-
setMethod
- Specified by:
setMethod
in interfacejakarta.ws.rs.container.ContainerRequestContext
- Overrides:
setMethod
in classPreMatchContainerRequestContext
-
setRequestUri
- Specified by:
setRequestUri
in interfacejakarta.ws.rs.container.ContainerRequestContext
- Overrides:
setRequestUri
in classPreMatchContainerRequestContext
- Throws:
IllegalStateException
-
setRequestUri
- Specified by:
setRequestUri
in interfacejakarta.ws.rs.container.ContainerRequestContext
- Overrides:
setRequestUri
in classPreMatchContainerRequestContext
- Throws:
IllegalStateException
-