LibJ Net provides supplementary utilities for classes that belong to java.net
and javax.servlet
packages.
Java's java.net
package provides a select range of utility classes, yet many common patterns are left for developers to implement themselves. To bridge the gap, LibJ Net complements Java's standard utility classes with implementations of such patterns.
Please refer to the Javadocs;
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE.txt file for details.