Package org.spincast.plugins.undertow
Class SpincastUndertowUtilsDefault
java.lang.Object
org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
- All Implemented Interfaces:
SpincastUndertowUtils
-
Constructor Summary
Constructors -
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).protected SpincastUtils
-
Constructor Details
-
SpincastUndertowUtilsDefault
-
-
Method Details
-
getSpincastUtils
-
getRequestCustomVariables
Description copied from interface:SpincastUndertowUtilsGets the custom variables Map associated with the specified exchange object.- Specified by:
getRequestCustomVariablesin interfaceSpincastUndertowUtils
-
getRequestCustomVariables
public Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange) Description copied from interface:SpincastUndertowUtilsGets the custom variables Map associated with the specified exchange object (when wrpped inside a WebSocketHttpExchange).- Specified by:
getRequestCustomVariablesin interfaceSpincastUndertowUtils
-