| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerStream
Abstract base class for
ServerStream implementations. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTransportListener.streamCreated(ServerStream stream,
String method,
io.grpc.Metadata headers)
Called when a new stream was created by the remote client.
|