mirror of https://github.com/grpc/grpc-java.git
Called whenever a ServerTransport is ready and terminated. Has the ability to modify transport attributes, which ServerCall.attributes() are based on. Related changes: - Attribute keys for remote address and SSL session are now moved from ServerCall to a neutral place io.grpc.Grpc, because they can also be used from ServerTransportFilter, and probably will be used on the client-side too. The old keys on ServerCall is marked deprecated and are equivalent to the new keys. - Added transportReady() to ServerTransportListener. Resolves #2132 |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||