-
- All Implemented Interfaces:
-
com.tds.common.websocket.handshake.Handshakedata
public interface ClientHandshake implements Handshakedata
The interface for a client handshake
-
-
Method Summary
Modifier and Type Method Description abstract String
getResourceDescriptor()
returns the HTTP Request-URI as defined by http://tools.ietf.org/html/rfc2616#section-5.1. -
-
Method Detail
-
getResourceDescriptor
abstract String getResourceDescriptor()
returns the HTTP Request-URI as defined by http://tools.ietf.org/html/rfc2616#section-5.1.2
-
-
-
-