Uses of Class
org.eclipse.jetty.alpn.server.ALPNServerConnection
Packages that use ALPNServerConnection
Package
Description
-
Uses of ALPNServerConnection in org.eclipse.jetty.alpn.conscrypt.server
Fields in org.eclipse.jetty.alpn.conscrypt.server declared as ALPNServerConnectionModifier and TypeFieldDescriptionprivate final ALPNServerConnectionConscryptServerALPNProcessor.ALPNCallback.alpnConnectionConstructors in org.eclipse.jetty.alpn.conscrypt.server with parameters of type ALPNServerConnection -
Uses of ALPNServerConnection in org.eclipse.jetty.alpn.java.server
Fields in org.eclipse.jetty.alpn.java.server declared as ALPNServerConnectionModifier and TypeFieldDescriptionprivate final ALPNServerConnectionJDK9ServerALPNProcessor.ALPNCallback.alpnConnectionConstructors in org.eclipse.jetty.alpn.java.server with parameters of type ALPNServerConnection -
Uses of ALPNServerConnection in org.eclipse.jetty.alpn.openjdk8.server
Fields in org.eclipse.jetty.alpn.openjdk8.server declared as ALPNServerConnectionModifier and TypeFieldDescriptionprivate final ALPNServerConnectionOpenJDK8ServerALPNProcessor.ALPNCallback.alpnConnectionprivate final ALPNServerConnectionOpenJDK8ServerALPNProcessor.ALPNListener.alpnConnectionConstructors in org.eclipse.jetty.alpn.openjdk8.server with parameters of type ALPNServerConnectionModifierConstructorDescriptionprivateALPNCallback(ALPNServerConnection connection) privateALPNListener(ALPNServerConnection connection)