Class SpincastUndertowUtilsDefault

java.lang.Object
org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
All Implemented Interfaces:
SpincastUndertowUtils

public class SpincastUndertowUtilsDefault extends Object implements SpincastUndertowUtils
  • Constructor Details

    • SpincastUndertowUtilsDefault

      @Inject public SpincastUndertowUtilsDefault(org.spincast.core.utils.SpincastUtils spincastUtils)
  • Method Details

    • getSpincastUtils

      protected org.spincast.core.utils.SpincastUtils getSpincastUtils()
    • getRequestCustomVariables

      public Map<String,String> getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
      Description copied from interface: SpincastUndertowUtils
      Gets the custom variables Map associated with the specified exchange object.
      Specified by:
      getRequestCustomVariables in interface SpincastUndertowUtils
    • getRequestCustomVariables

      public Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
      Description copied from interface: SpincastUndertowUtils
      Gets the custom variables Map associated with the specified exchange object (when wrpped inside a WebSocketHttpExchange).
      Specified by:
      getRequestCustomVariables in interface SpincastUndertowUtils