|
JBoss Remoting 3 3.2.0.Beta2-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting3.ChannelPair
public final class ChannelPair
A pair of interconnected channels.
Constructor Summary | |
---|---|
ChannelPair(Channel leftChannel,
Channel rightChannel)
Construct a new instance. |
Method Summary | |
---|---|
Channel |
getLeftChannel()
Get the left-hand channel. |
Channel |
getRightChannel()
Get the right-hand channel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelPair(Channel leftChannel, Channel rightChannel)
leftChannel
- the left-hand channelrightChannel
- the right-hand channelMethod Detail |
---|
public Channel getLeftChannel()
public Channel getRightChannel()
|
JBoss Remoting 3 3.2.0.Beta2-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |