| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
EzyServerBootstrap.context |
protected EzyServerContext |
EzyBootstrap.context |
protected EzyServerContext |
EzyBootstrap.Builder.context |
protected EzyServerContext |
EzyComponentsStater.serverContext |
protected EzyServerContext |
EzyComponentsStater.Builder.serverContext |
protected EzyServerContext |
EzyRunner.serverContext |
| Modifier and Type | Method and Description |
|---|---|
EzyBootstrap.Builder |
EzyBootstrap.Builder.context(EzyServerContext context) |
B |
EzyComponentsStater.Builder.serverContext(EzyServerContext serverContext) |
| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
EzyAbtractServerBootstrapBuilder.serverContext |
| Modifier and Type | Method and Description |
|---|---|
EzyServerContext |
EzySimpleServerContextBuilder.build() |
protected EzyServerContext |
EzyAbtractServerBootstrapBuilder.newServerContext(EzyServer server) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyUserDelegate |
EzySimpleServerContextBuilder.newUserDelegate(EzyServerContext context) |
protected Collection<EzyZoneContext> |
EzySimpleServerContextBuilder.newZoneContexts(EzyServerContext parent) |
| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
EzyAbstractChildSendResponse.serverContext |
| Constructor and Description |
|---|
EzyCloseSessionImpl(EzyServerContext ctx) |
EzyServerShutdownImpl(EzyServerContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
EzySimpleServerContext |
| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
EzySimpleZoneContext.parent |
| Modifier and Type | Method and Description |
|---|---|
EzyServerContext |
EzyZoneContext.getParent() |
EzyServerContext |
EzyChildContext.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static EzySessionManager<EzySession> |
EzyServerContexts.getSessionManager(EzyServerContext ctx) |
static EzySettings |
EzyServerContexts.getSettings(EzyServerContext context) |
static EzyStatistics |
EzyServerContexts.getStatistics(EzyServerContext context) |
void |
EzyServerContextAware.setServerContext(EzyServerContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzyLoginController.control(EzyServerContext ctx,
EzyZoneContext zoneContext,
EzyUserLoginEvent event) |
protected EzyAppContext |
EzyAbstractServerController.getAppContext(EzyServerContext ctx,
int appId) |
protected EzyController |
EzyAbstractServerController.getController(EzyServerContext ctx,
com.tvd12.ezyfox.constant.EzyConstant cmd) |
protected EzyServerControllers |
EzyAbstractServerController.getControllers(EzyServerContext ctx) |
protected EzyServer |
EzyAbstractServerController.getServer(EzyServerContext ctx) |
protected EzySessionManager<EzySession> |
EzyAbstractServerController.getSessionManager(EzyServerContext ctx) |
protected EzySettings |
EzyAbstractServerController.getSettings(EzyServerContext ctx) |
void |
EzyAccessAppController.handle(EzyServerContext ctx,
EzyAccessAppRequest request) |
void |
EzyExitAppController.handle(EzyServerContext ctx,
EzyExitAppRequest request) |
void |
EzyHandshakeController.handle(EzyServerContext ctx,
EzyHandShakeRequest request) |
void |
EzyLoginController.handle(EzyServerContext ctx,
EzyLoginRequest request) |
void |
EzyPingController.handle(EzyServerContext ctx,
EzyPingRequest request) |
void |
EzyPluginInfoController.handle(EzyServerContext ctx,
EzyPluginInfoRequest request) |
void |
EzyRequestAppController.handle(EzyServerContext ctx,
EzyRequestAppRequest request) |
void |
EzyRequestPluginController.handle(EzyServerContext ctx,
EzyRequestPluginRequest request) |
protected void |
EzyAccessAppController.handle0(EzyServerContext ctx,
EzyAccessAppRequest request) |
protected void |
EzyHandshakeController.handleSocketSSL(EzyServerContext ctx,
EzyHandshakeEvent event) |
protected void |
EzyHandshakeController.process(EzyServerContext ctx,
EzyHandShakeRequest request) |
protected void |
EzyLoginController.process(EzyServerContext ctx,
EzyZoneContext zoneContext,
EzyUserLoginEvent event) |
protected void |
EzyLoginController.processException(EzyServerContext ctx,
EzySession session,
EzyLoginErrorException e) |
protected void |
EzyAccessAppController.responseAccessAppError(EzyServerContext ctx,
EzySession session,
EzyAccessAppException exception) |
protected void |
EzyLoginController.responseLoginError(EzyServerContext ctx,
EzySession session,
EzyILoginError error) |
protected void |
EzyRequestAppController.responseRequestAppError(EzyServerContext ctx,
EzySession session,
EzyIRequestAppError error) |
| Constructor and Description |
|---|
EzyLoginProcessor(EzyServerContext serverContext) |
| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
EzySimpleUserDelegate.serverContext |
| Constructor and Description |
|---|
EzySimpleUserDelegate(EzyServerContext serverContext,
EzySocketUserRemovalQueue userRemovalQueue) |
| Modifier and Type | Field and Description |
|---|---|
protected EzyServerContext |
EzyAbstractDataHandler.context |
| Constructor and Description |
|---|
EzyAbstractDataHandler(EzyServerContext ctx,
S session) |
EzySessionDataHandler(EzyServerContext ctx,
S session) |
EzySimpleDataHandler(EzyServerContext ctx,
S session) |
EzyUserDataHandler(EzyServerContext ctx,
S session) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyRawBytesInterceptor.intercept(EzyServerContext ctx,
EzyStreamingRequest request) |
void |
EzyServerUserInterceptor.intercept(EzyServerContext ctx,
EzyUserRequest request) |
Copyright © 2021 Young Monkeys. All rights reserved.