Package irc4j.io

Examples of irc4j.io.OutputThread


    public boolean isConnected() {
        return socket.isConnected();
    }

    public OutputThread createOutputThread() throws IOException {
        return new OutputThread(irc4J, new PrintWriter(socket.getOutputStream()));
    }
View Full Code Here

TOP

Related Classes of irc4j.io.OutputThread

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.