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

Packages that use Transporter
com.alibaba.dubbo.remoting   
com.alibaba.dubbo.remoting.transport.grizzly   
com.alibaba.dubbo.remoting.transport.mina   
com.alibaba.dubbo.remoting.transport.netty4   
 

Uses of Transporter in com.alibaba.dubbo.remoting
 

Methods in com.alibaba.dubbo.remoting that return Transporter
static Transporter Transporters.getTransporter()
           
 

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

Classes in com.alibaba.dubbo.remoting.transport.grizzly that implement Transporter
 class GrizzlyTransporter
          GrizzlyTransporter
 

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

Classes in com.alibaba.dubbo.remoting.transport.mina that implement Transporter
 class MinaTransporter
           
 

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

Classes in com.alibaba.dubbo.remoting.transport.netty4 that implement Transporter
 class NettyTransporter
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.