public final class ChannelProvider extends Object
| Constructor and Description |
|---|
ChannelProvider(io.netty.bootstrap.Bootstrap bootstrap,
SSLHelper sslHelper,
ContextInternal context,
ProxyOptions proxyOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationProtocol() |
io.netty.channel.Channel |
channel() |
void |
connect(SocketAddress remoteAddress,
SocketAddress peerAddress,
String serverName,
boolean ssl,
Handler<AsyncResult<io.netty.channel.Channel>> channelHandler) |
public ChannelProvider(io.netty.bootstrap.Bootstrap bootstrap,
SSLHelper sslHelper,
ContextInternal context,
ProxyOptions proxyOptions)
public String applicationProtocol()
public io.netty.channel.Channel channel()
public void connect(SocketAddress remoteAddress, SocketAddress peerAddress, String serverName, boolean ssl, Handler<AsyncResult<io.netty.channel.Channel>> channelHandler)
Copyright © 2020. All rights reserved.