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.
The newest version!
SpincastUndertowUtils (org.spincast:spincast-framework 0.9.28 API)
org.spincast.plugins.undertow
Class SpincastUndertowUtils
- java.lang.Object
-
- org.spincast.plugins.undertow.SpincastUndertowUtils
-
- All Implemented Interfaces:
- ISpincastUndertowUtils
public class SpincastUndertowUtils
extends Object
implements ISpincastUndertowUtils
-
-
Constructor Summary
Constructors
Constructor and Description
SpincastUndertowUtils(ISpincastUtils spincastUtils)
-
Method Summary
All Methods Instance Methods Concrete 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).
protected ISpincastUtils
getSpincastUtils()
-
-
Constructor Detail
-
SpincastUndertowUtils
@Inject
public SpincastUndertowUtils(ISpincastUtils spincastUtils)
-
Method Detail
-
getSpincastUtils
protected ISpincastUtils getSpincastUtils()
-
getRequestCustomVariables
public Map<String,String> getRequestCustomVariables(io.undertow.server.HttpServerExchange exchange)
Description copied from interface: ISpincastUndertowUtils
Gets the custom variables Map associated with the
specified exchange object.
- Specified by:
getRequestCustomVariables in interface ISpincastUndertowUtils
-
getRequestCustomVariables
public Map<String,String> getRequestCustomVariables(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
Description copied from interface: ISpincastUndertowUtils
Gets the custom variables Map associated with the
specified exchange object (when wrpped inside a WebSocketHttpExchange).
- Specified by:
getRequestCustomVariables in interface ISpincastUndertowUtils
Copyright © 2016. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy