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

Packages that use Endpoint
com.alibaba.dubbo.remoting   
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.exchange.support   
com.alibaba.dubbo.remoting.exchange.support.header   
com.alibaba.dubbo.remoting.p2p   
com.alibaba.dubbo.remoting.p2p.exchange   
com.alibaba.dubbo.remoting.p2p.exchange.support   
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.netty4   
 

Uses of Endpoint in com.alibaba.dubbo.remoting
 

Subinterfaces of Endpoint in com.alibaba.dubbo.remoting
 interface Channel
          Channel.
 interface Client
          Remoting Client.
 interface Server
          Remoting Server.
 

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

Subinterfaces of Endpoint in com.alibaba.dubbo.remoting.exchange
 interface ExchangeChannel
          ExchangeChannel.
 interface ExchangeClient
          ExchangeClient.
 interface ExchangeServer
          ExchangeServer.
 

Uses of Endpoint in com.alibaba.dubbo.remoting.exchange.support
 

Classes in com.alibaba.dubbo.remoting.exchange.support that implement Endpoint
 class ExchangeServerDelegate
          ExchangeServerDelegate
 

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

Classes in com.alibaba.dubbo.remoting.exchange.support.header that implement Endpoint
 class HeaderExchangeClient
          DefaultMessageClient
 class HeaderExchangeServer
          ExchangeServerImpl
 

Uses of Endpoint in com.alibaba.dubbo.remoting.p2p
 

Subinterfaces of Endpoint in com.alibaba.dubbo.remoting.p2p
 interface Peer
          Peer.
 

Uses of Endpoint in com.alibaba.dubbo.remoting.p2p.exchange
 

Subinterfaces of Endpoint in com.alibaba.dubbo.remoting.p2p.exchange
 interface ExchangePeer
          Peer
 

Uses of Endpoint in com.alibaba.dubbo.remoting.p2p.exchange.support
 

Classes in com.alibaba.dubbo.remoting.p2p.exchange.support that implement Endpoint
 class ExchangeServerPeer
          ServerPeer
 

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

Classes in com.alibaba.dubbo.remoting.p2p.support that implement Endpoint
 class ServerPeer
          ServerPeer
 

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

Classes in com.alibaba.dubbo.remoting.transport that implement Endpoint
 class AbstractChannel
          AbstractChannel
 class AbstractClient
          AbstractClient
 class AbstractEndpoint
          AbstractEndpoint
 class AbstractPeer
          AbstractPeer
 class AbstractServer
          AbstractServer
 class ChannelDelegate
          ChannelDelegate
 class ClientDelegate
          ClientDelegate
 class ServerDelegate
          ServerDelegate
 

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

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

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

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

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

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



Copyright © 2012–2017 Alibaba. All rights reserved.