public class SessionHandler extends AbstractDatagramHandler
| Modifier and Type | Method and Description |
|---|---|
void |
event(SessionEvent event) |
void |
exception(Throwable e) |
ISessionConfig |
getConfig() |
ISessionStructureFactory |
getFactory() |
boolean |
incident(SessionIncident incident,
Throwable t) |
void |
read(Object msg) |
void |
read(SocketAddress remoteAddress,
Object msg) |
void |
timer(Object event) |
event, getSession, read, read, setSessionevent, getName, read, read, timerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readpublic void read(SocketAddress remoteAddress, Object msg)
public void read(Object msg)
public void timer(Object event)
timer in interface IHandlertimer in class AbstractHandlerpublic void event(SessionEvent event)
event in interface IHandlerevent in class AbstractHandlerpublic void exception(Throwable e)
exception in interface IHandlerexception in class AbstractHandlerpublic boolean incident(SessionIncident incident, Throwable t)
incident in interface IHandlerincident in class AbstractHandlerpublic ISessionStructureFactory getFactory()
getFactory in interface IHandlergetFactory in class AbstractHandlerpublic ISessionConfig getConfig()
getConfig in interface IHandlergetConfig in class AbstractHandlerCopyright © 2017–2024 SNF4J.ORG. All rights reserved.