Package org.spincast.plugins.undertow
Interface SpincastUndertowUtils
- All Known Implementing Classes:
SpincastUndertowUtilsDefault
public interface SpincastUndertowUtils
Undertow utilities.
-
Method Summary
Modifier and TypeMethodDescriptiongetRequestCustomVariables(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
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).
-