public interface ServerHandshakeBuilder extends HandshakeBuilder, ServerHandshake
Modifier and Type | Method and Description |
---|---|
void |
setHttpStatus(short status)
Setter for the http status code
|
void |
setHttpStatusMessage(String message)
Setter for the http status message
|
put, setContent
getHttpStatus, getHttpStatusMessage
getContent, getFieldValue, hasFieldValue, iterateHttpFields
void setHttpStatus(short status)
status
- the http status codevoid setHttpStatusMessage(String message)
message
- the http status messageCopyright © 2022. All rights reserved.