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 ALPNClientConnectionConscryptClientALPNProcessor.ALPNListener.alpnConnectionConstructors 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 ALPNClientConnectionJDK9ClientALPNProcessor.ALPNListener.alpnConnectionConstructors 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 ALPNClientConnectionOpenJDK8ClientALPNProcessor.ALPNConnectionListener.alpnConnectionprivate final ALPNClientConnectionOpenJDK8ClientALPNProcessor.ALPNSSLListener.alpnConnectionConstructors in org.eclipse.jetty.alpn.openjdk8.client with parameters of type ALPNClientConnectionModifierConstructorDescriptionprivateALPNConnectionListener(ALPNClientConnection connection) privateALPNSSLListener(ALPNClientConnection connection)