public abstract class SessionMessageHandler extends Object implements SessionEventHandler
| Constructor and Description |
|---|
SessionMessageHandler(Session session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
Session |
getSession() |
void |
setSession(Session session)
Sets the session instance on this handler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonEventprivate final Session session
public SessionMessageHandler(Session session)
public int getEventType()
getEventType in interface EventHandlerpublic Session getSession()
getSession in interface SessionEventHandlerpublic void setSession(Session session) throws UnsupportedOperationException
SessionEventHandlersetSession in interface SessionEventHandlersession - The session instance to set.UnsupportedOperationExceptionCopyright © 2013. All Rights Reserved.