Uses of Class
org.eclipse.jetty.alpn.client.ALPNClientConnection
-
Packages that use ALPNClientConnection Package Description org.eclipse.jetty.alpn.conscrypt.client org.eclipse.jetty.alpn.java.client org.eclipse.jetty.alpn.openjdk8.client -
-
Uses of ALPNClientConnection in org.eclipse.jetty.alpn.conscrypt.client
Fields in org.eclipse.jetty.alpn.conscrypt.client declared as ALPNClientConnection Modifier and Type Field Description private ALPNClientConnectionConscryptClientALPNProcessor.ALPNListener. alpnConnectionConstructors in org.eclipse.jetty.alpn.conscrypt.client with parameters of type ALPNClientConnection Constructor Description ALPNListener(ALPNClientConnection connection) -
Uses of ALPNClientConnection in org.eclipse.jetty.alpn.java.client
Fields in org.eclipse.jetty.alpn.java.client declared as ALPNClientConnection Modifier and Type Field Description private ALPNClientConnectionJDK9ClientALPNProcessor.ALPNListener. alpnConnectionConstructors in org.eclipse.jetty.alpn.java.client with parameters of type ALPNClientConnection Constructor Description ALPNListener(ALPNClientConnection connection) -
Uses of ALPNClientConnection in org.eclipse.jetty.alpn.openjdk8.client
Fields in org.eclipse.jetty.alpn.openjdk8.client declared as ALPNClientConnection Modifier and Type Field Description private ALPNClientConnectionOpenJDK8ClientALPNProcessor.ALPNConnectionListener. alpnConnectionprivate ALPNClientConnectionOpenJDK8ClientALPNProcessor.ALPNSSLListener. alpnConnectionConstructors in org.eclipse.jetty.alpn.openjdk8.client with parameters of type ALPNClientConnection Constructor Description ALPNConnectionListener(ALPNClientConnection connection)ALPNSSLListener(ALPNClientConnection connection)
-