Uses of Class
com.alipay.remoting.ConnectionEventListener

Packages that use ConnectionEventListener
com.alipay.remoting   
 

Uses of ConnectionEventListener in com.alipay.remoting
 

Fields in com.alipay.remoting declared as ConnectionEventListener
protected  ConnectionEventListener DefaultConnectionManager.connectionEventListener
          connection event listener
 

Methods in com.alipay.remoting that return ConnectionEventListener
 ConnectionEventListener ConnectionEventHandler.getConnectionEventListener()
          Getter method for property listener.
 ConnectionEventListener DefaultConnectionManager.getConnectionEventListener()
          Getter method for property connectionEventListener.
 

Methods in com.alipay.remoting with parameters of type ConnectionEventListener
 void ConnectionEventHandler.setConnectionEventListener(ConnectionEventListener listener)
          Setter method for property listener.
 void DefaultConnectionManager.setConnectionEventListener(ConnectionEventListener connectionEventListener)
          Setter method for property connectionEventListener.
 

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



Copyright © 2018. All rights reserved.