Class HandshakeImpl1Server

java.lang.Object
org.java_websocket.handshake.HandshakedataImpl1
org.java_websocket.handshake.HandshakeImpl1Server
All Implemented Interfaces:
HandshakeBuilder, Handshakedata, ServerHandshake, ServerHandshakeBuilder

public class HandshakeImpl1Server extends HandshakedataImpl1 implements ServerHandshakeBuilder
Implementation for a server handshake
  • Field Details

    • httpstatus

      private short httpstatus
      Attribute for the http status
    • httpstatusmessage

      private String httpstatusmessage
      Attribute for the http status message
  • Constructor Details

    • HandshakeImpl1Server

      public HandshakeImpl1Server()
  • Method Details