private AtmosphereFramework framework;
public AtmosphereWebSocketServletDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei,
String path) throws IOException {
super(bus, registry, ei, ei.toString());
this.framework = new AtmosphereFramework(false, true);
framework.setUseNativeImplementation(false);
framework.addInitParameter(ApplicationConfig.WEBSOCKET_SUPPORT, "true");
//TODO provide a way to switch between the non-stream handler and the stream handler
framework.addInitParameter(ApplicationConfig.WEBSOCKET_PROTOCOL,