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.IOException
Copyright © 2004–2022. All rights reserved.