- java.lang.Object
-
- org.xnio.ChannelPipe<L,R>
-
public final class ChannelPipe<L extends CloseableChannel,R extends CloseableChannel> extends java.lang.Object
A one-way pipe.- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description ChannelPipe(L leftSide, R rightSide)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L
getLeftSide()
Get the pipe source.R
getRightSide()
Get the pipe sink.
-