| Interface | Description | 
|---|---|
| Source | 
 Interface definition of Sources. 
 | 
| Streamable | 
 Interface implemented by all data structures that are streamable. 
 | 
| Class | Description | 
|---|---|
| ByteBufferSource | 
 Source that wraps a byte array. 
 | 
| CharSequenceSource | 
 Source that wraps the given CharSequence. 
 | 
| SequenceInputStream | 
 An InputStream that concats InputStreams. 
 | 
| SourceInputStream | 
 InputStream that streams a Source. 
 | 
| Exception | Description | 
|---|---|
| ConnectionDroppedException | 
 IOException when the server dropped the connection. 
 | 
Copyright © 2023. All Rights Reserved.