| Package | Description |
|---|---|
| com.tvd12.ezyfoxserver.constant | |
| com.tvd12.ezyfoxserver.handler | |
| com.tvd12.ezyfoxserver.socket |
| Modifier and Type | Method and Description |
|---|---|
static EzyCommand |
EzyCommand.valueOf(int id) |
static EzyCommand |
EzyCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EzyCommand[] |
EzyCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EzySimpleDataHandler.dataReceived(EzyCommand cmd,
com.tvd12.ezyfox.entity.EzyArray msg) |
| Modifier and Type | Method and Description |
|---|---|
EzyCommand |
EzySocketRequest.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
EzySocketDataHandler.channelRead(EzyCommand cmd,
com.tvd12.ezyfox.entity.EzyArray msg) |
void |
EzySocketDataHandlerGroup.fireChannelRead(EzyCommand cmd,
com.tvd12.ezyfox.entity.EzyArray msg) |
Copyright © 2021 Young Monkeys. All rights reserved.