org.webbitserver.netty
Interface Opcodes


public interface Opcodes


Field Summary
static int OPCODE_BINARY
           
static int OPCODE_CLOSE
           
static int OPCODE_CONT
           
static int OPCODE_PING
           
static int OPCODE_PONG
           
static int OPCODE_TEXT
           
 

Field Detail

OPCODE_CONT

static final int OPCODE_CONT
See Also:
Constant Field Values

OPCODE_TEXT

static final int OPCODE_TEXT
See Also:
Constant Field Values

OPCODE_BINARY

static final int OPCODE_BINARY
See Also:
Constant Field Values

OPCODE_CLOSE

static final int OPCODE_CLOSE
See Also:
Constant Field Values

OPCODE_PING

static final int OPCODE_PING
See Also:
Constant Field Values

OPCODE_PONG

static final int OPCODE_PONG
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.