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 ALPNClientConnection
ConscryptClientALPNProcessor.ALPNListener. alpnConnection
Constructors 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 ALPNClientConnection
JDK9ClientALPNProcessor.ALPNListener. alpnConnection
Constructors 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 ALPNClientConnection
OpenJDK8ClientALPNProcessor.ALPNConnectionListener. alpnConnection
private ALPNClientConnection
OpenJDK8ClientALPNProcessor.ALPNSSLListener. alpnConnection
Constructors in org.eclipse.jetty.alpn.openjdk8.client with parameters of type ALPNClientConnection Constructor Description ALPNConnectionListener(ALPNClientConnection connection)
ALPNSSLListener(ALPNClientConnection connection)
-