Class ServletRequestContextFactory
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.servlet.runtime.ServletRequestContextFactory
-
- All Implemented Interfaces:
org.jboss.resteasy.reactive.server.core.RequestContextFactory
public class ServletRequestContextFactory extends Object implements org.jboss.resteasy.reactive.server.core.RequestContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static ServletRequestContextFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description ServletRequestContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContextcreateContext(org.jboss.resteasy.reactive.server.core.Deployment deployment, Object context, org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext, org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] handlerChain, org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] abortHandlerChain)booleanisDefaultBlocking()
-
-
-
Field Detail
-
INSTANCE
public static final ServletRequestContextFactory INSTANCE
-
-
Method Detail
-
createContext
public org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext createContext(org.jboss.resteasy.reactive.server.core.Deployment deployment, Object context, org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext, org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] handlerChain, org.jboss.resteasy.reactive.server.spi.ServerRestHandler[] abortHandlerChain)- Specified by:
createContextin interfaceorg.jboss.resteasy.reactive.server.core.RequestContextFactory
-
isDefaultBlocking
public boolean isDefaultBlocking()
- Specified by:
isDefaultBlockingin interfaceorg.jboss.resteasy.reactive.server.core.RequestContextFactory
-
-