Uses of Class
org.snmp4j.transport.TLSTM.SocketEntry
-
Packages that use TLSTM.SocketEntry Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of TLSTM.SocketEntry in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TLSTM.SocketEntry Modifier and Type Field Description private java.util.concurrent.BlockingQueue<TLSTM.SocketEntry>
TLSTM.ServerThread. inQueue
private java.util.concurrent.BlockingQueue<TLSTM.SocketEntry>
TLSTM.ServerThread. outQueue
Methods in org.snmp4j.transport that return TLSTM.SocketEntry Modifier and Type Method Description TLSTM.SocketEntry
TLSTM.ServerThread. removeSocketEntry(TcpAddress incomingAddress)
Methods in org.snmp4j.transport with parameters of type TLSTM.SocketEntry Modifier and Type Method Description private void
TLSTM. adjustInNetBuffer(TLSTM.SocketEntry entry, javax.net.ssl.SSLEngineResult result)
private void
TLSTM.ServerThread. closeChannelAndRemoveSocket(TLSTM.SocketEntry entry, java.io.IOException ioException)
private boolean
TLSTM.ServerThread. isConnectionClosed(TLSTM.SocketEntry entry, java.io.IOException ioException)
private void
TLSTM.ServerThread. readMessage(java.nio.channels.SelectionKey sk, java.nio.channels.SocketChannel readChannel, TcpAddress incomingAddress, TLSTM.SocketEntry session)
boolean
TLSTM.ServerThread. runDelegatedTasks(javax.net.ssl.SSLEngineResult result, TLSTM.SocketEntry entry)
If the result indicates that we have outstanding tasks to do, go ahead and run them in this thread.private javax.net.ssl.SSLEngineResult
TLSTM. sendNetMessage(TLSTM.SocketEntry entry)
private void
TLSTM. timeoutSocket(TLSTM.SocketEntry entry)
private void
TLSTM.ServerThread. writeMessage(TLSTM.SocketEntry entry, java.nio.channels.SocketChannel sc)
(package private) void
TLSTM. writeNetBuffer(TLSTM.SocketEntry entry, java.nio.channels.SocketChannel sc)
-