public final class SnmpClient extends Object implements SnmpConnecter
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnmpClient.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
static int |
DEFAULT_TRAP_PORT |
| Modifier and Type | Method and Description |
|---|---|
static SnmpClient.Builder |
builder() |
void |
close() |
void |
connect(SnmpConnection callback) |
SnmpRequestBuilder |
request() |
public static final int DEFAULT_PORT
public static final int DEFAULT_TRAP_PORT
public static SnmpClient.Builder builder()
public SnmpRequestBuilder request()
request in interface SnmpConnecterpublic void connect(SnmpConnection callback)
connect in interface SnmpConnecterpublic void close()
close in interface com.davfx.ninio.core.Disconnectableclose in interface AutoCloseableCopyright © 2020. All rights reserved.