public class ReceiveEvent extends Object implements Event
Constructor and Description |
---|
ReceiveEvent(IoSession session,
Object message) |
Modifier and Type | Method and Description |
---|---|
Object |
getMessage() |
IoSession |
getSession()
The session of this event.
|
void |
visit(EventVisitor visitor)
Call the visitor method for this kind of event.
|
public IoSession getSession()
getSession
in interface Event
public Object getMessage()
public void visit(EventVisitor visitor)
Event
Copyright © 2009–2013 Apache MINA Project. All rights reserved.