| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVWire
YAML Based wire format
|
class |
JSONWire
JSON wire format
|
class |
QueryWire
This wire decodes URL query strings.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull TextWire |
TextWire.from(@NotNull String text) |
static @NotNull TextWire |
TextWire.fromFile(String name) |
TextWire |
TextWire.strict(boolean strict) |
@NotNull TextWire |
TextWire.useBinaryDocuments() |
@NotNull TextWire |
TextWire.useTextDocuments() |
@NotNull TextWire |
JSONWire.useTextDocuments() |
Copyright © 2023. All rights reserved.