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) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected org.jboss.netty.channel.ChannelPipelineFactory |
setPipelineFactory() |
Copyright © 2018 CERN. All Rights Reserved.