Package 

Class HandshakeImpl1Server

  • All Implemented Interfaces:
    com.tds.common.websocket.handshake.HandshakeBuilder , com.tds.common.websocket.handshake.Handshakedata , com.tds.common.websocket.handshake.ServerHandshake , com.tds.common.websocket.handshake.ServerHandshakeBuilder

    
    public class HandshakeImpl1Server
    extends HandshakedataImpl1 implements ServerHandshakeBuilder
                        

    Implementation for a server handshake

    • Method Summary

      Modifier and Type Method Description
      String getHttpStatusMessage() Get the http status message
      short getHttpStatus() Get the http status code
      void setHttpStatusMessage(String message) Setter for the http status message
      void setHttpStatus(short status) Setter for the http status code
      • Methods inherited from class com.tds.common.websocket.handshake.HandshakedataImpl1

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

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

      • setHttpStatusMessage

         void setHttpStatusMessage(String message)

        Setter for the http status message

        Parameters:
        message - the http status message
      • setHttpStatus

         void setHttpStatus(short status)

        Setter for the http status code

        Parameters:
        status - the http status code