Uses of Record Class
ch.rasc.jcentserverclient.models.InfoResult
Packages that use InfoResult
-
Uses of InfoResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return InfoResultModifier and TypeMethodDescriptionReply.info()Returns the value of theinforecord component.InfoResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type InfoResultConstructors in ch.rasc.jcentserverclient.models with parameters of type InfoResultModifierConstructorDescriptionInfoResponse(Error error, InfoResult result) Creates an instance of aInfoResponserecord class.Reply(Error error, PublishResult publish, BroadcastResult broadcast, SubscribeResult subscribe, UnsubscribeResult unsubscribe, DisconnectResult disconnect, PresenceResult presence, PresenceStatsResult presenceStats, HistoryResult history, HistoryRemoveResult historyRemove, InfoResult info, RefreshResult refresh, ChannelsResult channels) Creates an instance of aReplyrecord class.