Class QuarkusCurrentRequest
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.QuarkusCurrentRequest
-
- All Implemented Interfaces:
org.jboss.resteasy.reactive.server.core.CurrentRequest
public class QuarkusCurrentRequest extends Object implements org.jboss.resteasy.reactive.server.core.CurrentRequest
-
-
Constructor Summary
Constructors Constructor Description QuarkusCurrentRequest(CurrentVertxRequest currentVertxRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContextget()voidset(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext set)
-
-
-
Constructor Detail
-
QuarkusCurrentRequest
public QuarkusCurrentRequest(CurrentVertxRequest currentVertxRequest)
-
-
Method Detail
-
get
public org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext get()
- Specified by:
getin interfaceorg.jboss.resteasy.reactive.server.core.CurrentRequest
-
set
public void set(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext set)
- Specified by:
setin interfaceorg.jboss.resteasy.reactive.server.core.CurrentRequest
-
-