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. inQueueprivate java.util.concurrent.BlockingQueue<TLSTM.SocketEntry>TLSTM.ServerThread. outQueueMethods in org.snmp4j.transport that return TLSTM.SocketEntry Modifier and Type Method Description TLSTM.SocketEntryTLSTM.ServerThread. removeSocketEntry(TcpAddress incomingAddress)Methods in org.snmp4j.transport with parameters of type TLSTM.SocketEntry Modifier and Type Method Description private voidTLSTM. adjustInNetBuffer(TLSTM.SocketEntry entry, javax.net.ssl.SSLEngineResult result)private voidTLSTM.ServerThread. closeChannelAndRemoveSocket(TLSTM.SocketEntry entry, java.io.IOException ioException)private booleanTLSTM.ServerThread. isConnectionClosed(TLSTM.SocketEntry entry, java.io.IOException ioException)private voidTLSTM.ServerThread. readMessage(java.nio.channels.SelectionKey sk, java.nio.channels.SocketChannel readChannel, TcpAddress incomingAddress, TLSTM.SocketEntry session)booleanTLSTM.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.SSLEngineResultTLSTM. sendNetMessage(TLSTM.SocketEntry entry)private voidTLSTM. timeoutSocket(TLSTM.SocketEntry entry)private voidTLSTM.ServerThread. writeMessage(TLSTM.SocketEntry entry, java.nio.channels.SocketChannel sc)(package private) voidTLSTM. writeNetBuffer(TLSTM.SocketEntry entry, java.nio.channels.SocketChannel sc)
-