Uses of Class
org.eclipse.jetty.alpn.client.ALPNClientConnection
Packages that use ALPNClientConnection
Package
Description
-
Uses of ALPNClientConnection in org.eclipse.jetty.alpn.conscrypt.client
Fields in org.eclipse.jetty.alpn.conscrypt.client declared as ALPNClientConnectionModifier and TypeFieldDescriptionprivate final ALPNClientConnection
ConscryptClientALPNProcessor.ALPNListener.alpnConnection
Constructors in org.eclipse.jetty.alpn.conscrypt.client with parameters of type ALPNClientConnection -
Uses of ALPNClientConnection in org.eclipse.jetty.alpn.java.client
Fields in org.eclipse.jetty.alpn.java.client declared as ALPNClientConnectionModifier and TypeFieldDescriptionprivate final ALPNClientConnection
JDK9ClientALPNProcessor.ALPNListener.alpnConnection
Constructors in org.eclipse.jetty.alpn.java.client with parameters of type ALPNClientConnection -
Uses of ALPNClientConnection in org.eclipse.jetty.alpn.openjdk8.client
Fields in org.eclipse.jetty.alpn.openjdk8.client declared as ALPNClientConnectionModifier and TypeFieldDescriptionprivate final ALPNClientConnection
OpenJDK8ClientALPNProcessor.ALPNConnectionListener.alpnConnection
private final ALPNClientConnection
OpenJDK8ClientALPNProcessor.ALPNSSLListener.alpnConnection
Constructors in org.eclipse.jetty.alpn.openjdk8.client with parameters of type ALPNClientConnectionModifierConstructorDescriptionprivate
ALPNConnectionListener
(ALPNClientConnection connection) private
ALPNSSLListener
(ALPNClientConnection connection)