Package hudson.remoting.forward

Examples of hudson.remoting.forward.PortForwarder


     * @param forwardPort The remote port that the connection will be forwarded to.
     * @return
     */
    public ListeningPort createLocalToRemotePortForwarding(int recvPort, String forwardHost, int forwardPort)
        throws IOException, InterruptedException {
        return new PortForwarder(recvPort,
            ForwarderFactory.create(this, forwardHost, forwardPort));
    }
View Full Code Here

TOP

Related Classes of hudson.remoting.forward.PortForwarder

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.