Class 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.Builder constructRequest​(WebSocket webSocket, java.lang.String pathInfo, java.lang.String requestURI, java.lang.String methodType, java.lang.String contentType, boolean destroyable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProtocolUtil

        public ProtocolUtil()
    • 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)