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(AtmosphereRequest req, Map<String,U> handlers)
          Mape the request to its associated endpoint.
 

Method Detail

map

U map(AtmosphereRequest req,
      Map<String,U> handlers)
Mape the request to its associated endpoint.

Parameters:
req -
handlers -
Returns:


Copyright © 2012. All Rights Reserved.