public interface Handshakedata
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Get the content of the handshake
|
String |
getFieldValue(String name)
Gets the value of the field
|
boolean |
hasFieldValue(String name)
Checks if this handshake contains a specific field
|
Iterator<String> |
iterateHttpFields()
Iterator for the http fields
|
Iterator<String> iterateHttpFields()
String getFieldValue(String name)
name
- The name of the fieldboolean hasFieldValue(String name)
name
- The name of the fieldbyte[] getContent()
Copyright © 2020. All rights reserved.