Uses of Record Class
ch.rasc.jcentserverclient.models.RefreshResult
Packages that use RefreshResult
-
Uses of RefreshResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return RefreshResultModifier and TypeMethodDescriptionReply.refresh()Returns the value of therefreshrecord component.RefreshResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type RefreshResultConstructors in ch.rasc.jcentserverclient.models with parameters of type RefreshResultModifierConstructorDescriptionRefreshResponse(Error error, RefreshResult result) Creates an instance of aRefreshResponserecord 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.