Uses of Interface
com.bytedesk.call.esl.client.outbound.IClientHandlerFactory
Packages that use IClientHandlerFactory
-
Uses of IClientHandlerFactory in com.bytedesk.call.esl.client.outbound
Fields in com.bytedesk.call.esl.client.outbound declared as IClientHandlerFactoryModifier and TypeFieldDescriptionprivate final IClientHandlerFactoryOutboundChannelInitializer.clientHandlerFactoryprivate final IClientHandlerFactorySocketClient.clientHandlerFactoryConstructors in com.bytedesk.call.esl.client.outbound with parameters of type IClientHandlerFactoryModifierConstructorDescriptionOutboundChannelInitializer(IClientHandlerFactory clientHandlerFactory) SocketClient(SocketAddress bindAddress, IClientHandlerFactory clientHandlerFactory)