Uses of Class
com.superhac.JXBStreamer.Core.ConnectedClientStatus

Packages that use ConnectedClientStatus
com.superhac.JXBStreamer.Core   
 

Uses of ConnectedClientStatus in com.superhac.JXBStreamer.Core
 

Methods in com.superhac.JXBStreamer.Core that return ConnectedClientStatus
 ConnectedClientStatus XBMSPServerMessageHandler.getStatus()
          Gets the clients status for this message handler.
 

Methods in com.superhac.JXBStreamer.Core that return types with arguments of type ConnectedClientStatus
 java.util.ArrayList<ConnectedClientStatus> ServerStatus.getClients()
          Gets the list of ConnectedClientStatus objects
 

Constructor parameters in com.superhac.JXBStreamer.Core with type arguments of type ConnectedClientStatus
ServerStatus(boolean isServerRunning, java.util.ArrayList<ConnectedClientStatus> clients)