Uses of Interface
com.alibaba.dubbo.remoting.Client

Packages that use Client
com.alibaba.dubbo.remoting   
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.exchange.support.header   
com.alibaba.dubbo.remoting.p2p.support   
com.alibaba.dubbo.remoting.transport   
com.alibaba.dubbo.remoting.transport.grizzly   
com.alibaba.dubbo.remoting.transport.mina   
com.alibaba.dubbo.remoting.transport.netty   
com.alibaba.dubbo.remoting.transport.netty4   
 

Uses of Client in com.alibaba.dubbo.remoting
 

Methods in com.alibaba.dubbo.remoting that return Client
static Client Transporters.connect(String url, ChannelHandler... handler)
           
static Client Transporters.connect(URL url, ChannelHandler... handlers)
           
 Client Transporter.connect(URL url, ChannelHandler handler)
          Connect to a server.
 

Uses of Client in com.alibaba.dubbo.remoting.exchange
 

Subinterfaces of Client in com.alibaba.dubbo.remoting.exchange
 interface ExchangeClient
          ExchangeClient.
 

Uses of Client in com.alibaba.dubbo.remoting.exchange.support.header
 

Classes in com.alibaba.dubbo.remoting.exchange.support.header that implement Client
 class HeaderExchangeClient
          DefaultMessageClient
 

Constructors in com.alibaba.dubbo.remoting.exchange.support.header with parameters of type Client
HeaderExchangeClient(Client client, boolean needHeartbeat)
           
 

Uses of Client in com.alibaba.dubbo.remoting.p2p.support
 

Constructor parameters in com.alibaba.dubbo.remoting.p2p.support with type arguments of type Client
ServerPeer(Server server, Map<URL,Client> clients, Group group)
           
 

Uses of Client in com.alibaba.dubbo.remoting.transport
 

Classes in com.alibaba.dubbo.remoting.transport that implement Client
 class AbstractClient
          AbstractClient
 class ClientDelegate
          ClientDelegate
 

Methods in com.alibaba.dubbo.remoting.transport that return Client
 Client ClientDelegate.getClient()
           
 

Methods in com.alibaba.dubbo.remoting.transport with parameters of type Client
 void ClientDelegate.setClient(Client client)
           
 

Constructors in com.alibaba.dubbo.remoting.transport with parameters of type Client
ClientDelegate(Client client)
           
 

Uses of Client in com.alibaba.dubbo.remoting.transport.grizzly
 

Classes in com.alibaba.dubbo.remoting.transport.grizzly that implement Client
 class GrizzlyClient
          GrizzlyClient
 

Methods in com.alibaba.dubbo.remoting.transport.grizzly that return Client
 Client GrizzlyTransporter.connect(URL url, ChannelHandler listener)
           
 

Uses of Client in com.alibaba.dubbo.remoting.transport.mina
 

Classes in com.alibaba.dubbo.remoting.transport.mina that implement Client
 class MinaClient
          Mina client.
 

Methods in com.alibaba.dubbo.remoting.transport.mina that return Client
 Client MinaTransporter.connect(URL url, ChannelHandler handler)
           
 

Uses of Client in com.alibaba.dubbo.remoting.transport.netty
 

Methods in com.alibaba.dubbo.remoting.transport.netty that return Client
 Client NettyTransporter.connect(URL url, ChannelHandler listener)
           
 

Uses of Client in com.alibaba.dubbo.remoting.transport.netty4
 

Classes in com.alibaba.dubbo.remoting.transport.netty4 that implement Client
 class NettyClient
          NettyClient.
 

Methods in com.alibaba.dubbo.remoting.transport.netty4 that return Client
 Client NettyTransporter.connect(URL url, ChannelHandler listener)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.