| Package | Description |
|---|---|
| com.spotify.folsom.client.ascii |
| Modifier and Type | Class and Description |
|---|---|
class |
NumericAsciiResponse |
class |
ValueAsciiResponse |
| Modifier and Type | Field and Description |
|---|---|
static AsciiResponse |
AsciiResponse.DELETED |
static AsciiResponse |
AsciiResponse.EXISTS |
static AsciiResponse |
AsciiResponse.NOT_FOUND |
static AsciiResponse |
AsciiResponse.NOT_STORED |
static AsciiResponse |
AsciiResponse.STORED |
static AsciiResponse |
AsciiResponse.TOUCHED |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRequest.handle(AsciiResponse response) |
protected abstract void |
AsciiRequest.handle(AsciiResponse response) |
void |
IncrRequest.handle(AsciiResponse response) |
void |
MultigetRequest.handle(AsciiResponse response) |
void |
SetRequest.handle(AsciiResponse response) |
void |
DeleteRequest.handle(AsciiResponse response) |
protected void |
TouchRequest.handle(AsciiResponse response) |
Copyright © 2017 Spotify AB. All rights reserved.