Package 

Interface ClientHandshake

  • 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.
      • Methods inherited from class com.tds.common.websocket.handshake.Handshakedata

        getContent, getFieldValue, hasFieldValue, iterateHttpFields
      • Methods inherited from class java.lang.Object

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

      • getResourceDescriptor

         abstract String getResourceDescriptor()

        returns the HTTP Request-URI as defined by http://tools.ietf.org/html/rfc2616#section-5.1.2