Index
All Classes and Interfaces|All Packages|Serialized Form
A
- additionalRequestInterceptor() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured additional request interceptor.
- additionalRequestInterceptor(RequestInterceptor) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets an additional request interceptor.
- ApiError - Class in ch.rasc.jcentserverclient
-
Represents a Centrifugo API error.
- ApiError() - Constructor for class ch.rasc.jcentserverclient.ApiError
- ApiError(Integer, String) - Constructor for class ch.rasc.jcentserverclient.ApiError
- ApiErrorDecoder - Class in ch.rasc.jcentserverclient
-
Error decoder for Centrifugo API responses.
- ApiErrorDecoder() - Constructor for class ch.rasc.jcentserverclient.ApiErrorDecoder
- ApiException - Exception in ch.rasc.jcentserverclient
-
Exception thrown when Centrifugo API returns an error.
- ApiException(ApiError, String, int) - Constructor for exception ch.rasc.jcentserverclient.ApiException
- apiKey() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured API key.
- apiKey(String) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the API key for authenticating with Centrifugo.
- ApiKeyRequestInterceptor - Class in ch.rasc.jcentserverclient
-
Request interceptor for adding Centrifugo API key authentication header.
- ApiKeyRequestInterceptor(String) - Constructor for class ch.rasc.jcentserverclient.ApiKeyRequestInterceptor
- apply(RequestTemplate) - Method in class ch.rasc.jcentserverclient.ApiKeyRequestInterceptor
- appName() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns the value of the
appNamerecord component. - appName(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
- appVersion() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns the value of the
appVersionrecord component. - appVersion(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
B
- b64data() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
b64datarecord component. - b64data() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
b64datarecord component. - b64data() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
b64datarecord component. - b64data(String) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- b64data(String) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- b64data(String) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- b64info() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
b64inforecord component. - b64info(String) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- baseUrl() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured base URL.
- baseUrl(String) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the base URL for the Centrifugo server API.
- batch() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Batch API client for sending multiple commands in a single request.
- batch(BatchRequest) - Method in interface ch.rasc.jcentserverclient.clients.BatchClient
-
Execute multiple commands in a single batch request.
- batch(Function<BatchRequest.Builder, BatchRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.BatchClient
-
Execute multiple commands in a single batch request.
- BatchClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo batch API client for executing multiple commands efficiently.
- BatchRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for batch operations.
- BatchRequest(List<Command>, Boolean) - Constructor for record class ch.rasc.jcentserverclient.models.BatchRequest
-
Creates an instance of a
BatchRequestrecord class. - BatchRequest.Builder - Class in ch.rasc.jcentserverclient.models
- BatchResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a batch operation.
- BatchResponse(Error, BatchResult) - Constructor for record class ch.rasc.jcentserverclient.models.BatchResponse
-
Creates an instance of a
BatchResponserecord class. - BatchResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a batch operation.
- BatchResult(List<Reply>) - Constructor for record class ch.rasc.jcentserverclient.models.BatchResult
-
Creates an instance of a
BatchResultrecord class. - blockUser(BlockUserRequest) - Method in interface ch.rasc.jcentserverclient.clients.UserBlockClient
-
Block a user.
- blockUser(Function<BlockUserRequest.Builder, BlockUserRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.UserBlockClient
-
Block a user.
- BlockUserRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request to block a user.
- BlockUserRequest(String, Long) - Constructor for record class ch.rasc.jcentserverclient.models.BlockUserRequest
-
Creates an instance of a
BlockUserRequestrecord class. - BlockUserRequest.Builder - Class in ch.rasc.jcentserverclient.models
- BlockUserResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response for blocking a user.
- BlockUserResponse(Error) - Constructor for record class ch.rasc.jcentserverclient.models.BlockUserResponse
-
Creates an instance of a
BlockUserResponserecord class. - broadcast() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
broadcastrecord component. - broadcast() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
broadcastrecord component. - broadcast(BroadcastRequest) - Method in interface ch.rasc.jcentserverclient.clients.PublicationClient
-
Broadcast data to multiple channels.
- broadcast(BroadcastRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- broadcast(BroadcastResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- broadcast(Function<BroadcastRequest.Builder, BroadcastRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.PublicationClient
-
Broadcast data to multiple channels.
- BroadcastRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for broadcasting data to multiple channels.
- BroadcastRequest(List<String>, Object, String, Boolean, Map<String, String>, String, Boolean) - Constructor for record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Creates an instance of a
BroadcastRequestrecord class. - BroadcastRequest.Builder - Class in ch.rasc.jcentserverclient.models
- BroadcastResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a broadcast operation.
- BroadcastResponse(Error, BroadcastResult) - Constructor for record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Creates an instance of a
BroadcastResponserecord class. - BroadcastResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a broadcast operation.
- BroadcastResult(List<PublishResponse>) - Constructor for record class ch.rasc.jcentserverclient.models.BroadcastResult
-
Creates an instance of a
BroadcastResultrecord class. - build() - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Builds the configuration instance with the specified settings.
- build() - Method in class ch.rasc.jcentserverclient.models.BatchRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.BlockUserRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.ChannelContext.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.ChannelInfo.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.ConnectionsRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.ConnectionState.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.ConnectionTokenInfo.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Disconnect.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Error.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.HistoryRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.InfoRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Metrics.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Process.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Publication.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.StreamPosition.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo.Builder
- build() - Method in class ch.rasc.jcentserverclient.models.UnsubscribeRequest.Builder
- builder() - Static method in class ch.rasc.jcentserverclient.Configuration
-
Creates a new configuration builder.
- builder() - Static method in record class ch.rasc.jcentserverclient.models.BatchRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.ChannelContext
- builder() - Static method in record class ch.rasc.jcentserverclient.models.ChannelInfo
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Command
- builder() - Static method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
- builder() - Static method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.ConnectionState
- builder() - Static method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Disconnect
- builder() - Static method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Error
- builder() - Static method in record class ch.rasc.jcentserverclient.models.HistoryRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.InfoRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Metrics
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Process
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Publication
- builder() - Static method in record class ch.rasc.jcentserverclient.models.PublishRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.RefreshRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.Reply
- builder() - Static method in record class ch.rasc.jcentserverclient.models.StreamPosition
- builder() - Static method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
- builder() - Static method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
- builder() - Static method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
- builder() - Static method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.BatchRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.BlockUserRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.ChannelContext.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.ChannelInfo.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Command.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.ConnectionsRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.ConnectionState.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.ConnectionTokenInfo.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Disconnect.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Error.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.HistoryRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.InfoRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Metrics.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Process.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Publication.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.Reply.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.StreamPosition.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo.Builder
- Builder() - Constructor for class ch.rasc.jcentserverclient.models.UnsubscribeRequest.Builder
C
- CentrifugoServerApiClient - Class in ch.rasc.jcentserverclient
-
Centrifugo Server HTTP API Client
- CentrifugoServerApiClient() - Constructor for class ch.rasc.jcentserverclient.CentrifugoServerApiClient
- ch.rasc.jcentserverclient - module ch.rasc.jcentserverclient
- ch.rasc.jcentserverclient - package ch.rasc.jcentserverclient
- ch.rasc.jcentserverclient.clients - package ch.rasc.jcentserverclient.clients
- ch.rasc.jcentserverclient.example - package ch.rasc.jcentserverclient.example
- ch.rasc.jcentserverclient.models - package ch.rasc.jcentserverclient.models
- chanInfo() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Returns the value of the
chanInforecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
-
Returns the value of the
channelrecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Returns the value of the
channelrecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.PresenceRequest
-
Returns the value of the
channelrecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
-
Returns the value of the
channelrecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
channelrecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
channelrecord component. - channel() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Returns the value of the
channelrecord component. - channel(String) - Method in class ch.rasc.jcentserverclient.models.HistoryRequest.Builder
- channel(String) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- channel(String) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- channel(String) - Method in class ch.rasc.jcentserverclient.models.UnsubscribeRequest.Builder
- ChannelContext - Record Class in ch.rasc.jcentserverclient.models
-
Channel context information.
- ChannelContext(Long) - Constructor for record class ch.rasc.jcentserverclient.models.ChannelContext
-
Creates an instance of a
ChannelContextrecord class. - ChannelContext.Builder - Class in ch.rasc.jcentserverclient.models
- ChannelInfo - Record Class in ch.rasc.jcentserverclient.models
-
Information about a channel.
- ChannelInfo(Long) - Constructor for record class ch.rasc.jcentserverclient.models.ChannelInfo
-
Creates an instance of a
ChannelInforecord class. - ChannelInfo.Builder - Class in ch.rasc.jcentserverclient.models
- channels() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Channels API client for managing channel information.
- channels() - Method in interface ch.rasc.jcentserverclient.clients.ChannelsClient
-
List all channels without any filters.
- channels() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
channelsrecord component. - channels() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResult
-
Returns the value of the
channelsrecord component. - channels() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
channelsrecord component. - channels() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Returns the value of the
channelsrecord component. - channels() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
channelsrecord component. - channels(ChannelsRequest) - Method in interface ch.rasc.jcentserverclient.clients.ChannelsClient
-
List active channels.
- channels(ChannelsRequest) - Method in interface ch.rasc.jcentserverclient.clients.StatsClient
-
Get active channels information.
- channels(ChannelsRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- channels(ChannelsResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- channels(String) - Method in interface ch.rasc.jcentserverclient.clients.ChannelsClient
-
List active channels.
- channels(String) - Method in interface ch.rasc.jcentserverclient.clients.StatsClient
-
Get active channels information.
- channels(String...) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- channels(List<String>) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- channels(Map<String, ChannelContext>) - Method in class ch.rasc.jcentserverclient.models.ConnectionState.Builder
- ChannelsClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo Channels API client interface.
- ChannelsRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for getting channels information.
- ChannelsRequest(String) - Constructor for record class ch.rasc.jcentserverclient.models.ChannelsRequest
-
Creates an instance of a
ChannelsRequestrecord class. - ChannelsResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a channels operation.
- ChannelsResponse(Error, ChannelsResult) - Constructor for record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Creates an instance of a
ChannelsResponserecord class. - ChannelsResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a channels operation.
- ChannelsResult(Map<String, ChannelInfo>) - Constructor for record class ch.rasc.jcentserverclient.models.ChannelsResult
-
Creates an instance of a
ChannelsResultrecord class. - client() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured HTTP client.
- client() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Returns the value of the
clientrecord component. - client() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns the value of the
clientrecord component. - client() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns the value of the
clientrecord component. - client() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
clientrecord component. - client() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Returns the value of the
clientrecord component. - client(Client) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the HTTP client implementation to use.
- client(String) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- client(String) - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- client(String) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- client(String) - Method in class ch.rasc.jcentserverclient.models.UnsubscribeRequest.Builder
- ClientExample - Class in ch.rasc.jcentserverclient.example
-
Example demonstrating how to use the Centrifugo Java client.
- ClientExample() - Constructor for class ch.rasc.jcentserverclient.example.ClientExample
- ClientInfo - Record Class in ch.rasc.jcentserverclient.models
-
Client information.
- ClientInfo(String, String, Object, Object) - Constructor for record class ch.rasc.jcentserverclient.models.ClientInfo
-
Creates an instance of a
ClientInforecord class. - code() - Method in record class ch.rasc.jcentserverclient.models.Disconnect
-
Returns the value of the
coderecord component. - code() - Method in record class ch.rasc.jcentserverclient.models.Error
-
Returns the value of the
coderecord component. - code(Long) - Method in class ch.rasc.jcentserverclient.models.Disconnect.Builder
- code(Long) - Method in class ch.rasc.jcentserverclient.models.Error.Builder
- Command - Record Class in ch.rasc.jcentserverclient.models
-
Command object for batch operations.
- Command(PublishRequest, BroadcastRequest, SubscribeRequest, UnsubscribeRequest, DisconnectRequest, PresenceRequest, PresenceStatsRequest, HistoryRequest, HistoryRemoveRequest, InfoRequest, RefreshRequest, ChannelsRequest) - Constructor for record class ch.rasc.jcentserverclient.models.Command
-
Creates an instance of a
Commandrecord class. - Command.Builder - Class in ch.rasc.jcentserverclient.models
- commands() - Method in record class ch.rasc.jcentserverclient.models.BatchRequest
-
Returns the value of the
commandsrecord component. - commands(Command...) - Method in class ch.rasc.jcentserverclient.models.BatchRequest.Builder
- commands(List<Command>) - Method in class ch.rasc.jcentserverclient.models.BatchRequest.Builder
- Configuration - Class in ch.rasc.jcentserverclient
-
Configuration class for Centrifugo Server API Client.
- Configuration.Builder - Class in ch.rasc.jcentserverclient
-
Builder class for creating Configuration instances.
- connection() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Connection Management API client for managing client connections.
- ConnectionClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo connection management API client.
- ConnectionInfo - Record Class in ch.rasc.jcentserverclient.models
-
Connection information.
- ConnectionInfo(String, String, String, String, String, ConnectionState) - Constructor for record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Creates an instance of a
ConnectionInforecord class. - ConnectionInfo.Builder - Class in ch.rasc.jcentserverclient.models
- connections() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResult
-
Returns the value of the
connectionsrecord component. - connections(ConnectionsRequest) - Method in interface ch.rasc.jcentserverclient.clients.StatsClient
-
Get connections information.
- connections(Function<ConnectionsRequest.Builder, ConnectionsRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.StatsClient
-
Get connections information.
- ConnectionsRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for getting connections information.
- ConnectionsRequest(String, String) - Constructor for record class ch.rasc.jcentserverclient.models.ConnectionsRequest
-
Creates an instance of a
ConnectionsRequestrecord class. - ConnectionsRequest.Builder - Class in ch.rasc.jcentserverclient.models
- ConnectionsResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a connections operation.
- ConnectionsResponse(Error, ConnectionsResult) - Constructor for record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Creates an instance of a
ConnectionsResponserecord class. - ConnectionsResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a connections operation.
- ConnectionsResult(Map<String, ConnectionInfo>) - Constructor for record class ch.rasc.jcentserverclient.models.ConnectionsResult
-
Creates an instance of a
ConnectionsResultrecord class. - ConnectionState - Record Class in ch.rasc.jcentserverclient.models
-
Connection state information.
- ConnectionState(Map<String, ChannelContext>, ConnectionTokenInfo, Map<String, SubscriptionTokenInfo>, Object) - Constructor for record class ch.rasc.jcentserverclient.models.ConnectionState
-
Creates an instance of a
ConnectionStaterecord class. - ConnectionState.Builder - Class in ch.rasc.jcentserverclient.models
- connectionToken() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Returns the value of the
connectionTokenrecord component. - connectionToken(ConnectionTokenInfo) - Method in class ch.rasc.jcentserverclient.models.ConnectionState.Builder
- ConnectionTokenInfo - Record Class in ch.rasc.jcentserverclient.models
-
Connection token information.
- ConnectionTokenInfo(String, Long) - Constructor for record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
-
Creates an instance of a
ConnectionTokenInforecord class. - ConnectionTokenInfo.Builder - Class in ch.rasc.jcentserverclient.models
- connInfo() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Returns the value of the
connInforecord component. - cpu() - Method in record class ch.rasc.jcentserverclient.models.Process
-
Returns the value of the
cpurecord component. - cpu(Double) - Method in class ch.rasc.jcentserverclient.models.Process.Builder
- create(Configuration) - Static method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Create a new Centrifugo Server API client with the given configuration.
- create(Function<Configuration.Builder, Configuration.Builder>) - Static method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Create a new Centrifugo Server API client with custom configuration.
D
- data() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
datarecord component. - data() - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Returns the value of the
datarecord component. - data() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
datarecord component. - data() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
datarecord component. - data(Object) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- data(Object) - Method in class ch.rasc.jcentserverclient.models.Publication.Builder
- data(Object) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- data(Object) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- decode(String, Response) - Method in class ch.rasc.jcentserverclient.ApiErrorDecoder
- delta() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
deltarecord component. - delta() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
deltarecord component. - delta(Boolean) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- delta(Boolean) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- disconnect() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
disconnectrecord component. - disconnect() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns the value of the
disconnectrecord component. - disconnect() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
disconnectrecord component. - disconnect(Disconnect) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- disconnect(DisconnectRequest) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Disconnect a user.
- disconnect(DisconnectRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- disconnect(DisconnectResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- disconnect(Function<DisconnectRequest.Builder, DisconnectRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Disconnect a user.
- Disconnect - Record Class in ch.rasc.jcentserverclient.models
-
Disconnect object for specifying custom disconnect information.
- Disconnect(Long, String) - Constructor for record class ch.rasc.jcentserverclient.models.Disconnect
-
Creates an instance of a
Disconnectrecord class. - Disconnect.Builder - Class in ch.rasc.jcentserverclient.models
- DisconnectRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for disconnecting a user.
- DisconnectRequest(String, String, String, List<String>, Disconnect) - Constructor for record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Creates an instance of a
DisconnectRequestrecord class. - DisconnectRequest.Builder - Class in ch.rasc.jcentserverclient.models
- DisconnectResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a disconnect operation.
- DisconnectResponse(Error, DisconnectResult) - Constructor for record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Creates an instance of a
DisconnectResponserecord class. - DisconnectResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a disconnect operation (empty object).
- DisconnectResult() - Constructor for record class ch.rasc.jcentserverclient.models.DisconnectResult
-
Creates an instance of a
DisconnectResultrecord class.
E
- epoch() - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
-
Returns the value of the
epochrecord component. - epoch() - Method in record class ch.rasc.jcentserverclient.models.PublishResult
-
Returns the value of the
epochrecord component. - epoch() - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
-
Returns the value of the
epochrecord component. - epoch(String) - Method in class ch.rasc.jcentserverclient.models.StreamPosition.Builder
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BatchRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BatchResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BatchResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BlockUserResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.BroadcastResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ChannelContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ChannelInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ChannelsRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ChannelsResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Command
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Disconnect
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.DisconnectResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Error
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.InfoRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.InfoResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.InfoResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Metrics
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PresenceRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PresenceResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Process
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PublishResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.PublishResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.RefreshResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.SubscribeResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.UnblockUserRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.UnblockUserResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResult
-
Indicates whether some other object is "equal to" this one.
- error() - Method in record class ch.rasc.jcentserverclient.models.BatchResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.BlockUserResponse
-
Returns the value of the
errorrecord component. - error() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.InfoResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensResponse
-
Returns the value of the
errorrecord component. - error() - Method in record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.PublishResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
errorrecord component. - error() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenResponse
-
Returns the value of the
errorrecord component. - error() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Get the error if present.
- error() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserResponse
-
Returns the value of the
errorrecord component. - error() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Get the error if present.
- error(Error) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- Error - Record Class in ch.rasc.jcentserverclient.models
-
Error type represents Centrifugo-level API call error.
- Error(Long, String) - Constructor for record class ch.rasc.jcentserverclient.models.Error
-
Creates an instance of a
Errorrecord class. - Error.Builder - Class in ch.rasc.jcentserverclient.models
- errorDecoder() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured error decoder.
- errorDecoder(ErrorDecoder) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the error decoder for handling HTTP error responses.
- expireAt() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns the value of the
expireAtrecord component. - expireAt() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
expireAtrecord component. - expireAt(Long) - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- expireAt(Long) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- expired() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns the value of the
expiredrecord component. - expired(Boolean) - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- expiredAt() - Method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
-
Returns the value of the
expiredAtrecord component. - expiredAt(Long) - Method in class ch.rasc.jcentserverclient.models.BlockUserRequest.Builder
- expression() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
-
Returns the value of the
expressionrecord component. - expression(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionsRequest.Builder
F
- feignOptions() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured HTTP request options.
- feignOptions(Request.Options) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the HTTP request options including timeouts.
- forcePositioning() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns the value of the
forcePositioningrecord component. - forcePositioning(Boolean) - Method in class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
- forcePushJoinLeave() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns the value of the
forcePushJoinLeaverecord component. - forcePushJoinLeave(Boolean) - Method in class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
- forceRecovery() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns the value of the
forceRecoveryrecord component. - forceRecovery(Boolean) - Method in class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
G
- getCode() - Method in class ch.rasc.jcentserverclient.ApiError
- getError() - Method in exception ch.rasc.jcentserverclient.ApiException
- getErrorCode() - Method in exception ch.rasc.jcentserverclient.ApiException
- getErrorMessage() - Method in exception ch.rasc.jcentserverclient.ApiException
- getMessage() - Method in class ch.rasc.jcentserverclient.ApiError
- getResponseBody() - Method in exception ch.rasc.jcentserverclient.ApiException
- getStatusCode() - Method in exception ch.rasc.jcentserverclient.ApiException
H
- hasError() - Method in record class ch.rasc.jcentserverclient.models.BatchResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResult
- hasError() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.InfoResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.PublishResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Check if the reply has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Check if the response has an error.
- hasError() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Check if the response has an error.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BatchRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BatchResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BatchResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BlockUserResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ChannelContext
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ChannelInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ChannelsRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Disconnect
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Error
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.InfoRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.InfoResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.InfoResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Metrics
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PresenceRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PresenceResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Process
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PublishResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.PublishResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.RefreshResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResult
-
Returns a hash code value for this object.
- history() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the History API client for managing channel history.
- history() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
historyrecord component. - history() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
historyrecord component. - history(HistoryRequest) - Method in interface ch.rasc.jcentserverclient.clients.HistoryClient
-
Get channel history.
- history(HistoryRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- history(HistoryResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- history(Function<HistoryRequest.Builder, HistoryRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.HistoryClient
-
Get channel history.
- HistoryClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo history API client for managing channel message history.
- historyRemove() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
historyRemoverecord component. - historyRemove() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
historyRemoverecord component. - historyRemove(HistoryRemoveRequest) - Method in interface ch.rasc.jcentserverclient.clients.HistoryClient
-
Remove channel history.
- historyRemove(HistoryRemoveRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- historyRemove(HistoryRemoveResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- historyRemove(String) - Method in interface ch.rasc.jcentserverclient.clients.HistoryClient
-
Remove channel history.
- HistoryRemoveRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for removing history from a channel.
- HistoryRemoveRequest(String) - Constructor for record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
-
Creates an instance of a
HistoryRemoveRequestrecord class. - HistoryRemoveResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a history remove operation.
- HistoryRemoveResponse(Error, HistoryRemoveResult) - Constructor for record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Creates an instance of a
HistoryRemoveResponserecord class. - HistoryRemoveResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a history remove operation (empty object).
- HistoryRemoveResult() - Constructor for record class ch.rasc.jcentserverclient.models.HistoryRemoveResult
-
Creates an instance of a
HistoryRemoveResultrecord class. - HistoryRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for getting channel history.
- HistoryRequest(String, Integer, StreamPosition, Boolean) - Constructor for record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Creates an instance of a
HistoryRequestrecord class. - HistoryRequest.Builder - Class in ch.rasc.jcentserverclient.models
- HistoryResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a history operation.
- HistoryResponse(Error, HistoryResult) - Constructor for record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Creates an instance of a
HistoryResponserecord class. - HistoryResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a history operation.
- HistoryResult(List<Publication>, Long, String) - Constructor for record class ch.rasc.jcentserverclient.models.HistoryResult
-
Creates an instance of a
HistoryResultrecord class.
I
- idempotencyKey() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
idempotencyKeyrecord component. - idempotencyKey() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
idempotencyKeyrecord component. - idempotencyKey(String) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- idempotencyKey(String) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- info() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
inforecord component. - info() - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Returns the value of the
inforecord component. - info() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns the value of the
inforecord component. - info() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
inforecord component. - info() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
inforecord component. - info(ClientInfo) - Method in class ch.rasc.jcentserverclient.models.Publication.Builder
- info(InfoRequest) - Method in interface ch.rasc.jcentserverclient.clients.StatsClient
-
Get server information.
- info(InfoRequest) - Method in interface ch.rasc.jcentserverclient.clients.UserManagementClient
-
Get information about connections.
- info(InfoRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- info(InfoResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- info(Object) - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- info(Object) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- info(Function<InfoRequest.Builder, InfoRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.StatsClient
-
Get server information.
- info(Function<InfoRequest.Builder, InfoRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.UserManagementClient
-
Get information about connections.
- InfoRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for getting server information (empty object).
- InfoRequest() - Constructor for record class ch.rasc.jcentserverclient.models.InfoRequest
-
Creates an instance of a
InfoRequestrecord class. - InfoRequest.Builder - Class in ch.rasc.jcentserverclient.models
- InfoResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from an info operation.
- InfoResponse(Error, InfoResult) - Constructor for record class ch.rasc.jcentserverclient.models.InfoResponse
-
Creates an instance of a
InfoResponserecord class. - InfoResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of an info operation.
- InfoResult(List<NodeResult>) - Constructor for record class ch.rasc.jcentserverclient.models.InfoResult
-
Creates an instance of a
InfoResultrecord class. - interval() - Method in record class ch.rasc.jcentserverclient.models.Metrics
-
Returns the value of the
intervalrecord component. - interval(Double) - Method in class ch.rasc.jcentserverclient.models.Metrics.Builder
- invalidateUserTokens(InvalidateUserTokensRequest) - Method in interface ch.rasc.jcentserverclient.clients.TokenClient
-
Invalidate all tokens for a user.
- invalidateUserTokens(Function<InvalidateUserTokensRequest.Builder, InvalidateUserTokensRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.TokenClient
-
Invalidate all tokens for a user.
- InvalidateUserTokensRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request to invalidate all tokens for a user.
- InvalidateUserTokensRequest(String, Long) - Constructor for record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
-
Creates an instance of a
InvalidateUserTokensRequestrecord class. - InvalidateUserTokensRequest.Builder - Class in ch.rasc.jcentserverclient.models
- InvalidateUserTokensResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response for invalidating user tokens.
- InvalidateUserTokensResponse(Error) - Constructor for record class ch.rasc.jcentserverclient.models.InvalidateUserTokensResponse
-
Creates an instance of a
InvalidateUserTokensResponserecord class. - issuedAt() - Method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
-
Returns the value of the
issuedAtrecord component. - issuedAt() - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
-
Returns the value of the
issuedAtrecord component. - issuedAt(Long) - Method in class ch.rasc.jcentserverclient.models.ConnectionTokenInfo.Builder
- issuedAt(Long) - Method in class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo.Builder
- issuedBefore() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
-
Returns the value of the
issuedBeforerecord component. - issuedBefore(Long) - Method in class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest.Builder
- items() - Method in record class ch.rasc.jcentserverclient.models.Metrics
-
Returns the value of the
itemsrecord component. - items(Map<String, Double>) - Method in class ch.rasc.jcentserverclient.models.Metrics.Builder
J
- joinLeave() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns the value of the
joinLeaverecord component. - joinLeave(Boolean) - Method in class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
L
- limit() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Returns the value of the
limitrecord component. - limit(Integer) - Method in class ch.rasc.jcentserverclient.models.HistoryRequest.Builder
- logger() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured logger.
- logger(Logger) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the logger implementation for HTTP request/response logging.
- logLevel() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured logging level.
- logLevel(Logger.Level) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the logging level for HTTP requests and responses.
M
- main(String[]) - Static method in class ch.rasc.jcentserverclient.example.ClientExample
- message() - Method in record class ch.rasc.jcentserverclient.models.Error
-
Returns the value of the
messagerecord component. - message(String) - Method in class ch.rasc.jcentserverclient.models.Error.Builder
- meta() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Returns the value of the
metarecord component. - meta(Object) - Method in class ch.rasc.jcentserverclient.models.ConnectionState.Builder
- metrics() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
metricsrecord component. - Metrics - Record Class in ch.rasc.jcentserverclient.models
-
Metrics information.
- Metrics(Double, Map<String, Double>) - Constructor for record class ch.rasc.jcentserverclient.models.Metrics
-
Creates an instance of a
Metricsrecord class. - Metrics.Builder - Class in ch.rasc.jcentserverclient.models
N
- name() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
namerecord component. - NodeResult - Record Class in ch.rasc.jcentserverclient.models
-
Node information.
- NodeResult(String, String, String, Long, Long, Long, Long, Metrics, Process, Long) - Constructor for record class ch.rasc.jcentserverclient.models.NodeResult
-
Creates an instance of a
NodeResultrecord class. - nodes() - Method in record class ch.rasc.jcentserverclient.models.InfoResult
-
Returns the value of the
nodesrecord component. - numChannels() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
numChannelsrecord component. - numClients() - Method in record class ch.rasc.jcentserverclient.models.ChannelInfo
-
Returns the value of the
numClientsrecord component. - numClients() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
numClientsrecord component. - numClients() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
-
Returns the value of the
numClientsrecord component. - numClients(Long) - Method in class ch.rasc.jcentserverclient.models.ChannelInfo.Builder
- numSubs() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
numSubsrecord component. - numUsers() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
numUsersrecord component. - numUsers() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
-
Returns the value of the
numUsersrecord component.
O
- of(String) - Static method in record class ch.rasc.jcentserverclient.models.ChannelsRequest
-
Creates a new ChannelsRequest with the specified pattern.
- of(String) - Static method in record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
- of(String) - Static method in record class ch.rasc.jcentserverclient.models.PresenceRequest
- of(String) - Static method in record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
- of(String) - Static method in record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
- of(String) - Static method in record class ch.rasc.jcentserverclient.models.UnblockUserRequest
- offset() - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
-
Returns the value of the
offsetrecord component. - offset() - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Returns the value of the
offsetrecord component. - offset() - Method in record class ch.rasc.jcentserverclient.models.PublishResult
-
Returns the value of the
offsetrecord component. - offset() - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
-
Returns the value of the
offsetrecord component. - offset(Long) - Method in class ch.rasc.jcentserverclient.models.Publication.Builder
- offset(Long) - Method in class ch.rasc.jcentserverclient.models.StreamPosition.Builder
- override() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
overriderecord component. - override(SubscribeOptionOverride) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
P
- parallel() - Method in record class ch.rasc.jcentserverclient.models.BatchRequest
-
Returns the value of the
parallelrecord component. - parallel(Boolean) - Method in class ch.rasc.jcentserverclient.models.BatchRequest.Builder
- pattern() - Method in record class ch.rasc.jcentserverclient.models.ChannelsRequest
-
Returns the value of the
patternrecord component. - presence() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Presence API client for managing channel presence information.
- presence() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
presencerecord component. - presence() - Method in record class ch.rasc.jcentserverclient.models.PresenceResult
-
Returns the value of the
presencerecord component. - presence() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
presencerecord component. - presence() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns the value of the
presencerecord component. - presence(PresenceRequest) - Method in interface ch.rasc.jcentserverclient.clients.PresenceClient
-
Get channel presence information.
- presence(PresenceRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- presence(PresenceResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- presence(Boolean) - Method in class ch.rasc.jcentserverclient.models.SubscribeOptionOverride.Builder
- presence(String) - Method in interface ch.rasc.jcentserverclient.clients.PresenceClient
-
Get channel presence information.
- PresenceClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo presence API client for managing channel presence information.
- PresenceRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for getting channel presence information.
- PresenceRequest(String) - Constructor for record class ch.rasc.jcentserverclient.models.PresenceRequest
-
Creates an instance of a
PresenceRequestrecord class. - PresenceResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a presence operation.
- PresenceResponse(Error, PresenceResult) - Constructor for record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Creates an instance of a
PresenceResponserecord class. - PresenceResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a presence operation.
- PresenceResult(Map<String, ClientInfo>) - Constructor for record class ch.rasc.jcentserverclient.models.PresenceResult
-
Creates an instance of a
PresenceResultrecord class. - presenceStats() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
presenceStatsrecord component. - presenceStats() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
presenceStatsrecord component. - presenceStats(PresenceStatsRequest) - Method in interface ch.rasc.jcentserverclient.clients.PresenceClient
-
Get channel presence stats.
- presenceStats(PresenceStatsRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- presenceStats(PresenceStatsResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- presenceStats(String) - Method in interface ch.rasc.jcentserverclient.clients.PresenceClient
-
Get channel presence stats.
- PresenceStatsRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for getting channel presence statistics.
- PresenceStatsRequest(String) - Constructor for record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
-
Creates an instance of a
PresenceStatsRequestrecord class. - PresenceStatsResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a presence stats operation.
- PresenceStatsResponse(Error, PresenceStatsResult) - Constructor for record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Creates an instance of a
PresenceStatsResponserecord class. - PresenceStatsResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a presence stats operation.
- PresenceStatsResult(Long, Long) - Constructor for record class ch.rasc.jcentserverclient.models.PresenceStatsResult
-
Creates an instance of a
PresenceStatsResultrecord class. - process() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
processrecord component. - Process - Record Class in ch.rasc.jcentserverclient.models
-
Process information.
- Process(Double, Long) - Constructor for record class ch.rasc.jcentserverclient.models.Process
-
Creates an instance of a
Processrecord class. - Process.Builder - Class in ch.rasc.jcentserverclient.models
- protocol() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns the value of the
protocolrecord component. - protocol(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
- publication() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Publication API client for publishing data to channels.
- Publication - Record Class in ch.rasc.jcentserverclient.models
-
Publication object.
- Publication(Object, ClientInfo, Long, Map<String, String>) - Constructor for record class ch.rasc.jcentserverclient.models.Publication
-
Creates an instance of a
Publicationrecord class. - Publication.Builder - Class in ch.rasc.jcentserverclient.models
- PublicationClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo publication API client for publishing data to channels.
- publications() - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
-
Returns the value of the
publicationsrecord component. - publish() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
publishrecord component. - publish() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
publishrecord component. - publish(PublishRequest) - Method in interface ch.rasc.jcentserverclient.clients.PublicationClient
-
Publish data into a channel.
- publish(PublishRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- publish(PublishResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- publish(Function<PublishRequest.Builder, PublishRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.PublicationClient
-
Publish data into a channel.
- PublishRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for publishing data into a channel.
- PublishRequest(String, Object, String, Boolean, Map<String, String>, String, Boolean) - Constructor for record class ch.rasc.jcentserverclient.models.PublishRequest
-
Creates an instance of a
PublishRequestrecord class. - PublishRequest.Builder - Class in ch.rasc.jcentserverclient.models
- PublishResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a publish operation.
- PublishResponse(Error, PublishResult) - Constructor for record class ch.rasc.jcentserverclient.models.PublishResponse
-
Creates an instance of a
PublishResponserecord class. - PublishResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a publish operation.
- PublishResult(Long, String) - Constructor for record class ch.rasc.jcentserverclient.models.PublishResult
-
Creates an instance of a
PublishResultrecord class.
R
- reason() - Method in record class ch.rasc.jcentserverclient.models.Disconnect
-
Returns the value of the
reasonrecord component. - reason(String) - Method in class ch.rasc.jcentserverclient.models.Disconnect.Builder
- recoverSince() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
recoverSincerecord component. - recoverSince(StreamPosition) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- refresh() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
refreshrecord component. - refresh() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
refreshrecord component. - refresh(RefreshRequest) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Refresh a user connection.
- refresh(RefreshRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- refresh(RefreshResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- refresh(Function<RefreshRequest.Builder, RefreshRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Refresh a user connection.
- RefreshRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for refreshing a user connection.
- RefreshRequest(String, String, String, Boolean, Long, Object) - Constructor for record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Creates an instance of a
RefreshRequestrecord class. - RefreshRequest.Builder - Class in ch.rasc.jcentserverclient.models
- RefreshResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a refresh operation.
- RefreshResponse(Error, RefreshResult) - Constructor for record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Creates an instance of a
RefreshResponserecord class. - RefreshResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a refresh operation (empty object).
- RefreshResult() - Constructor for record class ch.rasc.jcentserverclient.models.RefreshResult
-
Creates an instance of a
RefreshResultrecord class. - replies() - Method in record class ch.rasc.jcentserverclient.models.BatchResult
-
Returns the value of the
repliesrecord component. - Reply - Record Class in ch.rasc.jcentserverclient.models
-
Reply object for batch operations.
- Reply(Error, PublishResult, BroadcastResult, SubscribeResult, UnsubscribeResult, DisconnectResult, PresenceResult, PresenceStatsResult, HistoryResult, HistoryRemoveResult, InfoResult, RefreshResult, ChannelsResult) - Constructor for record class ch.rasc.jcentserverclient.models.Reply
-
Creates an instance of a
Replyrecord class. - Reply.Builder - Class in ch.rasc.jcentserverclient.models
- responses() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResult
-
Returns the value of the
responsesrecord component. - result() - Method in record class ch.rasc.jcentserverclient.models.BatchResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.InfoResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.PublishResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Get the result if successful.
- result() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Get the result if successful.
- retryer() - Method in class ch.rasc.jcentserverclient.Configuration
-
Gets the configured retry policy.
- retryer(Retryer) - Method in class ch.rasc.jcentserverclient.Configuration.Builder
-
Sets the retry policy for failed requests.
- reverse() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Returns the value of the
reverserecord component. - reverse(Boolean) - Method in class ch.rasc.jcentserverclient.models.HistoryRequest.Builder
- revokeToken(RevokeTokenRequest) - Method in interface ch.rasc.jcentserverclient.clients.TokenClient
-
Revoke a token.
- revokeToken(String) - Method in interface ch.rasc.jcentserverclient.clients.TokenClient
-
Revoke a token.
- RevokeTokenRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request to revoke a token.
- RevokeTokenRequest(String) - Constructor for record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
-
Creates an instance of a
RevokeTokenRequestrecord class. - RevokeTokenResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response for revoking a token.
- RevokeTokenResponse(Error) - Constructor for record class ch.rasc.jcentserverclient.models.RevokeTokenResponse
-
Creates an instance of a
RevokeTokenResponserecord class. - rss() - Method in record class ch.rasc.jcentserverclient.models.Process
-
Returns the value of the
rssrecord component. - rss(Long) - Method in class ch.rasc.jcentserverclient.models.Process.Builder
S
- session() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns the value of the
sessionrecord component. - session() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns the value of the
sessionrecord component. - session() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
sessionrecord component. - session() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Returns the value of the
sessionrecord component. - session(String) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- session(String) - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- session(String) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- session(String) - Method in class ch.rasc.jcentserverclient.models.UnsubscribeRequest.Builder
- setCode(Integer) - Method in class ch.rasc.jcentserverclient.ApiError
- setMessage(String) - Method in class ch.rasc.jcentserverclient.ApiError
- since() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Returns the value of the
sincerecord component. - since(StreamPosition) - Method in class ch.rasc.jcentserverclient.models.HistoryRequest.Builder
- skipHistory() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
skipHistoryrecord component. - skipHistory() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
skipHistoryrecord component. - skipHistory(Boolean) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- skipHistory(Boolean) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- source() - Method in record class ch.rasc.jcentserverclient.models.ChannelContext
-
Returns the value of the
sourcerecord component. - source(Long) - Method in class ch.rasc.jcentserverclient.models.ChannelContext.Builder
- state() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns the value of the
staterecord component. - state(ConnectionState) - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
- stats() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Stats API client for retrieving server statistics.
- StatsClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo stats API client for retrieving server and channel statistics.
- StreamPosition - Record Class in ch.rasc.jcentserverclient.models
-
Stream position information.
- StreamPosition(Long, String) - Constructor for record class ch.rasc.jcentserverclient.models.StreamPosition
-
Creates an instance of a
StreamPositionrecord class. - StreamPosition.Builder - Class in ch.rasc.jcentserverclient.models
- subscribe() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
subscriberecord component. - subscribe() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
subscriberecord component. - subscribe(SubscribeRequest) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Subscribe a user to a channel.
- subscribe(SubscribeRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- subscribe(SubscribeResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- subscribe(Function<SubscribeRequest.Builder, SubscribeRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Subscribe a user to a channel.
- SubscribeOptionOverride - Record Class in ch.rasc.jcentserverclient.models
-
Override for channel subscription options.
- SubscribeOptionOverride(Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Creates an instance of a
SubscribeOptionOverriderecord class. - SubscribeOptionOverride.Builder - Class in ch.rasc.jcentserverclient.models
- SubscribeRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for subscribing a user to a channel.
- SubscribeRequest(String, String, Long, Object, String, String, Object, String, StreamPosition, SubscribeOptionOverride, String) - Constructor for record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Creates an instance of a
SubscribeRequestrecord class. - SubscribeRequest.Builder - Class in ch.rasc.jcentserverclient.models
- SubscribeResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from a subscribe operation.
- SubscribeResponse(Error, SubscribeResult) - Constructor for record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Creates an instance of a
SubscribeResponserecord class. - SubscribeResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of a subscribe operation (empty object).
- SubscribeResult() - Constructor for record class ch.rasc.jcentserverclient.models.SubscribeResult
-
Creates an instance of a
SubscribeResultrecord class. - SubscriptionTokenInfo - Record Class in ch.rasc.jcentserverclient.models
-
Subscription token information.
- SubscriptionTokenInfo(String, Long) - Constructor for record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
-
Creates an instance of a
SubscriptionTokenInforecord class. - SubscriptionTokenInfo.Builder - Class in ch.rasc.jcentserverclient.models
- subscriptionTokens() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Returns the value of the
subscriptionTokensrecord component. - subscriptionTokens(Map<String, SubscriptionTokenInfo>) - Method in class ch.rasc.jcentserverclient.models.ConnectionState.Builder
T
- tags() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns the value of the
tagsrecord component. - tags() - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Returns the value of the
tagsrecord component. - tags() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns the value of the
tagsrecord component. - tags(Map<String, String>) - Method in class ch.rasc.jcentserverclient.models.BroadcastRequest.Builder
- tags(Map<String, String>) - Method in class ch.rasc.jcentserverclient.models.Publication.Builder
- tags(Map<String, String>) - Method in class ch.rasc.jcentserverclient.models.PublishRequest.Builder
- token - Variable in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
- token() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the Token API client for managing authentication tokens.
- TokenClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo token API client for managing authentication tokens.
- toString() - Method in class ch.rasc.jcentserverclient.ApiError
- toString() - Method in record class ch.rasc.jcentserverclient.models.BatchRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BatchResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BatchResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BlockUserResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ChannelContext
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ChannelInfo
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ChannelsRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Disconnect
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.DisconnectResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Error
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.HistoryResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.InfoRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.InfoResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.InfoResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Metrics
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PresenceRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PresenceResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PresenceResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Process
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Publication
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PublishResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.PublishResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.RefreshResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.RefreshResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.SubscribeResult
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Returns a string representation of this record class.
- toString() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeResult
-
Returns a string representation of this record class.
- transport() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns the value of the
transportrecord component. - transport(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
U
- uid() - Method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
-
Returns the value of the
uidrecord component. - uid() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
uidrecord component. - uid() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
-
Returns the value of the
uidrecord component. - uid() - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
-
Returns the value of the
uidrecord component. - uid(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionTokenInfo.Builder
- uid(String) - Method in class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo.Builder
- unblockUser(UnblockUserRequest) - Method in interface ch.rasc.jcentserverclient.clients.UserBlockClient
-
Unblock a user.
- unblockUser(String) - Method in interface ch.rasc.jcentserverclient.clients.UserBlockClient
-
Unblock a user.
- UnblockUserRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request to unblock a user.
- UnblockUserRequest(String) - Constructor for record class ch.rasc.jcentserverclient.models.UnblockUserRequest
-
Creates an instance of a
UnblockUserRequestrecord class. - UnblockUserResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response for unblocking a user.
- UnblockUserResponse(Error) - Constructor for record class ch.rasc.jcentserverclient.models.UnblockUserResponse
-
Creates an instance of a
UnblockUserResponserecord class. - unsubscribe() - Method in record class ch.rasc.jcentserverclient.models.Command
-
Returns the value of the
unsubscriberecord component. - unsubscribe() - Method in record class ch.rasc.jcentserverclient.models.Reply
-
Returns the value of the
unsubscriberecord component. - unsubscribe(UnsubscribeRequest) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Unsubscribe a user from a channel.
- unsubscribe(UnsubscribeRequest) - Method in class ch.rasc.jcentserverclient.models.Command.Builder
- unsubscribe(UnsubscribeResult) - Method in class ch.rasc.jcentserverclient.models.Reply.Builder
- unsubscribe(Function<UnsubscribeRequest.Builder, UnsubscribeRequest.Builder>) - Method in interface ch.rasc.jcentserverclient.clients.ConnectionClient
-
Unsubscribe a user from a channel.
- UnsubscribeRequest - Record Class in ch.rasc.jcentserverclient.models
-
Request for unsubscribing a user from a channel.
- UnsubscribeRequest(String, String, String, String) - Constructor for record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Creates an instance of a
UnsubscribeRequestrecord class. - UnsubscribeRequest.Builder - Class in ch.rasc.jcentserverclient.models
- UnsubscribeResponse - Record Class in ch.rasc.jcentserverclient.models
-
Response from an unsubscribe operation.
- UnsubscribeResponse(Error, UnsubscribeResult) - Constructor for record class ch.rasc.jcentserverclient.models.UnsubscribeResponse
-
Creates an instance of a
UnsubscribeResponserecord class. - UnsubscribeResult - Record Class in ch.rasc.jcentserverclient.models
-
Result of an unsubscribe operation (empty object).
- UnsubscribeResult() - Constructor for record class ch.rasc.jcentserverclient.models.UnsubscribeResult
-
Creates an instance of a
UnsubscribeResultrecord class. - uptime() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
uptimerecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserRequest
-
Returns the value of the
userrecord component. - user() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
-
Returns the value of the
userrecord component. - user(String) - Method in class ch.rasc.jcentserverclient.models.BlockUserRequest.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionInfo.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.ConnectionsRequest.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.RefreshRequest.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.SubscribeRequest.Builder
- user(String) - Method in class ch.rasc.jcentserverclient.models.UnsubscribeRequest.Builder
- userBlock() - Method in class ch.rasc.jcentserverclient.CentrifugoServerApiClient
-
Get the User Block API client for managing user blocking functionality.
- UserBlockClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo user block API client for managing user blocking functionality.
- UserManagementClient - Interface in ch.rasc.jcentserverclient.clients
-
Centrifugo User Management API client interface.
V
- version() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
-
Returns the value of the
versionrecord component.
W
- whitelist() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
-
Returns the value of the
whitelistrecord component. - whitelist(String...) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
- whitelist(List<String>) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
All Classes and Interfaces|All Packages|Serialized Form