| Package | Description |
|---|---|
| com.tvd12.ezyfoxserver.command | |
| com.tvd12.ezyfoxserver.command.impl | |
| com.tvd12.ezyfoxserver.constant | |
| com.tvd12.ezyfoxserver.context |
| Modifier and Type | Field and Description |
|---|---|
protected EzyTransportType |
EzyAbstractResponse.transportType |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyStreamBytes.execute(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
void |
EzyStreamBytes.execute(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
void |
EzyChildSendResponse.execute(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyChildSendResponse.execute(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySendResponse.execute(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted,
boolean immediate,
EzyTransportType transportType) |
void |
EzySendResponse.execute(EzyResponse response,
EzySession recipient,
boolean encrypted,
boolean immediate,
EzyTransportType transportType) |
protected abstract void |
EzyAbstractResponse.sendData(com.tvd12.ezyfox.entity.EzyData data,
EzyTransportType transportType) |
EzyResponse |
EzyResponse.transportType(EzyTransportType transportType) |
EzyResponse |
EzyAbstractResponse.transportType(EzyTransportType transportType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyStreamBytesImpl.execute(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
void |
EzyStreamBytesImpl.execute(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
void |
EzyPluginSendResponseImpl.execute(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyAppSendResponseImpl.execute(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyPluginSendResponseImpl.execute(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyAppSendResponseImpl.execute(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySendResponseImpl.execute(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted,
boolean immediate,
EzyTransportType transportType) |
void |
EzySendResponseImpl.execute(EzyResponse response,
EzySession recipient,
boolean encrypted,
boolean immediate,
EzyTransportType transportType) |
protected EzySimpleBytesPackage |
EzyStreamBytesImpl.newPackage(byte[] bytes,
EzyTransportType transportType) |
protected EzySimplePackage |
EzySendResponseImpl.newPackage(com.tvd12.ezyfox.entity.EzyArray data,
boolean encrypted,
EzyTransportType transportType) |
protected void |
EzyPluginResponseImpl.sendData(com.tvd12.ezyfox.entity.EzyData data,
EzyTransportType transportType) |
protected void |
EzyAppResponseImpl.sendData(com.tvd12.ezyfox.entity.EzyData data,
EzyTransportType transportType) |
| Modifier and Type | Method and Description |
|---|---|
static EzyTransportType |
EzyTransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EzyTransportType[] |
EzyTransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EzySimpleAppContext.send(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimplePluginContext.send(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyZoneChildContext.send(com.tvd12.ezyfox.entity.EzyData data,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleAppContext.send(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimplePluginContext.send(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyZoneChildContext.send(com.tvd12.ezyfox.entity.EzyData data,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleServerContext.send(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleZoneContext.send(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyComplexContext.send(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleServerContext.send(EzyResponse response,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleZoneContext.send(EzyResponse response,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzyComplexContext.send(EzyResponse response,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
default void |
EzyComplexContext.send(EzyResponse response,
EzyUser recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleServerContext.stream(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
void |
EzySimpleZoneContext.stream(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
void |
EzyComplexContext.stream(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
void |
EzySimpleServerContext.stream(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
void |
EzySimpleZoneContext.stream(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
void |
EzyComplexContext.stream(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
Copyright © 2021 Young Monkeys. All rights reserved.