Uses of Class
org.snmp4j.transport.AbstractSocketEntry
-
Packages that use AbstractSocketEntry Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of AbstractSocketEntry in org.snmp4j.transport
Classes in org.snmp4j.transport with type parameters of type AbstractSocketEntry Modifier and Type Class Description class
AbstractConnectionOrientedTransportMapping<A extends Address,S extends AbstractSocketEntry<A>>
TheAbstractConnectionOrientedTransportMapping
implements generic functions for a connection oriented transport mapping for server and client connections.class
AbstractTransportServerThread<A extends Address,S extends AbstractSocketEntry<A>>
TheAbstractTransportServerThread
is aWorkerTask
that serves server connections using Java NIO forConnectionOrientedTransportMapping
s.class
TcpTransportMapping<S extends AbstractSocketEntry<TcpAddress>>
TheTcpTransportMapping
is the abstract base class for TCP transport mappings.Subclasses of AbstractSocketEntry in org.snmp4j.transport Modifier and Type Class Description protected static class
DefaultTcpTransportMapping.SocketEntry
Methods in org.snmp4j.transport with parameters of type AbstractSocketEntry Modifier and Type Method Description protected void
AbstractConnectionOrientedTransportMapping. timeoutSocket(AbstractSocketEntry<A> entry)
-