-
- Type Parameters:
C- the wrapped channel type
- All Known Implementing Classes:
FramedMessageChannel,PushBackStreamChannel,TranslatingSuspendableChannel
public interface WrappedChannel<C extends java.nio.channels.Channel>A wrapped channel.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetChannel()Get the channel which is wrapped by this object.
-
-
-
Method Detail
-
getChannel
C getChannel()
Get the channel which is wrapped by this object.- Returns:
- the wrapped channel
-
-