undertow 1.3.7-1 source package in Ubuntu

Changelog

undertow (1.3.7-1) unstable; urgency=medium

  * Imported Upstream version 1.3.7.

 -- Markus Koschany <email address hidden>  Fri, 27 Nov 2015 19:40:51 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
undertow_1.3.7-1.dsc 2.6 KiB efce56e8bf41bb8bd23446a5daa4093b95fe273c3edf10221024015c95d67ddc
undertow_1.3.7.orig.tar.xz 654.8 KiB 71491da81018926f06c93fc3850d855e69f471b9585f329a2fe4221cb940f87f
undertow_1.3.7-1.debian.tar.xz 5.6 KiB cd4e02dbe7c8ff4fb99fa34a4ea15c66b32049b24e72baafcf697655bec47709

Available diffs

No changes file available.

Binary packages built by this source

libundertow-java: flexible performant web server written in Java

 Undertow is a flexible performant web server written in Java, providing both
 blocking and non-blocking APIs based on NIO.
 .
 Undertow has a composition based architecture that allows you to build a web
 server by combining small single purpose handlers. This gives you the
 flexibility to choose between a full Java EE servlet 3.1 container, or a low
 level non-blocking handler, to anything in between.
 .
 Undertow is designed to be fully embeddable, with easy to use fluent builder
 APIs. Undertow’s lifecycle is completely controlled by the embedding
 application.

libundertow-java-doc: Documentation for Undertow

 Undertow is a flexible performant web server written in Java, providing both
 blocking and non-blocking APIs based on NIO.
 .
 This package contains the API documentation of libundertow-java.