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.IOException
Copyright © 2012. All Rights Reserved.