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
FieldsFields inherited from class org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext
httpRequest, response -
Constructor Summary
ConstructorsConstructorDescriptionPostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod) Deprecated.PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod, jakarta.ws.rs.container.ContainerRequestFilter[] requestFilters, Supplier<BuiltResponse> continuation) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetRequestUri(URI requestUri) voidsetRequestUri(URI baseUri, URI requestUri) Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext
abortWith, 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, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
setMethodin interfacejakarta.ws.rs.container.ContainerRequestContext- Overrides:
setMethodin classPreMatchContainerRequestContext
-
setRequestUri
- Specified by:
setRequestUriin interfacejakarta.ws.rs.container.ContainerRequestContext- Overrides:
setRequestUriin classPreMatchContainerRequestContext- Throws:
IllegalStateException
-
setRequestUri
- Specified by:
setRequestUriin interfacejakarta.ws.rs.container.ContainerRequestContext- Overrides:
setRequestUriin classPreMatchContainerRequestContext- Throws:
IllegalStateException
-