org.atmosphere.util
Interface EndpointMapper<U>
- Type Parameters:
U -
- All Known Implementing Classes:
- DefaultEndpointMapper
public interface EndpointMapper<U>
This class is responsible for mapping request to handler like AtmosphereHandler
or WebSocketHandler
|
Method Summary |
U |
map(String path,
Map<String,U> handlers)
Mape the request to its associated endpoint. |
map
U map(String path,
Map<String,U> handlers)
- Mape the request to its associated endpoint.
- Parameters:
path - handlers -
- Returns:
Copyright © 2013. All Rights Reserved.