public class IdleEvent extends Object implements Event
IoSession
is idle (no sent or receive events)Constructor and Description |
---|
IdleEvent(IoSession session,
IdleStatus status) |
Modifier and Type | Method and Description |
---|---|
IdleStatus |
getIdleStatus() |
IoSession |
getSession()
The session of this event.
|
void |
visit(EventVisitor visitor)
Call the visitor method for this kind of event.
|
public IdleEvent(IoSession session, IdleStatus status)
public IoSession getSession()
getSession
in interface Event
public IdleStatus getIdleStatus()
public void visit(EventVisitor visitor)
Event
Copyright © 2009–2013 Apache MINA Project. All rights reserved.