U - public interface EndpointMapper<U> extends AtmosphereConfigAware
AtmosphereHandler
or WebSocketHandler| Modifier and Type | Method and Description |
|---|---|
U |
map(AtmosphereRequest req,
java.util.Map<java.lang.String,U> handlers)
Mape the request to its associated endpoint.
|
U |
map(java.lang.String path,
java.util.Map<java.lang.String,U> handlers)
Mape the request to its associated endpoint.
|
configureU map(AtmosphereRequest req, java.util.Map<java.lang.String,U> handlers)
req - an AtmosphereRequesthandlers - a map used for mapping the request to.Copyright © 2024. All Rights Reserved.