public class RealtimeServer extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
RealtimeServer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
maxRetries
The maximum number of retries this server will allow before a new long poll should be started
by getting a [new list of server](https://developer.box.com/reference/options-events).
|
protected Long |
retryTimeout
The maximum number of seconds without a response after which you should retry the long poll
connection.
|
protected String |
ttl
The time in minutes for which this server is available.
|
protected String |
type
The value will always be `realtime_server`.
|
protected String |
url
The URL for the server.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
RealtimeServer() |
protected |
RealtimeServer(RealtimeServer.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMaxRetries() |
Long |
getRetryTimeout() |
String |
getTtl() |
String |
getType() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String maxRetries
protected Long retryTimeout
This helps to overcome network issues where the long poll looks to be working but no packages are coming through.
public RealtimeServer()
protected RealtimeServer(RealtimeServer.Builder builder)
public String getMaxRetries()
public Long getRetryTimeout()