Package org.apache.mina.proxy.event

Examples of org.apache.mina.proxy.event.IoSessionEventQueue


     * Note : Please do not call this method from your code it could result in an
     * unexpected behaviour.
     */
    public void setSession(IoSession session) {
        this.session = session;
        this.eventQueue = new IoSessionEventQueue(this);
    }
View Full Code Here

TOP

Related Classes of org.apache.mina.proxy.event.IoSessionEventQueue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.