public class HandshakeImpl1Server extends HandshakedataImpl1 implements ServerHandshakeBuilder
| Constructor and Description |
|---|
HandshakeImpl1Server() |
| Modifier and Type | Method and Description |
|---|---|
short |
getHttpStatus()
Get the http status code
|
String |
getHttpStatusMessage()
Get the http status message
|
void |
setHttpStatus(short status)
Setter for the http status code
|
void |
setHttpStatusMessage(String message)
Setter for the http status message
|
getContent, getFieldValue, hasFieldValue, iterateHttpFields, put, setContentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitput, setContentgetContent, getFieldValue, hasFieldValue, iterateHttpFieldspublic String getHttpStatusMessage()
ServerHandshakegetHttpStatusMessage in interface ServerHandshakepublic short getHttpStatus()
ServerHandshakegetHttpStatus in interface ServerHandshakepublic void setHttpStatusMessage(String message)
ServerHandshakeBuildersetHttpStatusMessage in interface ServerHandshakeBuildermessage - the http status messagepublic void setHttpStatus(short status)
ServerHandshakeBuildersetHttpStatus in interface ServerHandshakeBuilderstatus - the http status codeCopyright © 2020. All rights reserved.