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 classSnmpTheSnmpclass 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 voidSnmpURI. 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 SessionAbstractSnmpUtility. sessionMethods in org.snmp4j.util with parameters of type Session Modifier and Type Method Description voidSnmpConfigurator. 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 aAbstractSnmpUtilityinstance.TableUtils(Session snmpSession, PDUFactory pduFactory)Creates aTableUtilsinstance.TreeUtils(Session snmpSession, PDUFactory pduFactory)Creates aTreeUtilsinstance.
-