org.jboss.xnio.nio
Class NioOneWayPipeConnection

java.lang.Object
  extended by org.jboss.xnio.nio.NioOneWayPipeConnection
All Implemented Interfaces:
java.io.Closeable

public final class NioOneWayPipeConnection
extends java.lang.Object
implements java.io.Closeable


Method Summary
 void close()
           
 NioPipeSinkChannelImpl getSinkSide()
           
 NioPipeSourceChannelImpl getSourceSide()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceSide

public NioPipeSourceChannelImpl getSourceSide()

getSinkSide

public NioPipeSinkChannelImpl getSinkSide()

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Throws:
java.io.IOException