Uses of Record Class
ch.rasc.jcentserverclient.models.DisconnectResult
Packages that use DisconnectResult
-
Uses of DisconnectResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return DisconnectResultModifier and TypeMethodDescriptionReply.disconnect()Returns the value of thedisconnectrecord component.DisconnectResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type DisconnectResultConstructors in ch.rasc.jcentserverclient.models with parameters of type DisconnectResultModifierConstructorDescriptionDisconnectResponse(Error error, DisconnectResult result) Creates an instance of aDisconnectResponserecord 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.