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 ALPNServerConnection
ConscryptServerALPNProcessor.ALPNCallback.alpnConnection
Constructors 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 ALPNServerConnection
JDK9ServerALPNProcessor.ALPNCallback.alpnConnection
Constructors 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 ALPNServerConnection
OpenJDK8ServerALPNProcessor.ALPNCallback.alpnConnection
private final ALPNServerConnection
OpenJDK8ServerALPNProcessor.ALPNListener.alpnConnection
Constructors in org.eclipse.jetty.alpn.openjdk8.server with parameters of type ALPNServerConnectionModifierConstructorDescriptionprivate
ALPNCallback
(ALPNServerConnection connection) private
ALPNListener
(ALPNServerConnection connection)