Class ProtocolUtil
- java.lang.Object
-
- org.atmosphere.websocket.protocol.ProtocolUtil
-
public class ProtocolUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static AtmosphereRequestImpl.BuilderconstructRequest(WebSocket webSocket, java.lang.String pathInfo, java.lang.String requestURI, java.lang.String methodType, java.lang.String contentType, boolean destroyable)
-
-
-
Method Detail
-
constructRequest
protected static AtmosphereRequestImpl.Builder constructRequest(WebSocket webSocket, java.lang.String pathInfo, java.lang.String requestURI, java.lang.String methodType, java.lang.String contentType, boolean destroyable)
-
-