Uses of Class
py4j.CommunicationChannelFactory

Packages that use CommunicationChannelFactory
py4j   
 

Uses of CommunicationChannelFactory in py4j
 

Methods in py4j that return CommunicationChannelFactory
 CommunicationChannelFactory Gateway.getCommunicationChannelFactory()
           
 CommunicationChannelFactory GatewayServer.getCommunicationChannelFactory()
           
 

Constructors in py4j with parameters of type CommunicationChannelFactory
Gateway(Object entryPoint, CommunicationChannelFactory ccFactory)