Uses of Class
org.astrogrid.samp.xmlrpc.apache.ApacheServer.LabelledServer
-
Packages that use ApacheServer.LabelledServer Package Description org.astrogrid.samp.xmlrpc.apache Implementation of pluggable XML-RPC layer using Apache XML-RPC. -
-
Uses of ApacheServer.LabelledServer in org.astrogrid.samp.xmlrpc.apache
Methods in org.astrogrid.samp.xmlrpc.apache that return ApacheServer.LabelledServer Modifier and Type Method Description private static ApacheServer.LabelledServer
ApacheServer. createLabelledServer(boolean isDaemon)
Constructs a new LabelledServer object suitable for use with this server.Constructors in org.astrogrid.samp.xmlrpc.apache with parameters of type ApacheServer.LabelledServer Constructor Description ApacheServer(ApacheServer.LabelledServer server)
Private constructor used by all other constructors.
-