mirror of https://github.com/grpc/grpc-java.git
- To make unit tests easier, added the BinaryLogSinkWriter abstract class, which allows verifying high level arguments rather than low level protobufs. - remove InputStream based marshaller (IDENTITY_MARSHALLER) in favor of byte[] because retries will need to call serialize multiple times. This is achieved with a special InputStream that lets us access the internal byte[] without copying. - Change ByteBuffer based internal methods to use byte[] - Update unit tests to reflect the above |
||
|---|---|---|
| .. | ||
| generated | ||
| main | ||
| test | ||