Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 521 Bytes

README.markdown

File metadata and controls

27 lines (14 loc) · 521 Bytes

Extremely useful classes for java development.

DynMap

see intro docs in https://github.com/trendrr/java-oss-lib/wiki/Introducing-DynMap

STREST

A complete STREST protocol driver

For an example (with Strest-Server running on port 8000) see com.trendrr.oss.networking.strest.ExampleMain

java -jar trendrr-oss.jar

Concurrency

Contains useful locking and lazy initialization classes

Networking

An asynch buffer implementation to make dealing with asynch sockets a breeze (and fast)