| Package | Description |
|---|---|
| org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultTcpTransportMapping.SocketEntry |
DefaultTcpTransportMapping.SocketTimeout.entry |
| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<DefaultTcpTransportMapping.SocketEntry> |
DefaultTcpTransportMapping.ServerThread.pending |
private java.util.Map<Address,DefaultTcpTransportMapping.SocketEntry> |
DefaultTcpTransportMapping.sockets |
| Modifier and Type | Method and Description |
|---|---|
private void |
DefaultTcpTransportMapping.SocketTimeout.rescheduleCleanup(long idleMillisAlreadyElapsed,
DefaultTcpTransportMapping.SocketEntry entry) |
private void |
DefaultTcpTransportMapping.timeoutSocket(DefaultTcpTransportMapping.SocketEntry entry) |
private void |
DefaultTcpTransportMapping.ServerThread.writeMessage(DefaultTcpTransportMapping.SocketEntry entry,
java.nio.channels.SocketChannel sc) |
| Constructor and Description |
|---|
SocketTimeout(DefaultTcpTransportMapping.SocketEntry entry) |