Package 

Interface Handshakedata


  • 
    public interface Handshakedata
    
                        

    The interface for the data of a handshake

    • Method Summary

      Modifier and Type Method Description
      abstract Iterator<String> iterateHttpFields() Iterator for the http fields
      abstract String getFieldValue(String name) Gets the value of the field
      abstract boolean hasFieldValue(String name) Checks if this handshake contains a specific field
      abstract Array<byte> getContent() Get the content of the handshake
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait