Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.server
Class ConfServerClientChannelHandlerFactory

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.ClientChannelHandlerFactory
      extended by com.genesyslab.platform.configuration.protocol.server.ConfServerClientChannelHandlerFactory

public class ConfServerClientChannelHandlerFactory
extends ClientChannelHandlerFactory

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

See Also:
ConfServerProtocolListener

Constructor Summary
ConfServerClientChannelHandlerFactory()
           
 
Method Summary
 ClientChannelHandler createHandler(Connection connection, ConnectionConfiguration config)
          Creates client channel handler instance for new incoming client connection.
 void setKVPrinter(KeyValuePrinter kvPrinter)
           
 
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

ConfServerClientChannelHandlerFactory

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

setKVPrinter

public void setKVPrinter(KeyValuePrinter kvPrinter)

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.