public final class ChannelPipe<L extends CloseableChannel,R extends CloseableChannel> extends Object
| Constructor and Description |
|---|
ChannelPipe(L leftSide,
R rightSide)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
L |
getLeftSide()
Get the pipe source.
|
R |
getRightSide()
Get the pipe sink.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.