-
- 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 StringgetHttpStatusMessage()Get the http status message shortgetHttpStatus()Get the http status code voidsetHttpStatusMessage(String message)Setter for the http status message voidsetHttpStatus(short status)Setter for the http status code -
-
Method Detail
-
getHttpStatusMessage
String getHttpStatusMessage()
Get the http status message
-
getHttpStatus
short getHttpStatus()
Get the http status code
-
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
-
-
-
-