Package org.java_websocket.handshake
Interface ClientHandshake
-
- All Superinterfaces:
Handshakedata
- All Known Subinterfaces:
ClientHandshakeBuilder
- All Known Implementing Classes:
HandshakeImpl1Client
public interface ClientHandshake extends Handshakedata
The interface for a client handshake
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getResourceDescriptor()
returns the HTTP Request-URI as defined by http://tools.ietf.org/html/rfc2616#section-5.1.2-
Methods inherited from interface org.java_websocket.handshake.Handshakedata
getContent, getFieldValue, hasFieldValue, iterateHttpFields
-
-
-
-
Method Detail
-
getResourceDescriptor
String getResourceDescriptor()
returns the HTTP Request-URI as defined by http://tools.ietf.org/html/rfc2616#section-5.1.2- Returns:
- the HTTP Request-URI
-
-