| Package | Description |
|---|---|
| com.spotify.folsom.client.ascii |
| Modifier and Type | Class and Description |
|---|---|
class |
NumericAsciiResponse |
class |
StatsAsciiResponse |
class |
ValueAsciiResponse |
| Modifier and Type | Field and Description |
|---|---|
static AsciiResponse |
AsciiResponse.DELETED |
static AsciiResponse |
AsciiResponse.EMPTY_LIST |
static AsciiResponse |
AsciiResponse.ERROR |
static AsciiResponse |
AsciiResponse.EXISTS |
static AsciiResponse |
AsciiResponse.NOT_FOUND |
static AsciiResponse |
AsciiResponse.NOT_STORED |
static AsciiResponse |
AsciiResponse.OK |
static AsciiResponse |
AsciiResponse.STORED |
static AsciiResponse |
AsciiResponse.TOUCHED |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatsRequest.handle(AsciiResponse response,
HostAndPort server) |
void |
GetRequest.handle(AsciiResponse response,
HostAndPort server) |
protected void |
TouchRequest.handle(AsciiResponse response,
HostAndPort server) |
void |
DeleteRequest.handle(AsciiResponse response,
HostAndPort server) |
void |
MultigetRequest.handle(AsciiResponse response,
HostAndPort server) |
void |
DeleteWithCasRequest.handle(AsciiResponse response,
HostAndPort server) |
void |
IncrRequest.handle(AsciiResponse response,
HostAndPort server) |
protected void |
FlushRequest.handle(AsciiResponse response,
HostAndPort server) |
void |
SetRequest.handle(AsciiResponse response,
HostAndPort server) |
protected abstract void |
AsciiRequest.handle(AsciiResponse response,
HostAndPort server) |
Copyright © 2020 Spotify AB. All Rights Reserved.