public.javadoc.org.spincast.plugins.undertow.SpincastUndertowUtils.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastUndertowUtils (org.spincast:spincast-framework 1.2.0 API)
org.spincast.plugins.undertow
Interface SpincastUndertowUtils
-
- All Known Implementing Classes:
- SpincastUndertowUtilsDefault
public interface SpincastUndertowUtils
Undertow utilities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
Map<String,String>
getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
Gets the custom variables Map associated with the
specified exchange object.
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).
Copyright © 2019. All rights reserved.