public abstract class EzySocketRequestHandler extends EzySocketAbstractEventHandler
| Modifier and Type | Field and Description |
|---|---|
protected EzySocketDataHandlerGroupFetcher |
dataHandlerGroupFetcher |
protected EzySessionTicketsQueue |
sessionTicketsQueue |
| Constructor and Description |
|---|
EzySocketRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected EzySocketDataHandlerGroup |
getDataHandlerGroup(EzySession session) |
protected abstract EzyRequestQueue |
getRequestQueue(EzySession session) |
protected abstract String |
getRequestType() |
void |
handleEvent() |
protected EzySessionTicketsQueue sessionTicketsQueue
protected EzySocketDataHandlerGroupFetcher dataHandlerGroupFetcher
public void handleEvent()
public void destroy()
protected abstract EzyRequestQueue getRequestQueue(EzySession session)
protected abstract String getRequestType()
protected EzySocketDataHandlerGroup getDataHandlerGroup(EzySession session)
Copyright © 2021 Young Monkeys. All rights reserved.