Uses of Class
org.astrogrid.samp.httpd.HttpServer
Packages that use HttpServer
Package
Description
Standalone HTTP server.
Classes relating to the SAMP Web Profile.
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
-
Uses of HttpServer in org.astrogrid.samp.httpd
Methods in org.astrogrid.samp.httpd that return HttpServerModifier and TypeMethodDescriptionUtilServer.getServer()
Returns the HttpServer associated with this object.Constructors in org.astrogrid.samp.httpd with parameters of type HttpServerModifierConstructorDescriptionMultiURLMapperHandler
(HttpServer server, String basePath) Constructor.ResourceHandler
(HttpServer server, String basePath) Constructor.URLMapperHandler
(HttpServer server, String basePath, URL sourceUrl, boolean includeRelatives) Constructor.UtilServer
(HttpServer server) Constructor. -
Uses of HttpServer in org.astrogrid.samp.web
Subclasses of HttpServer in org.astrogrid.samp.webModifier and TypeClassDescriptionclass
HttpServer which allows or rejects cross-origin access according to the W3C Cross-Origin Resource Sharing standard.class
CorsHttpServer subclass which performs logging to a given print stream at the HTTP level. -
Uses of HttpServer in org.astrogrid.samp.xmlrpc.internal
Methods in org.astrogrid.samp.xmlrpc.internal that return HttpServerModifier and TypeMethodDescriptionInternalServer.getHttpServer()
Returns the HTTP server hosting this XML-RPC server.Constructors in org.astrogrid.samp.xmlrpc.internal with parameters of type HttpServerModifierConstructorDescriptionInternalServer
(HttpServer httpServer, String path) Constructor based on a given HTTP server.RpcLoggingInternalServer
(HttpServer server, String path, PrintStream out) Constructor based on a given HTTP server.XmlLoggingInternalServer
(HttpServer server, String path, PrintStream out) Constructor based on a given HTTP server.