org.smallmind.plumber.io
Class SocketPipe.TransferHandler

java.lang.Object
  extended by org.smallmind.plumber.io.SocketPipe.TransferHandler
All Implemented Interfaces:
Runnable
Enclosing class:
SocketPipe

public class SocketPipe.TransferHandler
extends Object
implements Runnable


Constructor Summary
SocketPipe.TransferHandler(Thread lockThread, RotaryLock rotaryLock, int condition, Socket inputSocket, Socket outputSocket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketPipe.TransferHandler

public SocketPipe.TransferHandler(Thread lockThread,
                                  RotaryLock rotaryLock,
                                  int condition,
                                  Socket inputSocket,
                                  Socket outputSocket)
                           throws IOException
Throws:
IOException
Method Detail

run

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


Copyright © 2011. All Rights Reserved.