public abstract class RibbonTransportFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RibbonTransportFactory.DefaultRibbonTransportFactory |
| Modifier and Type | Field and Description |
|---|---|
protected com.netflix.client.config.ClientConfigFactory |
clientConfigFactory |
static RibbonTransportFactory |
DEFAULT |
| Modifier | Constructor and Description |
|---|---|
protected |
RibbonTransportFactory(com.netflix.client.config.ClientConfigFactory clientConfigFactory) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.netty.protocol.http.client.HttpClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> |
newHttpClient(com.netflix.client.config.IClientConfig config) |
io.reactivex.netty.protocol.http.client.HttpClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> |
newHttpClient(java.lang.String name) |
io.reactivex.netty.client.RxClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> |
newTcpClient(com.netflix.client.config.IClientConfig config) |
io.reactivex.netty.client.RxClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> |
newTcpClient(java.lang.String name) |
io.reactivex.netty.client.RxClient<io.netty.channel.socket.DatagramPacket,io.netty.channel.socket.DatagramPacket> |
newUdpClient(com.netflix.client.config.IClientConfig config) |
io.reactivex.netty.client.RxClient<io.netty.channel.socket.DatagramPacket,io.netty.channel.socket.DatagramPacket> |
newUdpClient(java.lang.String name) |
protected final com.netflix.client.config.ClientConfigFactory clientConfigFactory
public static final RibbonTransportFactory DEFAULT
protected RibbonTransportFactory(com.netflix.client.config.ClientConfigFactory clientConfigFactory)
public io.reactivex.netty.protocol.http.client.HttpClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> newHttpClient(com.netflix.client.config.IClientConfig config)
public io.reactivex.netty.client.RxClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> newTcpClient(com.netflix.client.config.IClientConfig config)
public io.reactivex.netty.client.RxClient<io.netty.channel.socket.DatagramPacket,io.netty.channel.socket.DatagramPacket> newUdpClient(com.netflix.client.config.IClientConfig config)
public final io.reactivex.netty.protocol.http.client.HttpClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> newHttpClient(java.lang.String name)
public final io.reactivex.netty.client.RxClient<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> newTcpClient(java.lang.String name)
public io.reactivex.netty.client.RxClient<io.netty.channel.socket.DatagramPacket,io.netty.channel.socket.DatagramPacket> newUdpClient(java.lang.String name)