org.jboss.xnio.nio
Class NioPipeConnection

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

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


Method Summary
 void close()
           
 NioPipeChannelImpl getLeftSide()
           
 NioPipeChannelImpl getRightSide()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLeftSide

public NioPipeChannelImpl getLeftSide()

getRightSide

public NioPipeChannelImpl getRightSide()

close

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