Uses of Package
org.astrogrid.samp.httpd
-
Packages that use org.astrogrid.samp.httpd Package Description org.astrogrid.samp.httpd Standalone HTTP server.org.astrogrid.samp.web Classes relating to the SAMP Web Profile.org.astrogrid.samp.xmlrpc.internal Implementation of pluggable XML-RPC layer which requires no external dependencies. -
Classes in org.astrogrid.samp.httpd used by org.astrogrid.samp.httpd Class Description HttpServer Simple modular HTTP server.HttpServer.Handler Implemented to serve data for some URLs.HttpServer.Request Represents a parsed HTTP client request.HttpServer.Response Represents a response to an HTTP request.MultiURLMapperHandler Handler implementation which allows the server to serve multiple separate resources which are available to it, but not necessarily to external clients, as URLs.ResourceHandler Handler implementation which implements dynamic resource provision.ServerResource Defines a resource suitable for serving by theResourceHandler
HTTP server handler.UtilServer Utility class for use with HttpServer. -
Classes in org.astrogrid.samp.httpd used by org.astrogrid.samp.web Class Description HttpServer Simple modular HTTP server.HttpServer.Handler Implemented to serve data for some URLs.HttpServer.Request Represents a parsed HTTP client request.HttpServer.Response Represents a response to an HTTP request.ServerResource Defines a resource suitable for serving by theResourceHandler
HTTP server handler. -
Classes in org.astrogrid.samp.httpd used by org.astrogrid.samp.xmlrpc.internal Class Description HttpServer Simple modular HTTP server.HttpServer.Request Represents a parsed HTTP client request.HttpServer.Response Represents a response to an HTTP request.