org.atmosphere.websocket.protocol
Class ProtocolUtil

java.lang.Object
  extended by org.atmosphere.websocket.protocol.ProtocolUtil

public class ProtocolUtil
extends Object


Constructor Summary
ProtocolUtil()
           
 
Method Summary
protected static AtmosphereRequest.Builder constructRequest(AtmosphereResource resource, String pathInfo, String requestURI, String methodType, 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 AtmosphereRequest.Builder constructRequest(AtmosphereResource resource,
                                                            String pathInfo,
                                                            String requestURI,
                                                            String methodType,
                                                            String contentType,
                                                            boolean destroyable)


Copyright © 2014. All Rights Reserved.