com.atlassian.tunnel.tunnel
Class Repeater

java.lang.Object
  extended by 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


Constructor Summary
Repeater(StreamProvider source, StreamProvider destination, String name, Runnable... shutdownListeners)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repeater

public Repeater(StreamProvider source,
                StreamProvider destination,
                String name,
                @Nullable
                Runnable... shutdownListeners)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2015 Atlassian. All rights reserved.