org.eclipse.net4j.channel
Interface IChannelMultiplexer

All Known Subinterfaces:
InternalConnector

public interface IChannelMultiplexer


Method Summary
 void multiplexChannel(IChannel channel)
          Called by an IChannel each time a new buffer is available for multiplexing.
 boolean removeChannel(IChannel channel)
           
 

Method Detail

multiplexChannel

void multiplexChannel(IChannel channel)
Called by an IChannel each time a new buffer is available for multiplexing. This or another buffer can be dequeued from the outputQueue of the IChannel.


removeChannel

boolean removeChannel(IChannel channel)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.