Added Methods |
List<String> getConnection()
|
Returns the value of the {@code Connection} header. |
String getOrigin()
|
Returns the value of the {@code Origin} header. |
String getSecWebSocketAccept()
|
Returns the value of the {@code Sec-WebSocket-Accept} header. |
List<String> getSecWebSocketExtensions()
|
Returns the value of the {@code Sec-WebSocket-Extensions} header. |
String getSecWebSocketKey()
|
Returns the value of the {@code Sec-WebSocket-Key} header. |
List<String> getSecWebSocketProtocol()
|
Returns the value of the {@code Sec-WebSocket-Key} header. |
String getSecWebSocketVersion()
|
Returns the value of the {@code Sec-WebSocket-Version} header. |
String getUpgrade()
|
Returns the value of the {@code Upgrade} header. |
void setConnection(String )
|
Sets the (new) value of the {@code Connection} header. |
void setConnection(List<String> )
|
Sets the (new) value of the {@code Connection} header. |
void setOrigin(String )
|
Sets the (new) value of the {@code Origin} header. |
void setSecWebSocketAccept(String )
|
Sets the (new) value of the {@code Sec-WebSocket-Accept} header. |
void setSecWebSocketExtensions(List<String> )
|
Sets the (new) value of the {@code Sec-WebSocket-Extensions} header. |
void setSecWebSocketKey(String )
|
Sets the (new) value of the {@code Sec-WebSocket-Key} header. |
void setSecWebSocketProtocol(String )
|
Sets the (new) value of the {@code Sec-WebSocket-Protocol} header. |
void setSecWebSocketProtocol(List<String> )
|
Sets the (new) value of the {@code Sec-WebSocket-Protocol} header. |
void setSecWebSocketVersion(String )
|
Sets the (new) value of the {@code Sec-WebSocket-Version} header. |
void setUpgrade(String )
|
Sets the (new) value of the {@code Upgrade} header. |