diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-04-05 21:45:12 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-04-07 22:45:33 +0100 |
commit | 8d211633d1d45575b25f152358373df41e477ad7 (patch) | |
tree | 51c06445aaa6039f24e73733f2c39f43c7f61a44 /dev-java/jetty-npn-api/metadata.xml | |
parent | dev-java/netty-tcnative: New package, required by netty-handler (diff) | |
download | gentoo-8d211633d1d45575b25f152358373df41e477ad7.tar.gz gentoo-8d211633d1d45575b25f152358373df41e477ad7.tar.bz2 gentoo-8d211633d1d45575b25f152358373df41e477ad7.zip |
dev-java/jetty-npn-api: New package, required by netty-handler
Thanks to wltjr for the original ebuild. Annoyingly the GitHub
repository for this has vanished, probably because it is deprecated.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java/jetty-npn-api/metadata.xml')
-rw-r--r-- | dev-java/jetty-npn-api/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/jetty-npn-api/metadata.xml b/dev-java/jetty-npn-api/metadata.xml new file mode 100644 index 000000000000..6aaf1c0d7d08 --- /dev/null +++ b/dev-java/jetty-npn-api/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <longdescription>The Jetty project provides an implementation of the Next Protocol Negotiation TLS Extension (NPN) for OpenJDK 7 or greater. NPN allows the application layer to negotiate which protocol to use over the secure connection. + +NPN currently negotiates using SPDY as an application level protocol on port 443, and also negotiates the SPDY version. However, NPN is not SPDY specific in any way. Jetty's NPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the servlet container); you can use it in any other Java network server.</longdescription> +</pkgmetadata> |