-
- 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 -
-
Method Detail
-
getHttpStatus
abstract short getHttpStatus()
Get the http status code
-
getHttpStatusMessage
abstract String getHttpStatusMessage()
Get the http status message
-
-
-
-