Interface ResteasyReactiveContainerRequestContext

All Superinterfaces:
jakarta.ws.rs.container.ContainerRequestContext
All Known Implementing Classes:
ContainerRequestContextImpl

public interface ResteasyReactiveContainerRequestContext extends jakarta.ws.rs.container.ContainerRequestContext
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
     
    void
     

    Methods inherited from interface jakarta.ws.rs.container.ContainerRequestContext

    abortWith, getAcceptableLanguages, getAcceptableMediaTypes, getCookies, getDate, getEntityStream, getHeaders, getHeaderString, getLanguage, getLength, getMediaType, getMethod, getProperty, getPropertyNames, getRequest, getSecurityContext, getUriInfo, hasEntity, hasProperty, removeProperty, setEntityStream, setMethod, setProperty, setRequestUri, setRequestUri, setSecurityContext
  • Method Details

    • getServerRequestContext

      ServerRequestContext getServerRequestContext()
    • suspend

      void suspend()
    • resume

      void resume()
    • resume

      void resume(Throwable t)