![JAR search and dependency download from the Maven repository](/logo.png)
org.logdoc.fairhttp.structs.websocket.protocol.IProtocol Maven / Gradle / Ivy
package org.logdoc.fairhttp.structs.websocket.protocol;
public interface IProtocol {
// https://www.rfc-editor.org/rfc/rfc6455
String RFC_KEY_UUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11";
String WS_VERSION = "13";
boolean acceptProtocol(String inputProtocolHeader);
String getProvidedProtocol();
String toString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy