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