Package irc4j.socket

Examples of irc4j.socket.SocketHandler


    private boolean connectionReady = false;
    private boolean hasConnected = false;

    protected IRC4J(IRC4JConfig config) {
        this.config = config;
        this.socketHandler = new SocketHandler(this, config.getSocketAddress());
    }
View Full Code Here

TOP

Related Classes of irc4j.socket.SocketHandler

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.