Uses of Class
org.snmp4j.transport.TLSTM.SocketEntry
Packages that use TLSTM.SocketEntry
-
Uses of TLSTM.SocketEntry in org.snmp4j.transport
Subclasses with type arguments of type TLSTM.SocketEntry in org.snmp4j.transportModifier and TypeClassDescriptionclassTheTLSTMimplements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine.protected classMethods in org.snmp4j.transport that return TLSTM.SocketEntryModifier and TypeMethodDescriptionTLSTM.ServerThread.createSocketEntry(TcpAddress address, SocketChannel socketChannel, boolean useClientMode, TransportStateReference tmStateReference) TLSTM.ServerThread.removeSocketEntry(TcpAddress incomingAddress) Methods in org.snmp4j.transport with parameters of type TLSTM.SocketEntryModifier and TypeMethodDescriptionprotected booleanTLSTM.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.protected voidTLSTM.ServerThread.writeMessage(TLSTM.SocketEntry entry, SocketChannel sc)