public class SimpleUdpServer extends Object
Modifier and Type | Field and Description |
---|---|
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
Copyright © 2013 Apache Software Foundation. All rights reserved.