Uses of Class
org.astrogrid.samp.hub.HubClient
Packages that use HubClient
Package
Description
Classes required only for graphical components based on SAMP classes.
Classes required only for running a SAMP hub.
-
Uses of HubClient in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui that return HubClientModifier and TypeMethodDescriptionMessageTrackerHubService.createClient(String publicId, ProfileToken ptoken) Methods in org.astrogrid.samp.gui with parameters of type HubClientModifier and TypeMethodDescriptionprotected voidGuiHubService.declareMetadata(HubClient caller, Map meta) protected voidGuiHubService.declareSubscriptions(HubClient caller, Map subscriptions) protected void -
Uses of HubClient in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return HubClientModifier and TypeMethodDescriptionprotected HubClientBasicHubService.createClient(String publicId, ProfileToken ptoken) Factory method used to create all the client objects which will be used by this hub service.BasicClientSet.getClients()ClientSet.getClients()Returns an array of all the currently contained clients.BasicClientSet.getFromPublicId(String publicId) ClientSet.getFromPublicId(String publicId) Returns the client in the set corresponding to a given public ID.Methods in org.astrogrid.samp.hub with parameters of type HubClientModifier and TypeMethodDescriptionvoidvoidAdds a new client to the set.protected StringDoes the work for thecallmethod of connections registered with this service.protected MapDoes the work for thecallmethod of connections registered with this service.protected ResponseBasicHubService.callAndWait(HubClient caller, String recipientId, Map message, int timeout) Does the work for thecallAndWaitmethod of connections registered with this service.booleanBasicClientSet.containsClient(HubClient client) booleanClientSet.containsClient(HubClient client) Indicates whether a given client is currently a member of this set.protected HubConnectionBasicHubService.createConnection(HubClient caller) Returns a new HubConnection for use by a given hub client.protected voidBasicHubService.declareMetadata(HubClient caller, Map meta) Does the work for thedeclareMetadatamethod of connections registered with this service.protected voidBasicHubService.declareSubscriptions(HubClient caller, Map subscriptions) Does the work for thedeclareSubscriptionsmethod of connections registered with this service.protected MetadataBasicHubService.getMetadata(HubClient caller, String clientId) Does the work for thegetMetadatamethod of connections registered with this service.protected String[]BasicHubService.getRegisteredClients(HubClient caller) Does the work for thegetRegisteredClientsmethod of connections registered with this service.protected MapBasicHubService.getSubscribedClients(HubClient caller, String mtype) Does the work for thegetSubscribedClientsmethod of connections registered with this service.protected SubscriptionsBasicHubService.getSubscriptions(HubClient caller, String clientId) Does the work for thegetSubscriptionsmethod of connections registered with this service.protected voidDoes the work for thenotifymethod of connections registered with this service.protected ListDoes the work for thenotifyAllmethod of connections registered with this service.voidvoidRemoves a client from the set.protected voidDoes the work for thereplymethod of connections registered with this service.protected voidBasicHubService.setCallable(HubClient caller, CallableClient callable) Does the work for thesetCallablemethod of connections registered with this service.protected voidBasicHubService.unregister(HubClient caller) Does the work for theunregistermethod of conections registered with this service.