| Package | Description |
|---|---|
| org.atmosphere.config.managed | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceInterceptor.mapAnnotatedService(AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w)
Inspect the request and its mapped
AtmosphereHandler to determine if the '{}' was used when defined the
annotation's path value. |
protected abstract void |
ServiceInterceptor.mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
protected void |
MeteorServiceInterceptor.mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
protected void |
ManagedServiceInterceptor.mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
protected void |
AtmosphereHandlerServiceInterceptor.mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.atmosphereHandlers |
protected EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.endpointMapper |
| Modifier and Type | Method and Description |
|---|---|
protected AtmosphereFramework.AtmosphereHandlerWrapper |
AtmosphereFramework.createWrapperAndConfigureHandler(AtmosphereHandler h,
String mapping,
List<AtmosphereInterceptor> l) |
protected AtmosphereFramework.AtmosphereHandlerWrapper |
AsynchronousProcessor.map(AtmosphereRequest req)
Return the
AtmosphereHandler mapped to the passed servlet-path. |
| Modifier and Type | Method and Description |
|---|---|
EndpointMapper<AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.endPointMapper()
The current
EndpointMapper used to map requests to AtmosphereHandler. |
Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereFramework.getAtmosphereHandlers() |
Map<String,AtmosphereFramework.AtmosphereHandlerWrapper> |
AtmosphereConfig.handlers()
Return the list of
AtmosphereFramework.AtmosphereHandlerWrappers. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AtmosphereFramework.addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper,
AtmosphereInterceptor c) |
protected void |
AtmosphereFramework.addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper,
List<AtmosphereInterceptor> interceptors) |
Copyright © 2016. All rights reserved.