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
Classes in org.astrogrid.samp.gui that implement ClientSet Modifier and Type Class Description (package private) classGuiClientSetClientSet implementation used by GuiHubService.private classMessageTrackerHubService.MessageTrackerClientSetClientSet implementation used by this hub service.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.Fields in org.astrogrid.samp.hub declared as ClientSet Modifier and Type Field Description private ClientSetBasicHubService. clientSet_private ClientSetMetaQueryMessageHandler. clientSet_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.Constructors in org.astrogrid.samp.hub with parameters of type ClientSet Constructor Description MetaQueryMessageHandler(ClientSet clientSet)Constructor.
-