Package hudson.remoting.forward
Interface Forwarder
- All Superinterfaces:
Serializable
Abstracts away how the forwarding is set up.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionconnect
(OutputStream out) Establishes a port forwarding connection and returns the writer end.
-
Method Details
-
connect
Establishes a port forwarding connection and returns the writer end.- Parameters:
out
- The writer end to the initiator. The callee will start a thread that writes to this.- Throws:
IOException
-