| 接口 | 说明 |
|---|---|
| Readable | |
| Readable.Reader<V> |
Reference to a method that can read some object from a stream.
|
| Streamable |
Implementers can be written to a StreamOutput and read from a StreamInput.
|
| Writable |
todo 如果使用它作为transport层的传输对象,则无法嵌入自定义的协议
|
| Writable.Writer<V> |
| 类 | 说明 |
|---|---|
| InputStreamStreamInput | |
| OutputStreamStreamOutput | |
| StreamInput |
A stream from this node to another node.
|
| StreamOutput |
A stream from another node to this node.
|
Copyright © 2021. All rights reserved.