public final class FromMapSnmpServerHandler extends Object implements SnmpServerHandler
SnmpServerHandler.Callback| Constructor and Description |
|---|
FromMapSnmpServerHandler(SortedMap<Oid,String> map,
SnmpServerHandler wrappee) |
| 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) |
public FromMapSnmpServerHandler(SortedMap<Oid,String> map, SnmpServerHandler wrappee)
public void from(Oid oid, SnmpServerHandler.Callback callback)
from in interface SnmpServerHandlerpublic void connected(com.davfx.ninio.core.Address address)
connected in interface SnmpServerHandlerpublic void closed()
closed in interface SnmpServerHandlerpublic void failed(IOException ioe)
failed in interface SnmpServerHandlerCopyright © 2020. All rights reserved.