}
}
private void fireEvent(IoEvent e) {
IoSession session = getSession();
IoEventType type = e.getType();
Object data = e.getParameter();
if (type == IoEventType.MESSAGE_RECEIVED) {
VmPipeSessionImpl s = (VmPipeSessionImpl) session;
if (sessionOpened && s.getTrafficMask().isReadable() && s.getLock().tryLock()) {