public static interface HandlerHelper.Procedure
This interface defined a method with a signature like a procedure to process an handler.
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Subscriptions subscriptions,
String destination,
org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper handler)
Processes an handler.
|
void apply(Subscriptions subscriptions, String destination, org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper handler) throws IOException
Processes an handler.
subscriptions - the subscriptions associated to the atmosphere resourcedestination - the destination associated to the handlerhandler - the handlerIOException - if processing failsCopyright © 2015. All Rights Reserved.