Like the {@link org.atmosphere.cpr.AsynchronousProcessor} class, this class is responsible for dispatching WebSocket messages to theproper {@link org.atmosphere.websocket.WebSocket} implementation by wrapping the Websocket message's bytes withinan {@link javax.servlet.http.HttpServletRequest}.
The content-type is defined using {@link org.atmosphere.cpr.ApplicationConfig#WEBSOCKET_CONTENT_TYPE} propertyThe method is defined using {@link org.atmosphere.cpr.ApplicationConfig#WEBSOCKET_METHOD} property
@author Jeanfrancois Arcand