Platform SDK Java 8.5 API Reference

com.genesyslab.platform.openmedia.protocol.server
Class InteractionServerClientChannelHandlerFactory

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.ClientChannelHandlerFactory
      extended by com.genesyslab.platform.openmedia.protocol.server.InteractionServerClientChannelHandlerFactory

public class InteractionServerClientChannelHandlerFactory
extends ClientChannelHandlerFactory

Interaction Server protocol internal ClientChannelHandler factory.
Note: This class is internal and is not supposed for explicit usage by applications.

See Also:
InteractionServerProtocolListener

Constructor Summary
InteractionServerClientChannelHandlerFactory()
           
 
Method Summary
 ClientChannelHandler createHandler(Connection connection, ConnectionConfiguration config)
          Creates client channel handler instance for new incoming client connection.
 
Methods inherited from class com.genesyslab.platform.commons.protocol.ClientChannelHandlerFactory
getProtocolFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionServerClientChannelHandlerFactory

public InteractionServerClientChannelHandlerFactory()
Method Detail

createHandler

public ClientChannelHandler createHandler(Connection connection,
                                          ConnectionConfiguration config)
Description copied from class: ClientChannelHandlerFactory
Creates client channel handler instance for new incoming client connection.

Overrides:
createHandler in class ClientChannelHandlerFactory
Parameters:
connection - the newly accepted incoming client connection.
config - the channel connection configuration.
Returns:
new instance of the client channel handler.

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.