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 UtilServerProxyManager. 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 UtilServerUtilServer. instance_Default instance of this class.Methods in org.astrogrid.samp.httpd that return UtilServer Modifier and Type Method Description static UtilServerUtilServer. 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 voidUtilServer. setInstance(UtilServer server)Sets the default instance of this class.
-