Uses of Class
org.snmp4j.transport.TLSTM.SocketEntry
Packages that use TLSTM.SocketEntry
-
Uses of TLSTM.SocketEntry in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TLSTM.SocketEntryModifier and TypeFieldDescriptionprivate final BlockingQueue<TLSTM.SocketEntry> TLSTM.ServerThread.inQueueprivate final BlockingQueue<TLSTM.SocketEntry> TLSTM.ServerThread.outQueueMethods in org.snmp4j.transport that return TLSTM.SocketEntryModifier and TypeMethodDescriptionTLSTM.ServerThread.removeSocketEntry(TcpAddress incomingAddress) Methods in org.snmp4j.transport with parameters of type TLSTM.SocketEntryModifier and TypeMethodDescriptionprivate voidTLSTM.adjustInNetBuffer(TLSTM.SocketEntry entry, SSLEngineResult result) private voidTLSTM.ServerThread.closeChannelAndRemoveSocket(TLSTM.SocketEntry entry, IOException ioException) private booleanTLSTM.ServerThread.isConnectionClosed(TLSTM.SocketEntry entry, IOException ioException) private voidTLSTM.ServerThread.readMessage(SelectionKey sk, SocketChannel readChannel, TcpAddress incomingAddress, TLSTM.SocketEntry session) booleanTLSTM.ServerThread.runDelegatedTasks(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 SSLEngineResultTLSTM.sendNetMessage(TLSTM.SocketEntry entry) private voidTLSTM.timeoutSocket(TLSTM.SocketEntry entry) private voidTLSTM.ServerThread.writeMessage(TLSTM.SocketEntry entry, SocketChannel sc) (package private) voidTLSTM.writeNetBuffer(TLSTM.SocketEntry entry, SocketChannel sc)