Package org.opennms.protocols.snmp
Class SnmpPortal
- java.lang.Object
-
- org.opennms.protocols.snmp.SnmpPortal
-
public class SnmpPortal extends java.lang.Object
Abstracts the communication related details from the SnmpSession and SnmpTrapSession.- Author:
- Brian Weaver , Sowmya Nataraj , OpenNMS
- See Also:
SnmpSession
,SnmpTrapSession
,DatagramSocket
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initializePortal(AsnEncoder encoder)
-
-
-
Method Detail
-
initializePortal
public void initializePortal(AsnEncoder encoder) throws java.net.SocketException
- Throws:
java.net.SocketException
-
-