com.atlassian.tunnel.tunnel
Class Repeater
java.lang.Object
com.atlassian.tunnel.tunnel.Repeater
- All Implemented Interfaces:
- Runnable
public class Repeater
- extends Object
- implements Runnable
- Author:
- jayd
Socket service used to daisy-chain I/O streams
Redirecting the InputStream of one socket to the
OutputStream of another socket forms the basis
of establishing a network tunnel., Forked by Atlassian
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Repeater
public Repeater(StreamProvider source,
StreamProvider destination,
String name,
@Nullable
Runnable... shutdownListeners)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2015 Atlassian. All rights reserved.