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) class
GuiClientSet
ClientSet implementation used by GuiHubService.private class
MessageTrackerHubService.MessageTrackerClientSet
ClientSet implementation used by this hub service.Methods in org.astrogrid.samp.gui that return ClientSet Modifier and Type Method Description protected ClientSet
GuiHubService. createClientSet()
ClientSet
MessageTrackerHubService. createClientSet()
-
Uses of ClientSet in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement ClientSet Modifier and Type Class Description class
BasicClientSet
Basic ClientSet implementation.Fields in org.astrogrid.samp.hub declared as ClientSet Modifier and Type Field Description private ClientSet
BasicHubService. clientSet_
private ClientSet
MetaQueryMessageHandler. clientSet_
Methods in org.astrogrid.samp.hub that return ClientSet Modifier and Type Method Description protected ClientSet
BasicHubService. createClientSet()
Factory method used to create the client set used by this hub service.ClientSet
BasicHubService. 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.
-