public interface ClientChannelEngine
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClientChannelEngine.Listener
Provides an interface for the notifications from the engine.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_REQUEST_SIZE |
static int |
MAX_RESPONSE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
void |
setListener(ClientChannelEngine.Listener listener)
Allows the setting of the engine listener.
|
void |
start()
Starts the engine.
|
void |
stop()
Stops the engine.
|
void |
write(SnmpRequest request)
Main entry point to write a SNMP message to an engine's channel.
|
static final int MAX_REQUEST_SIZE
static final int MAX_RESPONSE_SIZE
void setListener(ClientChannelEngine.Listener listener)
listener - engine listenervoid start()
void stop()
void write(SnmpRequest request)
request - SNMP request messageCopyright © 2014. All Rights Reserved.