Platform SDK Java 8.5 API Reference

com.genesyslab.platform.webmedia.protocol.server
Class ChatClientChannelHandlerFactory

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.ClientChannelHandlerFactory
      extended by com.genesyslab.platform.webmedia.protocol.server.ChatClientChannelHandlerFactory

public class ChatClientChannelHandlerFactory
extends ClientChannelHandlerFactory

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

See Also:
ChatProtocolsListener

Constructor Summary
ChatClientChannelHandlerFactory()
           
 
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

ChatClientChannelHandlerFactory

public ChatClientChannelHandlerFactory()
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.