public abstract class NettyClient extends Object
| Constructor and Description |
|---|
NettyClient() |
| Modifier and Type | Method and Description |
|---|---|
static InetSocketAddress |
parse(URI uri) |
protected static org.jboss.netty.channel.Channel |
prepareAndConnect(Logger logger,
URI uri,
org.jboss.netty.channel.ChannelPipeline pipeline,
org.jboss.netty.channel.ChannelHandler handler,
boolean ssl,
int connectTimeoutMillis) |
public static InetSocketAddress parse(URI uri)
protected static org.jboss.netty.channel.Channel prepareAndConnect(Logger logger, URI uri, org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler, boolean ssl, int connectTimeoutMillis) throws ChannelException
ChannelExceptionCopyright © 2021. All rights reserved.