org.smallmind.plumber.io
Class SocketPipe

java.lang.Object
  extended by org.smallmind.plumber.io.SocketPipe

public class SocketPipe
extends Object


Nested Class Summary
 class SocketPipe.TransferHandler
           
 
Constructor Summary
SocketPipe(Socket downstreamSocket, Socket upstreamSocket, int bufferSize)
           
 
Method Summary
 void startPipe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketPipe

public SocketPipe(Socket downstreamSocket,
                  Socket upstreamSocket,
                  int bufferSize)
Method Detail

startPipe

public void startPipe()
               throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.