Uses of Class
org.snmp4j.transport.SocketTimeout
-
Packages that use SocketTimeout Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of SocketTimeout in org.snmp4j.transport
Fields in org.snmp4j.transport declared as SocketTimeout Modifier and Type Field Description private SocketTimeout<A>
AbstractServerSocket. socketTimeout
Methods in org.snmp4j.transport that return SocketTimeout Modifier and Type Method Description SocketTimeout<A>
AbstractServerSocket. getSocketTimeout()
Methods in org.snmp4j.transport with parameters of type SocketTimeout Modifier and Type Method Description void
AbstractServerSocket. setSocketTimeout(SocketTimeout<A> socketTimeout)
void
TLSTM.SocketEntry. setSocketTimeout(SocketTimeout<TcpAddress> socketTimeout)
-