public class HttpChannelProvider
extends java.lang.Object
implements io.reactivex.netty.client.ChannelProvider
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<HttpClientEventsListener> |
HTTP_CLIENT_EVENT_LISTENER |
| Constructor and Description |
|---|
HttpChannelProvider(HttpClientEventPublisher hostEventPublisher,
io.reactivex.netty.client.ChannelProvider delegate) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<io.netty.channel.Channel> |
newChannel(rx.Observable<io.netty.channel.Channel> input) |
public static final io.netty.util.AttributeKey<HttpClientEventsListener> HTTP_CLIENT_EVENT_LISTENER
public HttpChannelProvider(HttpClientEventPublisher hostEventPublisher, io.reactivex.netty.client.ChannelProvider delegate)