public class ClientConnection extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ClientConnection.ValueListener |
Constructor and Description |
---|
ClientConnection(String host,
int port,
ClientOptions options) |
Modifier and Type | Method and Description |
---|---|
boolean |
executeCommand(Object command) |
protected void |
handleData(ObjectAddress address,
org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value) |
void |
setListener(ObjectAddress address,
ClientConnection.ValueListener listener) |
void |
start() |
void |
stop() |
public ClientConnection(String host, int port, ClientOptions options)
public void start()
protected void handleData(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)
public void setListener(ObjectAddress address, ClientConnection.ValueListener listener)
public boolean executeCommand(Object command)
Apache Camel