Class | Description |
---|---|
InMemoryTempFile |
An implementation of
ITempFile , keeping the file in memory. |
MicroHTTPD |
A customized version of NanoHTTPD.
|
MicroHTTPDService |
A customized version of NanoHTTPD, adapted for Universa specifics.
|
MicroHTTPSession |
HTTPSession implementation, that has several improvements over the original:
• Loads all files only to memory, without any intermediate disk storage. |
PooledAsyncRunner |
IAsyncRunner implementation which uses some ExecutorService to launch new threads;
depending on the constructor arguments, it is either (unlimited) CachedThreadPool
or FixedThreadPool with a predefined upper limit. |
PooledAsyncRunner.CustomThreadFactory |