Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.38 KB

LibJ Net

Build Status Coverage Status Javadocs Released Version Snapshot Version

Introduction

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.

Essential Patterns

Please refer to the Javadocs;

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.