com.pusher.java_websocket.handshake.ClientHandshake Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-websocket Show documentation
Show all versions of java-websocket Show documentation
The Pusher fork of TooTallNate/Java-Websocket
package com.pusher.java_websocket.handshake;
public interface ClientHandshake extends Handshakedata {
/**returns the HTTP Request-URI as defined by http://tools.ietf.org/html/rfc2616#section-5.1.2*/
public String getResourceDescriptor();
}