XNIO API 3.0.7.GA

org.xnio.channels
Interface WrappedChannel<C extends Channel>

Type Parameters:
C - the wrapped channel type
All Known Implementing Classes:
FramedMessageChannel, TranslatingSuspendableChannel

public interface WrappedChannel<C extends Channel>

A wrapped channel.

Author:
David M. Lloyd

Method Summary
 C getChannel()
          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

XNIO API 3.0.7.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.