org.smallmind.plumber.nio
Class SocketChannelPipe

java.lang.Object
  extended by org.smallmind.plumber.nio.SocketChannelPipe

public class SocketChannelPipe
extends Object


Constructor Summary
SocketChannelPipe(SocketChannel downstreamSocketChannel, SocketChannel upstreamSocketChannel, 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

SocketChannelPipe

public SocketChannelPipe(SocketChannel downstreamSocketChannel,
                         SocketChannel upstreamSocketChannel,
                         int bufferSize)
Method Detail

startPipe

public void startPipe()
               throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.