All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webbitserver.netty.Opcodes Maven / Gradle / Ivy

There is a newer version: 0.4.15
Show newest version
package org.webbitserver.netty;

public interface Opcodes {
    static final int OPCODE_CONT = 0x0;
    static final int OPCODE_TEXT = 0x1;
    static final int OPCODE_BINARY = 0x2;
    static final int OPCODE_CLOSE = 0x8;
    static final int OPCODE_PING = 0x9;
    static final int OPCODE_PONG = 0xA;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy