com.pusher.java_websocket.handshake.Handshakedata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-websocket Show documentation
Show all versions of java-websocket Show documentation
The Pusher fork of TooTallNate/Java-Websocket
The newest version!
package com.pusher.java_websocket.handshake;
import java.util.Iterator;
public interface Handshakedata {
public Iterator iterateHttpFields();
public String getFieldValue( String name );
public boolean hasFieldValue( String name );
public byte[] getContent();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy