Package 

Interface ServerHandshake

  • All Implemented Interfaces:
    com.tds.common.websocket.handshake.Handshakedata

    
    public interface ServerHandshake
     implements Handshakedata
                        

    Interface for the server handshake

    • Method Summary

      Modifier and Type Method Description
      abstract short getHttpStatus() Get the http status code
      abstract String getHttpStatusMessage() Get the http status message
      • 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