Uses of Class
org.apache.dubbo.remoting.api.connection.AbstractConnectionClient
Packages that use AbstractConnectionClient
Package
Description
-
Uses of AbstractConnectionClient in org.apache.dubbo.remoting.api.connection
Methods in org.apache.dubbo.remoting.api.connection that return AbstractConnectionClientModifier and TypeMethodDescriptionConnectionManager.connect(URL url, ChannelHandler handler) MultiplexProtocolConnectionManager.connect(URL url, ChannelHandler handler) SingleProtocolConnectionManager.connect(URL url, ChannelHandler handler) Method parameters in org.apache.dubbo.remoting.api.connection with type arguments of type AbstractConnectionClientModifier and TypeMethodDescriptionvoidConnectionManager.forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer) voidMultiplexProtocolConnectionManager.forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer) voidSingleProtocolConnectionManager.forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer) -
Uses of AbstractConnectionClient in org.apache.dubbo.remoting.api.pu
Methods in org.apache.dubbo.remoting.api.pu that return AbstractConnectionClientModifier and TypeMethodDescriptionPortUnificationTransporter.connect(URL url, ChannelHandler handler) -
Uses of AbstractConnectionClient in org.apache.dubbo.remoting.exchange
Methods in org.apache.dubbo.remoting.exchange that return AbstractConnectionClientModifier and TypeMethodDescriptionstatic AbstractConnectionClientPortUnificationExchanger.connect(URL url, ChannelHandler handler)