Uses of Class
org.eclipse.jetty.alpn.server.ALPNServerConnection
-
Packages that use ALPNServerConnection Package Description org.eclipse.jetty.alpn.conscrypt.server org.eclipse.jetty.alpn.java.server org.eclipse.jetty.alpn.openjdk8.server -
-
Uses of ALPNServerConnection in org.eclipse.jetty.alpn.conscrypt.server
Fields in org.eclipse.jetty.alpn.conscrypt.server declared as ALPNServerConnection Modifier and Type Field Description private ALPNServerConnectionConscryptServerALPNProcessor.ALPNCallback. alpnConnectionConstructors in org.eclipse.jetty.alpn.conscrypt.server with parameters of type ALPNServerConnection Constructor Description ALPNCallback(ALPNServerConnection connection) -
Uses of ALPNServerConnection in org.eclipse.jetty.alpn.java.server
Fields in org.eclipse.jetty.alpn.java.server declared as ALPNServerConnection Modifier and Type Field Description private ALPNServerConnectionJDK9ServerALPNProcessor.ALPNCallback. alpnConnectionConstructors in org.eclipse.jetty.alpn.java.server with parameters of type ALPNServerConnection Constructor Description ALPNCallback(ALPNServerConnection connection) -
Uses of ALPNServerConnection in org.eclipse.jetty.alpn.openjdk8.server
Fields in org.eclipse.jetty.alpn.openjdk8.server declared as ALPNServerConnection Modifier and Type Field Description private ALPNServerConnectionOpenJDK8ServerALPNProcessor.ALPNCallback. alpnConnectionprivate ALPNServerConnectionOpenJDK8ServerALPNProcessor.ALPNListener. alpnConnectionConstructors in org.eclipse.jetty.alpn.openjdk8.server with parameters of type ALPNServerConnection Constructor Description ALPNCallback(ALPNServerConnection connection)ALPNListener(ALPNServerConnection connection)
-