Skip to content

customizable asynchronous (non-blocking) Java proxy servlet based on MITRE ProxyServlet

License

Notifications You must be signed in to change notification settings

jtempl/AsyncProxyServlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncProxyServlet

Customizable asynchronous (non-blocking) Java proxy servlet based on MITRE ProxyServlet. Customization follows the MITRE ProxyServlet design, which means that a number of properties can be configured. In addition, a subclass can be created that overrides some of the methods of the base class. In particular, getTargetUri() can be customized for dynamically computing the target of a request.

The AsyncProxyServlet is based on the Apache asynchttpclient and runs under Java 1.8. Simple tests have been carried out under Tomcat7. A test driver is included.

This software is licensed under the Apache License, Version 2.0.

About

customizable asynchronous (non-blocking) Java proxy servlet based on MITRE ProxyServlet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages