Index

A B C D E F G H I J L M N O P R S T U V W 
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 appName record 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 appVersion record 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 b64data record component.
b64data() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the b64data record component.
b64data() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the b64data record 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 b64info record 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 BatchRequest record 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 BatchResponse record 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 BatchResult record 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 BlockUserRequest record 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 BlockUserResponse record class.
broadcast() - Method in record class ch.rasc.jcentserverclient.models.Command
Returns the value of the broadcast record component.
broadcast() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the broadcast record 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 BroadcastRequest record 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 BroadcastResponse record 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 BroadcastResult record 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 chanInfo record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.HistoryRemoveRequest
Returns the value of the channel record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.HistoryRequest
Returns the value of the channel record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.PresenceRequest
Returns the value of the channel record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsRequest
Returns the value of the channel record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the channel record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the channel record component.
channel() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
Returns the value of the channel record 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 ChannelContext record 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 ChannelInfo record 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 channels record component.
channels() - Method in record class ch.rasc.jcentserverclient.models.ChannelsResult
Returns the value of the channels record component.
channels() - Method in record class ch.rasc.jcentserverclient.models.Command
Returns the value of the channels record component.
channels() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
Returns the value of the channels record component.
channels() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the channels record 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 ChannelsRequest record 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 ChannelsResponse record 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 ChannelsResult record 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 client record component.
client() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
Returns the value of the client record component.
client() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
Returns the value of the client record component.
client() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the client record component.
client() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
Returns the value of the client record 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 ClientInfo record class.
code() - Method in record class ch.rasc.jcentserverclient.models.Disconnect
Returns the value of the code record component.
code() - Method in record class ch.rasc.jcentserverclient.models.Error
Returns the value of the code record 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 Command record class.
Command.Builder - Class in ch.rasc.jcentserverclient.models
 
commands() - Method in record class ch.rasc.jcentserverclient.models.BatchRequest
Returns the value of the commands record 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 ConnectionInfo record class.
ConnectionInfo.Builder - Class in ch.rasc.jcentserverclient.models
 
connections() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsResult
Returns the value of the connections record 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 ConnectionsRequest record 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 ConnectionsResponse record 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 ConnectionsResult record 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 ConnectionState record class.
ConnectionState.Builder - Class in ch.rasc.jcentserverclient.models
 
connectionToken() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
Returns the value of the connectionToken record 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 ConnectionTokenInfo record class.
ConnectionTokenInfo.Builder - Class in ch.rasc.jcentserverclient.models
 
connInfo() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
Returns the value of the connInfo record component.
cpu() - Method in record class ch.rasc.jcentserverclient.models.Process
Returns the value of the cpu record 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 data record component.
data() - Method in record class ch.rasc.jcentserverclient.models.Publication
Returns the value of the data record component.
data() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the data record component.
data() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the data record 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 delta record component.
delta() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the delta record 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 disconnect record component.
disconnect() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
Returns the value of the disconnect record component.
disconnect() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the disconnect record 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 Disconnect record 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 DisconnectRequest record 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 DisconnectResponse record 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 DisconnectResult record class.

E

epoch() - Method in record class ch.rasc.jcentserverclient.models.HistoryResult
Returns the value of the epoch record component.
epoch() - Method in record class ch.rasc.jcentserverclient.models.PublishResult
Returns the value of the epoch record component.
epoch() - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
Returns the value of the epoch record 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 error record 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 error record 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 error record component.
error() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenResponse
Returns the value of the error record 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 error record 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 Error record 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 expireAt record component.
expireAt() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the expireAt record 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 expired record 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 expiredAt record 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 expression record 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 forcePositioning record 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 forcePushJoinLeave record 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 forceRecovery record 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 history record component.
history() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the history record 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 historyRemove record component.
historyRemove() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the historyRemove record 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 HistoryRemoveRequest record 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 HistoryRemoveResponse record 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 HistoryRemoveResult record 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 HistoryRequest record 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 HistoryResponse record 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 HistoryResult record class.

I

