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