public class CloseSessionResponse extends SessionResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
CloseSessionResponse.Builder
Status response builder.
|
RaftResponse.Status| Constructor and Description |
|---|
CloseSessionResponse(RaftResponse.Status status,
RaftError error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
static CloseSessionResponse.Builder |
newBuilder()
Returns a new keep alive response builder.
|
error, hashCode, status, toStringpublic CloseSessionResponse(RaftResponse.Status status, RaftError error)
public static CloseSessionResponse.Builder newBuilder()
public boolean equals(Object object)
equals in class AbstractRaftResponseCopyright © 2013–2017. All rights reserved.