Uses of Interface
org.snmp4j.Session
-
Packages that use Session Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.security.dh org.snmp4j.uri org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of Session in org.snmp4j
Classes in org.snmp4j that implement Session Modifier and Type Class Description class
Snmp
TheSnmp
class is the core of SNMP4J. -
Uses of Session in org.snmp4j.security.dh
Methods in org.snmp4j.security.dh with parameters of type Session Modifier and Type Method Description static java.util.Map<OctetString,OctetString[]>
DHOperations. getDHKickstartPublicKeys(Session session, PDUFactory pduFactory, Target<?> target, java.util.Set<OctetString> managerPublic)
Get the public keys of the agent's kickstart table that match the local public keys provided from a remote agent. -
Uses of Session in org.snmp4j.uri
Methods in org.snmp4j.uri with parameters of type Session Modifier and Type Method Description void
SnmpURI. setSnmp(Session snmp)
Constructors in org.snmp4j.uri with parameters of type Session Constructor Description SnmpURI(Session snmp)
SnmpURI(Session snmp, Target<A> defaultTarget)
-
Uses of Session in org.snmp4j.util
Fields in org.snmp4j.util declared as Session Modifier and Type Field Description protected Session
AbstractSnmpUtility. session
Methods in org.snmp4j.util with parameters of type Session Modifier and Type Method Description void
SnmpConfigurator. configure(Session snmp, USM usm, MessageDispatcher messageDispatcher, java.util.Map<java.lang.String,java.util.List<java.lang.Object>> settings)
Constructors in org.snmp4j.util with parameters of type Session Constructor Description AbstractSnmpUtility(Session snmpSession, PDUFactory pduFactory)
Creates aAbstractSnmpUtility
instance.TableUtils(Session snmpSession, PDUFactory pduFactory)
Creates aTableUtils
instance.TreeUtils(Session snmpSession, PDUFactory pduFactory)
Creates aTreeUtils
instance.
-