Class ForwarderFactory

java.lang.Object
hudson.remoting.forward.ForwarderFactory

@Deprecated public class ForwarderFactory extends Object
Deprecated.
Creates Forwarder.
Author:
Kohsuke Kawaguchi
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Role
    Deprecated.
    Role that's willing to open a socket to arbitrary node nad forward that to the other side.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Forwarder
    create(VirtualChannel channel, String remoteHost, int remotePort)
    Deprecated.
    Creates a connector on the remote side that connects to the speicied host and port.
    static Forwarder
    create(String remoteHost, int remotePort)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ROLE

      public static final Role ROLE
      Deprecated.
      Role that's willing to open a socket to arbitrary node nad forward that to the other side.
  • Constructor Details

    • ForwarderFactory

      public ForwarderFactory()
      Deprecated.
  • Method Details