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(io.quarkus.vertx.http.runtime.CurrentVertxRequest currentVertxRequest)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext
    get()
     
    void
    set(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext set)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuarkusCurrentRequest

      public QuarkusCurrentRequest(io.quarkus.vertx.http.runtime.CurrentVertxRequest currentVertxRequest)
  • Method Details

    • get

      public org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext get()
      Specified by:
      get in interface org.jboss.resteasy.reactive.server.core.CurrentRequest
    • set

      public void set(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext set)
      Specified by:
      set in interface org.jboss.resteasy.reactive.server.core.CurrentRequest