Uses of Interface
com.yahoo.jrt.CryptoSocket
Packages that use CryptoSocket
-
Uses of CryptoSocket in com.yahoo.jrt
Classes in com.yahoo.jrt that implement CryptoSocketModifier and TypeClassDescriptionclassA crypto socket for the server side of a connection that auto-detects whether the connection is tls encrypted or unencrypted using clever heuristics.classA CryptoSocket with no encryptionclassACryptoSocketusing TLS (SSLEngine)Methods in com.yahoo.jrt that return CryptoSocketModifier and TypeMethodDescriptionCryptoEngine.createClientCryptoSocket(SocketChannel channel, Spec spec) MaybeTlsCryptoEngine.createClientCryptoSocket(SocketChannel channel, Spec spec) NullCryptoEngine.createClientCryptoSocket(SocketChannel channel, Spec spec) CryptoEngine.createServerCryptoSocket(SocketChannel channel) MaybeTlsCryptoEngine.createServerCryptoSocket(SocketChannel channel) NullCryptoEngine.createServerCryptoSocket(SocketChannel channel)