| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyResponse |
EzyCloseSessionImpl.newResponse(com.tvd12.ezyfox.constant.EzyConstant reason) |
protected EzyResponse |
EzyPluginSendResponseImpl.newResponse(com.tvd12.ezyfox.entity.EzyData data) |
protected EzyResponse |
EzyAppSendResponseImpl.newResponse(com.tvd12.ezyfox.entity.EzyData data) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EzyComplexContext.send(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted) |
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) |
default void |
EzyComplexContext.send(EzyResponse response,
EzySession recipient,
boolean encrypted) |
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) |
default void |
EzyComplexContext.send(EzyResponse response,
EzyUser recipient,
boolean encrypted,
EzyTransportType transportType) |
void |
EzySimpleServerContext.sendNow(EzyResponse response,
EzySession recipient) |
void |
EzyServerContext.sendNow(EzyResponse response,
EzySession recipient) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyResponse |
EzyAccessAppController.newAccessAppErrorReponse(EzyIAccessAppError error) |
protected EzyResponse |
EzyAccessAppController.newAccessAppResponse(int zoneId,
EzyAppSetting app,
com.tvd12.ezyfox.entity.EzyArray data) |
protected EzyResponse |
EzyHandshakeController.newHandShakeResponse(EzySession session,
EzyHandshakeEvent event) |
protected EzyResponse |
EzyLoginController.newLoginErrorReponse(EzyILoginError error) |
protected EzyResponse |
EzyLoginProcessor.newLoginReponse(EzyZoneContext zoneContext,
EzyUser user,
com.tvd12.ezyfox.entity.EzyData loginOuputData) |
protected EzyResponse |
EzyPluginInfoController.newPluginInfoResponse(EzyPluginSetting pluginSetting) |
protected EzyResponse |
EzyRequestAppController.newRequestAppErrorReponse(EzyIRequestAppError error) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyResponse |
EzySimpleAppUserDelegate.newExitedAppResponse(com.tvd12.ezyfox.constant.EzyConstant reason) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzyAbstractDataHandler.response(EzyResponse response) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EzyParamsResponse<P extends EzyResponseParams> |
| Modifier and Type | Class and Description |
|---|---|
class |
EzyAccessAppErrorResponse |
class |
EzyAccessAppResponse |
class |
EzyDisconnectResponse |
class |
EzyErrorResponse |
class |
EzyExitedAppResponse |
class |
EzyHandShakeResponse |
class |
EzyLoginErrorResponse |
class |
EzyLoginResponse |
class |
EzyPluginInfoResponse |
class |
EzyPongResponse |
class |
EzyRequestAppErrorResponse |
class |
EzyRequestAppResponse |
class |
EzyRequestPluginResponse |
class |
EzySimpleParamsResponse<P extends EzyResponseParams> |
class |
EzySimpleResponse |
Copyright © 2021 Young Monkeys. All rights reserved.