| Interface | Description | 
|---|---|
| HTTPGetHandler | Interface allows for implementation of different handlers for "GET". | 
| Class | Description | 
|---|---|
| AbstractHTTPD | Overrides some methods on  NanoHTTPDto (a) prevent serving files from
 the local file system; and (b) to expose methods for handling GET, PUT, POST,
 and DELETE requests - these methods all return aNanoHTTPD.HTTP_METHOD_NOT_ALLOWEDNanoHTTPD.Responseby default. | 
| Config | A utility class to store configuration settings. | 
| HTTPHeaderUtility | This class provides set of utilities for encoding and decoding HTTP
 headers and doubles as the base class for all classes that
 implement support for a specific HTTP header, such as  LinkHeader,AcceptHeader, etc. | 
| MIMEType | Parser for MIME type data. | 
| NanoHTTPD | Deprecated This is being replaced by the use of the Servlet API and embedded
 use of jetty as a light weight servlet container. | 
| NanoHTTPD.Request | A http request. | 
| NanoHTTPD.Response | HTTP response. | 
| NVPair | A name-value pair. | 
| TestAll | Aggregates test suites in increasing dependency order. | 
| TestDecodeParams | Test suite for  NanoHTTPD.decodeParams(String, LinkedHashMap) | 
| TestHTTPHeaderUtility | Test suite for  HTTPHeaderUtility. | 
| TestMIMEType | Test suite for  MIMEType. | 
| TestMIMEType.Criteria | Note: This class is reused by  TestAcceptMIMEType. | 
| TestNanoHTTPD | Test suite for  NanoHTTPD. | 
| Error | Description | 
|---|---|
| TestMIMEType.AssertionFailedError2 | Helper class. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.