Interface SpincastUndertowUtils

All Known Implementing Classes:
SpincastUndertowUtilsDefault

public interface SpincastUndertowUtils
Undertow utilities.
  • Method Summary

    Modifier and Type
    Method
    Description
    getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
    Gets the custom variables Map associated with the specified exchange object.
    getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
    Gets the custom variables Map associated with the specified exchange object (when wrpped inside a WebSocketHttpExchange).
  • Method Details

    • getRequestCustomVariables

      Map<String,String> getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
      Gets the custom variables Map associated with the specified exchange object.
    • getRequestCustomVariables

      Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
      Gets the custom variables Map associated with the specified exchange object (when wrpped inside a WebSocketHttpExchange).