Uses of Class
org.astrogrid.samp.httpd.UtilServer
-
Packages that use UtilServer Package Description org.astrogrid.samp.bridge Classes for the SAMP Bridge.org.astrogrid.samp.httpd Standalone HTTP server. -
-
Uses of UtilServer in org.astrogrid.samp.bridge
Fields in org.astrogrid.samp.bridge declared as UtilServer Modifier and Type Field Description private UtilServer
ProxyManager. server_
Constructors in org.astrogrid.samp.bridge with parameters of type UtilServer Constructor Description ProxyManager(ClientProfile localProfile, UtilServer server)
Constructor. -
Uses of UtilServer in org.astrogrid.samp.httpd
Fields in org.astrogrid.samp.httpd declared as UtilServer Modifier and Type Field Description private static UtilServer
UtilServer. instance_
Default instance of this class.Methods in org.astrogrid.samp.httpd that return UtilServer Modifier and Type Method Description static UtilServer
UtilServer. getInstance()
Returns the default instance of this class.Methods in org.astrogrid.samp.httpd with parameters of type UtilServer Modifier and Type Method Description static void
UtilServer. setInstance(UtilServer server)
Sets the default instance of this class.
-