Uses of Package
com.bigdata.util.httpd

Packages that use com.bigdata.util.httpd
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.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.util.httpd   
 

Classes in com.bigdata.util.httpd used by com.bigdata.counters.httpd
AbstractHTTPD
          Overrides some methods on NanoHTTPD to (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 a NanoHTTPD.HTTP_METHOD_NOT_ALLOWED Response by default.
NanoHTTPD
          A simple, tiny, nicely embeddable HTTP 1.0 server in Java
NanoHTTPD.Response
          HTTP response.
 

Classes in com.bigdata.util.httpd used by com.bigdata.service
AbstractHTTPD
          Overrides some methods on NanoHTTPD to (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 a NanoHTTPD.HTTP_METHOD_NOT_ALLOWED Response by default.
 

Classes in com.bigdata.util.httpd used by com.bigdata.util.httpd
NanoHTTPD
          A simple, tiny, nicely embeddable HTTP 1.0 server in Java
NanoHTTPD.Response
          HTTP response.
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.