| 接口 | 说明 |
|---|---|
| ClientStream |
ClientStream is used to send request to server and receive response from server.
|
| ClientStream.Listener | |
| ServerStream |
ServerStream is used to send response to client and receive requests from client.
|
| ServerStream.Listener | |
| Stream |
Stream is a bi-directional channel that manipulates the data flow between peers.
|
| Stream.Listener |
Register a
Stream.Listener to receive inbound data from remote peer. |
| 类 | 说明 |
|---|---|
| AbstractStream |
An abstract stream implementation.
|
| StreamUtils | |
| TripleClientStream |
ClientStream is an abstraction for bi-directional messaging.
|
| TripleServerStream | |
| TripleStreamChannelFuture |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.