Uses of Interface
org.astrogrid.samp.hub.ClientSet
-
Packages that use ClientSet Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes.org.astrogrid.samp.hub Classes required only for running a SAMP hub. -
-
Uses of ClientSet in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui that return ClientSet Modifier and Type Method Description protected ClientSetGuiHubService. createClientSet()ClientSetMessageTrackerHubService. createClientSet() -
Uses of ClientSet in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement ClientSet Modifier and Type Class Description classBasicClientSetBasic ClientSet implementation.Methods in org.astrogrid.samp.hub that return ClientSet Modifier and Type Method Description protected ClientSetBasicHubService. createClientSet()Factory method used to create the client set used by this hub service.ClientSetBasicHubService. getClientSet()Returns the structure which keeps track of registered clients.
-