idempotencyKey() - Method in record class ch.rasc.jcentserverclient.models.BroadcastRequest
Returns the value of the idempotencyKey record component.
idempotencyKey() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the idempotencyKey record 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 info record component.
info() - Method in record class ch.rasc.jcentserverclient.models.Publication
Returns the value of the info record component.
info() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
Returns the value of the info record component.
info() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the info record component.
info() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the info record 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 InfoRequest record 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 InfoResponse record 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 InfoResult record class.
interval() - Method in record class ch.rasc.jcentserverclient.models.Metrics
Returns the value of the interval record 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 InvalidateUserTokensRequest record 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 InvalidateUserTokensResponse record class.
issuedAt() - Method in record class ch.rasc.jcentserverclient.models.ConnectionTokenInfo
Returns the value of the issuedAt record component.
issuedAt() - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
Returns the value of the issuedAt record 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 issuedBefore record 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 items record 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 joinLeave record 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 limit record 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 message record 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 meta record 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 metrics record 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 Metrics record 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 name record 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 NodeResult record class.
nodes() - Method in record class ch.rasc.jcentserverclient.models.InfoResult
Returns the value of the nodes record component.
numChannels() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
Returns the value of the numChannels record component.
numClients() - Method in record class ch.rasc.jcentserverclient.models.ChannelInfo
Returns the value of the numClients record component.
numClients() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
Returns the value of the numClients record component.
numClients() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
Returns the value of the numClients record 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 numSubs record component.
numUsers() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
Returns the value of the numUsers record component.
numUsers() - Method in record class ch.rasc.jcentserverclient.models.PresenceStatsResult
Returns the value of the numUsers record 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 offset record component.
offset() - Method in record class ch.rasc.jcentserverclient.models.Publication
Returns the value of the offset record component.
offset() - Method in record class ch.rasc.jcentserverclient.models.PublishResult
Returns the value of the offset record component.
offset() - Method in record class ch.rasc.jcentserverclient.models.StreamPosition
Returns the value of the offset record 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 override record 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 parallel record 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 pattern record 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 presence record component.
presence() - Method in record class ch.rasc.jcentserverclient.models.PresenceResult
Returns the value of the presence record component.
presence() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the presence record component.
presence() - Method in record class ch.rasc.jcentserverclient.models.SubscribeOptionOverride
Returns the value of the presence record 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 PresenceRequest record 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 PresenceResponse record 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 PresenceResult record class.
presenceStats() - Method in record class ch.rasc.jcentserverclient.models.Command
Returns the value of the presenceStats record component.
presenceStats() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the presenceStats record 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 PresenceStatsRequest record 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 PresenceStatsResponse record 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 PresenceStatsResult record class.
process() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
Returns the value of the process record 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 Process record class.
Process.Builder - Class in ch.rasc.jcentserverclient.models
 
protocol() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
Returns the value of the protocol record 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 Publication record 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 publications record component.
publish() - Method in record class ch.rasc.jcentserverclient.models.Command
Returns the value of the publish record component.
publish() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the publish record 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 PublishRequest record 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 PublishResponse record 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 PublishResult record class.

R

reason() - Method in record class ch.rasc.jcentserverclient.models.Disconnect
Returns the value of the reason record 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 recoverSince record 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 refresh record component.
refresh() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the refresh record 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 RefreshRequest record 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 RefreshResponse record 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 RefreshResult record class.
replies() - Method in record class ch.rasc.jcentserverclient.models.BatchResult
Returns the value of the replies record 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 Reply record class.
Reply.Builder - Class in ch.rasc.jcentserverclient.models
 
responses() - Method in record class ch.rasc.jcentserverclient.models.BroadcastResult
Returns the value of the responses record 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 reverse record 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 RevokeTokenRequest record 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 RevokeTokenResponse record class.
rss() - Method in record class ch.rasc.jcentserverclient.models.Process
Returns the value of the rss record 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 session record component.
session() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
Returns the value of the session record component.
session() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the session record component.
session() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
Returns the value of the session record 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 since record 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 skipHistory record component.
skipHistory() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the skipHistory record 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 source record 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 state record 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 StreamPosition record class.
StreamPosition.Builder - Class in ch.rasc.jcentserverclient.models
 
subscribe() - Method in record class ch.rasc.jcentserverclient.models.Command
Returns the value of the subscribe record component.
subscribe() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the subscribe record 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 SubscribeOptionOverride record 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 SubscribeRequest record 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 SubscribeResponse record 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 SubscribeResult record 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 SubscriptionTokenInfo record class.
SubscriptionTokenInfo.Builder - Class in ch.rasc.jcentserverclient.models
 
subscriptionTokens() - Method in record class ch.rasc.jcentserverclient.models.ConnectionState
Returns the value of the subscriptionTokens record 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 tags record component.
tags() - Method in record class ch.rasc.jcentserverclient.models.Publication
Returns the value of the tags record component.
tags() - Method in record class ch.rasc.jcentserverclient.models.PublishRequest
Returns the value of the tags record 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 transport record 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 uid record component.
uid() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
Returns the value of the uid record component.
uid() - Method in record class ch.rasc.jcentserverclient.models.RevokeTokenRequest
Returns the value of the uid record component.
uid() - Method in record class ch.rasc.jcentserverclient.models.SubscriptionTokenInfo
Returns the value of the uid record 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 UnblockUserRequest record 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 UnblockUserResponse record class.
unsubscribe() - Method in record class ch.rasc.jcentserverclient.models.Command
Returns the value of the unsubscribe record component.
unsubscribe() - Method in record class ch.rasc.jcentserverclient.models.Reply
Returns the value of the unsubscribe record 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 UnsubscribeRequest record 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 UnsubscribeResponse record 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 UnsubscribeResult record class.
uptime() - Method in record class ch.rasc.jcentserverclient.models.NodeResult
Returns the value of the uptime record component.
user() - Method in record class ch.rasc.jcentserverclient.models.BlockUserRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.ClientInfo
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.ConnectionInfo
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.ConnectionsRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.InvalidateUserTokensRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.RefreshRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.SubscribeRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.UnblockUserRequest
Returns the value of the user record component.
user() - Method in record class ch.rasc.jcentserverclient.models.UnsubscribeRequest
Returns the value of the user record 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 version record component.

W

whitelist() - Method in record class ch.rasc.jcentserverclient.models.DisconnectRequest
Returns the value of the whitelist record component.
whitelist(String...) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
 
whitelist(List<String>) - Method in class ch.rasc.jcentserverclient.models.DisconnectRequest.Builder
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form