public final class ReverseConnectionStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReverseConnectionStatus.Builder
Builder for
ReverseConnectionStatus. |
| Modifier and Type | Method and Description |
|---|---|
static ReverseConnectionStatus.Builder |
builder() |
boolean |
equals(Object obj) |
ServiceResultException |
getCloseError()
If
isConnected is false, returns why the connection is closed (or failed to be
formed), otherwise returns null. |
int |
getCurrentRetryCount() |
ReverseConnectionParameters |
getParameters() |
int |
hashCode() |
boolean |
isConnected() |
ReverseConnectionStatus.Builder |
toBuilder()
Returns a new
ReverseConnectionStatus.Builder initialized with the data from this instance. |
String |
toString() |
public static ReverseConnectionStatus.Builder builder()
public ServiceResultException getCloseError()
isConnected is false, returns why the connection is closed (or failed to be
formed), otherwise returns null.public int getCurrentRetryCount()
public ReverseConnectionParameters getParameters()
public boolean isConnected()
public ReverseConnectionStatus.Builder toBuilder()
ReverseConnectionStatus.Builder initialized with the data from this instance.Copyright © 2026. All rights reserved.