public class SendUDP
extends stream.AbstractProcessor
| Constructor and Description |
|---|
SendUDP() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getMessage() |
Integer |
getPort() |
void |
init(stream.ProcessContext ctx) |
stream.Data |
process(stream.Data input) |
void |
setAddress(String address) |
void |
setMessage(String message) |
void |
setPort(Integer port) |
public Integer getPort()
public void setPort(Integer port)
port - the port to setpublic String getAddress()
public void setAddress(String address)
address - the address to setpublic String getMessage()
public void setMessage(String message)
message - the message to setpublic void init(stream.ProcessContext ctx)
throws Exception
init in interface stream.StatefulProcessorinit in class stream.AbstractProcessorExceptionAbstractProcessor.init(stream.ProcessContext)public stream.Data process(stream.Data input)
Processor.process(stream.Data)Copyright © 2013. All Rights Reserved.