summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-04-05 22:09:27 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-04-07 22:45:33 +0100
commit4e796211177f562ec2ffa223f7ab6de5c47739e2 (patch)
tree9ed2e65b4f0becad86ec9aecfdf236e9daf4f181 /dev-java/jetty-alpn-api/metadata.xml
parentdev-java/jetty-npn-api: New package, required by netty-handler (diff)
downloadgentoo-4e796211177f562ec2ffa223f7ab6de5c47739e2.tar.gz
gentoo-4e796211177f562ec2ffa223f7ab6de5c47739e2.tar.bz2
gentoo-4e796211177f562ec2ffa223f7ab6de5c47739e2.zip
dev-java/jetty-alpn-api: New package, required by netty-handler
Thanks to wltjr for the original ebuild. Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java/jetty-alpn-api/metadata.xml')
-rw-r--r--dev-java/jetty-alpn-api/metadata.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-java/jetty-alpn-api/metadata.xml b/dev-java/jetty-alpn-api/metadata.xml
new file mode 100644
index 000000000000..d0ea9f190876
--- /dev/null
+++ b/dev-java/jetty-alpn-api/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>java@gentoo.org</email>
+ <name>Java</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">eclipse/jetty.alpn.api</remote-id>
+ </upstream>
+ <longdescription>The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection.
+
+Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server.</longdescription>
+</pkgmetadata>