Uses of Class
com.alipay.remoting.DefaultConnectionManager

Packages that use DefaultConnectionManager
com.alipay.remoting   
com.alipay.remoting.rpc   
 

Uses of DefaultConnectionManager in com.alipay.remoting
 

Constructors in com.alipay.remoting with parameters of type DefaultConnectionManager
DefaultConnectionMonitor(ConnectionMonitorStrategy strategy, DefaultConnectionManager connectionManager)
           
 

Uses of DefaultConnectionManager in com.alipay.remoting.rpc
 

Fields in com.alipay.remoting.rpc declared as DefaultConnectionManager
protected  DefaultConnectionManager RpcRemoting.connectionManager
          connection manager
 

Methods in com.alipay.remoting.rpc that return DefaultConnectionManager
 DefaultConnectionManager RpcServer.getConnectionManager()
          Getter method for property connectionManager.
protected  DefaultConnectionManager RpcClient.getConnectionManager()
           
 

Constructors in com.alipay.remoting.rpc with parameters of type DefaultConnectionManager
RpcClientRemoting(CommandFactory commandFactory, RemotingAddressParser addressParser, DefaultConnectionManager connectionManager)
           
RpcRemoting(CommandFactory commandFactory, RemotingAddressParser addressParser, DefaultConnectionManager connectionManager)
           
RpcServerRemoting(CommandFactory commandFactory, RemotingAddressParser addressParser, DefaultConnectionManager connectionManager)
           
 



Copyright © 2018. All rights reserved.