public class SimpleUdpServer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
boundPort |
static org.apache.commons.logging.Log |
LOG |
protected int |
port |
protected org.jboss.netty.channel.SimpleChannelUpstreamHandler |
rpcProgram |
protected int |
workerCount |
| Constructor and Description |
|---|
SimpleUdpServer(int port,
org.jboss.netty.channel.SimpleChannelUpstreamHandler program,
int workerCount) |
public static final org.apache.commons.logging.Log LOG
protected final int port
protected final org.jboss.netty.channel.SimpleChannelUpstreamHandler rpcProgram
protected final int workerCount
protected int boundPort
Copyright © 2018 CERN. All Rights Reserved.