public class PingResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PingResponse.Decoder |
| Modifier and Type | Field and Description |
|---|---|
static PingResponse |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Set<Short> |
getServerOps() |
short |
getStatus() |
ProtocolVersion |
getVersion() |
boolean |
isCacheNotFound() |
boolean |
isFailed() |
boolean |
isObjectStorage() |
boolean |
isSuccess() |
public static PingResponse EMPTY
public short getStatus()
public boolean isSuccess()
public boolean isObjectStorage()
public boolean isFailed()
public boolean isCacheNotFound()
public ProtocolVersion getVersion()
Copyright © 2022 JBoss by Red Hat. All rights reserved.