org.exolab.core.messenger
Interface ChannelHandler

All Known Implementing Classes:
ChannelListenerAcceptor

public interface ChannelHandler

A ChannelHandler is notified of new channels by the ChannelAcceptor and is responsible for managing the channels.

The handler should not block when a new channel is received, as it will prevent other channels being accepted.

Version:
$Revision: 1.2 $ $Date: 2002/02/17 20:46:53 $
Author:
Tim Anderson
See Also:
Channel, ChannelAcceptor

Method Summary
 void opened(Channel channel)
          Handle a new channel
 

Method Detail

opened

public void opened(Channel channel)
Handle a new channel

Parameters:
channel - the new channel


Copyright © 1999-2005 The Exolab Group. All Rights Reserved.