Uses of Class
org.astrogrid.samp.httpd.HttpServer
-
Packages that use HttpServer Package Description org.astrogrid.samp.bridge Classes for the SAMP Bridge.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. -
-
Uses of HttpServer in org.astrogrid.samp.bridge
Constructors in org.astrogrid.samp.bridge with parameters of type HttpServer Constructor Description IconAdjuster(HttpServer server, java.lang.String basePath)Constructor. -
Uses of HttpServer in org.astrogrid.samp.httpd
Fields in org.astrogrid.samp.httpd declared as HttpServer Modifier and Type Field Description private HttpServerMultiURLMapperHandler. server_private HttpServerUtilServer. server_Methods in org.astrogrid.samp.httpd that return HttpServer Modifier and Type Method Description HttpServerUtilServer. getServer()Returns the HttpServer associated with this object.Constructors in org.astrogrid.samp.httpd with parameters of type HttpServer Constructor Description MultiURLMapperHandler(HttpServer server, java.lang.String basePath)Constructor.ResourceHandler(HttpServer server, java.lang.String basePath)Constructor.URLMapperHandler(HttpServer server, java.lang.String basePath, java.net.URL sourceUrl, boolean includeRelatives)Constructor.UtilServer(HttpServer server)Constructor. -
Uses of HttpServer in org.astrogrid.samp.web
Subclasses of HttpServer in org.astrogrid.samp.web Modifier and Type Class Description classCorsHttpServerHttpServer which allows or rejects cross-origin access according to the W3C Cross-Origin Resource Sharing standard.classLoggingCorsHttpServerCorsHttpServer subclass which performs logging to a given print stream at the HTTP level. -
Uses of HttpServer in org.astrogrid.samp.xmlrpc.internal
Fields in org.astrogrid.samp.xmlrpc.internal declared as HttpServer Modifier and Type Field Description private HttpServerInternalServer. server_Methods in org.astrogrid.samp.xmlrpc.internal that return HttpServer Modifier and Type Method Description HttpServerInternalServer. getHttpServer()Returns the HTTP server hosting this XML-RPC server.Constructors in org.astrogrid.samp.xmlrpc.internal with parameters of type HttpServer Constructor Description InternalServer(HttpServer httpServer, java.lang.String path)Constructor based on a given HTTP server.RpcLoggingInternalServer(HttpServer server, java.lang.String path, java.io.PrintStream out)Constructor based on a given HTTP server.XmlLoggingInternalServer(HttpServer server, java.lang.String path, java.io.PrintStream out)Constructor based on a given HTTP server.
-