org.smallmind.plumber.http
Class RecordingSocketPipe.TransferHandler

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

public class RecordingSocketPipe.TransferHandler
extends Object
implements Runnable


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

Constructor Detail

RecordingSocketPipe.TransferHandler

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

run

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


Copyright © 2012. All Rights Reserved.