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

Packages that use Server
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.netty   
com.alibaba.dubbo.remoting.transport.netty4   
 

Uses of Server in com.alibaba.dubbo.remoting
 

Methods in com.alibaba.dubbo.remoting that return Server
static Server Transporters.bind(String url, ChannelHandler... handler)
           
static Server Transporters.bind(URL url, ChannelHandler... handlers)
           
 Server Transporter.bind(URL url, ChannelHandler handler)
          Bind a server.
 

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

Subinterfaces of Server in com.alibaba.dubbo.remoting.exchange
 interface ExchangeServer
          ExchangeServer.
 

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

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

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

Classes in com.alibaba.dubbo.remoting.exchange.support.header that implement Server
 class HeaderExchangeServer
          ExchangeServerImpl
 

Methods in com.alibaba.dubbo.remoting.exchange.support.header that return Server
 Server HeaderExchangeServer.getServer()
           
 

Constructors in com.alibaba.dubbo.remoting.exchange.support.header with parameters of type Server
HeaderExchangeServer(Server server)
           
 

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

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

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

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

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

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

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

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

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

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

Classes in com.alibaba.dubbo.remoting.transport that implement Server
 class AbstractServer
          AbstractServer
 class ServerDelegate
          ServerDelegate
 

Methods in com.alibaba.dubbo.remoting.transport that return Server
 Server ServerDelegate.getServer()
           
 

Methods in com.alibaba.dubbo.remoting.transport with parameters of type Server
 void ServerDelegate.setServer(Server server)
           
 

Constructors in com.alibaba.dubbo.remoting.transport with parameters of type Server
ServerDelegate(Server server)
           
 

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

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

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

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

Classes in com.alibaba.dubbo.remoting.transport.mina that implement Server
 class MinaServer
          MinaServer
 

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

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

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

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

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

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



Copyright © 2012–2017 Alibaba. All rights reserved.