Package | Description |
---|---|
com.bigdata.counters.httpd |
A httpd service for performance counters, including both live counters
and post-mortem counters read from an XML interchange format.
|
com.bigdata.util.httpd |
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
CounterSetHTTPD.doGet(NanoHTTPD.Request req) |
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
AbstractHTTPD.doDelete(NanoHTTPD.Request req)
Handle a DELETE request.
|
NanoHTTPD.Response |
AbstractHTTPD.doGet(NanoHTTPD.Request req)
Handle a GET request.
|
NanoHTTPD.Response |
HTTPGetHandler.doGet(NanoHTTPD.Request req)
HTTP GET
|
NanoHTTPD.Response |
AbstractHTTPD.doPost(NanoHTTPD.Request req)
Handle a POST request.
|
NanoHTTPD.Response |
AbstractHTTPD.doPut(NanoHTTPD.Request req)
Handle a PUT request.
|
NanoHTTPD.Response |
AbstractHTTPD.serve(NanoHTTPD.Request req) |
protected NanoHTTPD.Response |
NanoHTTPD.serve(NanoHTTPD.Request req)
Deprecated.
Override this to customize the server.
|
protected NanoHTTPD.Response |
NanoHTTPD.serveFile(String uri,
Map<String,String> header,
File homeDir,
boolean allowDirectoryListing)
Deprecated.
Serves file from homeDir and its' subdirectories (only).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.