public class UdpMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.netty.channel.ChannelHandler |
stringDecoder |
static org.jboss.netty.channel.ChannelHandler |
stringEncoder |
| Constructor and Description |
|---|
UdpMeta() |
UdpMeta(String command,
int udpPort,
int udpIdleTimeoutSec,
org.jboss.netty.channel.socket.DatagramChannelFactory channelFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelFactory |
getChannelFactory() |
String |
getCommand() |
Integer |
getUdpIdleTimeoutSec() |
Integer |
getUdpPort() |
void |
setChannelFactory(org.jboss.netty.channel.socket.DatagramChannelFactory channelFactory) |
void |
setCommand(String command) |
void |
setUdpIdleTimeoutSec(Integer udpIdleTimeoutSec) |
void |
setUdpPort(Integer udpPort) |
String |
toString() |
boolean |
validation() |
public static final org.jboss.netty.channel.ChannelHandler stringDecoder
public static final org.jboss.netty.channel.ChannelHandler stringEncoder
public UdpMeta(String command, int udpPort, int udpIdleTimeoutSec, org.jboss.netty.channel.socket.DatagramChannelFactory channelFactory)
public UdpMeta()
public boolean validation()
throws ParallelTaskInvalidException
ParallelTaskInvalidExceptionpublic String getCommand()
public void setCommand(String command)
public org.jboss.netty.channel.ChannelFactory getChannelFactory()
public void setChannelFactory(org.jboss.netty.channel.socket.DatagramChannelFactory channelFactory)
public Integer getUdpPort()
public void setUdpPort(Integer udpPort)
public Integer getUdpIdleTimeoutSec()
public void setUdpIdleTimeoutSec(Integer udpIdleTimeoutSec)
Copyright © 2015–2017 eBay. All rights reserved.