Platform SDK Java 8.5 API Reference

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.


Method Summary
 void onClientChannelClosed(ChannelClosedEvent event)
           
 void onClientChannelOpened(OutputChannel channel)
          New channel opened for incoming connection.
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListener
onChannelClosed, onChannelError, onChannelOpened
 

Method Detail

onClientChannelOpened

void onClientChannelOpened(OutputChannel channel)
New channel opened for incoming connection.

Parameters:
channel - new channel

onClientChannelClosed

void onClientChannelClosed(ChannelClosedEvent event)

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.