com.genesyslab.platform.commons.protocol
Interface ServerChannelListener
- All Superinterfaces:
- ChannelListener, Listener
- public interface ServerChannelListener
- extends ChannelListener
Receive notification about server channel lifecycle events.
PLEASE NOTE: Listener can be called in connection layer thread,
so performing "long" activity here can cause delays, loss of data or
even deadlocks on connection layer.
onClientChannelOpened
public void onClientChannelOpened(OutputChannel channel)
- New channel opened for incoming connection.
- Parameters:
channel
- new channel
onClientChannelClosed
public void onClientChannelClosed(ChannelClosedEvent event)
Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.