Interface HandshakeBuilder

    • Method Detail

      • setContent

        void setContent​(byte[] content)
        Setter for the content of the handshake
        Parameters:
        content - the content to set
      • put

        void put​(String name,
                 String value)
        Adding a specific field with a specific value
        Parameters:
        name - the http field
        value - the value for this field