-
- All Implemented Interfaces:
-
com.tds.common.websocket.handshake.Handshakedata
public interface HandshakeBuilder implements Handshakedata
The interface for building a handshake
-
-
Method Summary
Modifier and Type Method Description abstract void
setContent(Array<byte> content)
Setter for the content of the handshake abstract void
put(String name, String value)
Adding a specific field with a specific value -
-
Method Detail
-
setContent
abstract void setContent(Array<byte> content)
Setter for the content of the handshake
- Parameters:
content
- the content to set
-
-
-
-