public interface Forwarder
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
connect(java.io.OutputStream out)
Establishes a port forwarding connection and returns
the writer end.
|
java.io.OutputStream connect(java.io.OutputStream out)
throws java.io.IOException
out - The writer end to the initiator. The callee will
start a thread that writes to this.java.io.IOExceptionCopyright © 2013. All Rights Reserved.