public interface HandshakeBuilder extends Handshakedata
| Modifier and Type | Method and Description |
|---|---|
void |
put(java.lang.String name,
java.lang.String value)
Adding a specific field with a specific value
|
void |
setContent(byte[] content)
Setter for the content of the handshake
|
getContent, getFieldValue, hasFieldValue, iterateHttpFieldsvoid setContent(byte[] content)
content - the content to setvoid put(java.lang.String name,
java.lang.String value)
name - the http fieldvalue - the value for this field