public interface SnmpServerHandler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SnmpServerHandler.Callback |
| Modifier and Type | Method and Description |
|---|---|
void |
closed() |
void |
connected(com.davfx.ninio.core.Address address) |
void |
failed(IOException ioe) |
void |
from(Oid oid,
SnmpServerHandler.Callback callback) |
void from(Oid oid, SnmpServerHandler.Callback callback)
void connected(com.davfx.ninio.core.Address address)
void closed()
void failed(IOException ioe)
Copyright © 2016. All rights reserved.