org.logdoc.fairhttp.structs.websocket.Opcode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fair-http-client Show documentation
Show all versions of fair-http-client Show documentation
LogDoc.org project http client
package org.logdoc.fairhttp.structs.websocket;
public enum Opcode {
CONTINUOUS, TEXT, BINARY, PING, PONG, CLOSING
}