Skip to content

An embeddable HTTP server for Java

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

akenion/hyper4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper4J

Hyper4J (short for "HyperTextTransferProtocol for Java") is an embeddable NIO HTTP server implemented in Java with no external dependencies.

It currently supports HTTP 1.0/1.1 and TLS. It is intended as a low-level HTTP server implementation and does not provide a Servlet context (though it could be used to implement one) or any built-in request handling. It was originally created for use in an Android application and as such is compatible with a range of Android platforms as well as other Java environments.

About

An embeddable HTTP server for Java

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages