public class SimpleTcpClient extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
host |
protected boolean |
oneShot |
protected org.jboss.netty.channel.ChannelPipelineFactory |
pipelineFactory |
protected int |
port |
protected XDR |
request |
Constructor and Description |
---|
SimpleTcpClient(String host,
int port,
XDR request) |
SimpleTcpClient(String host,
int port,
XDR request,
Boolean oneShot) |
Copyright © 2013 Apache Software Foundation. All rights reserved.