Class DelegateRequest


  • public class DelegateRequest
    extends java.lang.Object
    Container class holding a request as JsonObject and an optional JoltSpec for payload transformation.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Summary

      Constructors 
      Constructor Description
      DelegateRequest​(io.vertx.core.json.JsonObject request, org.swisspush.gateleen.core.json.transform.JoltSpec joltSpec, org.swisspush.gateleen.core.http.HeaderFunction headerFunction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.swisspush.gateleen.core.http.HeaderFunction getHeaderFunction()  
      org.swisspush.gateleen.core.json.transform.JoltSpec getJoltSpec()  
      io.vertx.core.json.JsonObject getRequest()  
      • Methods inherited from class java.lang.Object

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

      • DelegateRequest

        public DelegateRequest​(io.vertx.core.json.JsonObject request,
                               org.swisspush.gateleen.core.json.transform.JoltSpec joltSpec,
                               org.swisspush.gateleen.core.http.HeaderFunction headerFunction)
    • Method Detail

      • getRequest

        public io.vertx.core.json.JsonObject getRequest()
      • getJoltSpec

        public org.swisspush.gateleen.core.json.transform.JoltSpec getJoltSpec()
      • getHeaderFunction

        public org.swisspush.gateleen.core.http.HeaderFunction getHeaderFunction()