Uses of Class
com.alipay.remoting.ConnectionEventHandler

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

Uses of ConnectionEventHandler in com.alipay.remoting
 

Fields in com.alipay.remoting declared as ConnectionEventHandler
protected  ConnectionEventHandler DefaultConnectionManager.connectionEventHandler
          connection event handler
 

Methods in com.alipay.remoting that return ConnectionEventHandler
 ConnectionEventHandler DefaultConnectionManager.getConnectionEventHandler()
          Getter method for property connectionEventHandler.
 

Methods in com.alipay.remoting with parameters of type ConnectionEventHandler
 void ConnectionFactory.init(ConnectionEventHandler connectionEventHandler)
          Initialize the factory.
 void DefaultConnectionManager.setConnectionEventHandler(ConnectionEventHandler connectionEventHandler)
          Setter method for property connectionEventHandler.
 

Constructors in com.alipay.remoting with parameters of type ConnectionEventHandler
DefaultConnectionManager(ConnectionFactory connectionFactory, RemotingAddressParser addressParser, ConnectionEventHandler connectionEventHandler)
           
DefaultConnectionManager(ConnectionSelectStrategy connectionSelectStrategy, ConnectionFactory connctionFactory, ConnectionEventHandler connectionEventHandler, ConnectionEventListener connectionEventListener)
           
DefaultConnectionManager(ConnectionSelectStrategy connectionSelectStrategy, ConnectionFactory connctionFactory, ConnectionEventHandler connectionEventHandler, ConnectionEventListener connectionEventListener, GlobalSwitch globalSwitch)
           
 

Uses of ConnectionEventHandler in com.alipay.remoting.rpc
 

Subclasses of ConnectionEventHandler in com.alipay.remoting.rpc
 class RpcConnectionEventHandler
          ConnectionEventHandler for Rpc.
 

Methods in com.alipay.remoting.rpc with parameters of type ConnectionEventHandler
 void RpcConnectionFactory.init(ConnectionEventHandler connectionEventHandler)
           
 



Copyright © 2018. All rights reserved.