Package | Description |
---|---|
org.jim.common.ws | |
org.jim.server.ws |
Modifier and Type | Method and Description |
---|---|
Opcode |
WsPacket.getWsOpcode() |
static Opcode |
Opcode.valueOf(byte code) |
static Opcode |
Opcode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Opcode[] |
Opcode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WsPacket.setWsOpcode(Opcode wsOpcode) |
Modifier and Type | Method and Description |
---|---|
WsResponsePacket |
WsMsgHandler.h(WsRequestPacket wsRequest,
byte[] bytes,
Opcode opcode,
org.tio.core.ChannelContext channelContext) |
Copyright © 2018. All rights reserved.