Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.event |
Provides classes and interfaces for SNMP4J event processing.
|
org.snmp4j.tools.console | |
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Class | Description |
---|---|
TransportListener |
The
TransportListener interface is implemented by objects
that process incoming messages from TransportMapping s, for
example MessageDispatcher . |
Class | Description |
---|---|
TransportListener |
The
TransportListener interface is implemented by objects
that process incoming messages from TransportMapping s, for
example MessageDispatcher . |
Class | Description |
---|---|
TransportListener |
The
TransportListener interface is implemented by objects
that process incoming messages from TransportMapping s, for
example MessageDispatcher . |
Class | Description |
---|---|
AbstractServerSocket |
The
AbstractServerSocket interface provides methods to manage the sockets of a connection oriented
transport mapping listening for incoming requests. |
AbstractSocketEntry | |
AbstractTcpServerThread | |
AbstractTransportMapping |
The
AbstractTransportMapping provides an abstract
implementation for the message dispatcher list and the maximum inbound
message size. |
ConnectionOrientedTransportMapping |
Transport mappings for connection oriented transport protocols have to
implement this interface.
|
DefaultTcpTransportMapping.ServerThread | |
DefaultUdpTransportMapping |
The
DefaultUdpTransportMapping implements a UDP transport
mapping based on Java standard IO and using an internal thread for
listening on the inbound socket. |
MessageLength |
The
MessageLength object contains information about the
length of a message and the length of its header. |
MessageLengthDecoder |
The
MessageLengthDecoder needs to be implemented for connection
oriented transport mappings, because those transport mappings have no message
boundaries. |
SocketTimeout |
The
SocketTimeout is a TimerTask that provides means to detect when a socket is not used for
predefined time and then close the socket and free its resources. |
TcpTransportMapping |
The
TcpTransportMapping is the abstract base class for
TCP transport mappings. |
TransportListener |
The
TransportListener interface is implemented by objects
that process incoming messages from TransportMapping s, for
example MessageDispatcher . |
TransportMappings |
The
TransportMappings factory can be used to create a transport
mapping for an address class. |
TransportStateEvent |
The
TransportStateEvent describes a state change for
a transport connection. |
TransportStateListener |
The
TransportStateListener interface can be implemented
to monitor the connection state for connection oriented transport mappings. |
UdpTransportMapping |
The
UdpTransportMapping is the abstract base class for
UDP transport mappings. |
Class | Description |
---|---|
TransportListener |
The
TransportListener interface is implemented by objects
that process incoming messages from TransportMapping s, for
example MessageDispatcher . |
Copyright © 2018 SNMP4J.org. All rights reserved.