| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServerStreamListener |
AbstractServerStream.TransportState.listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStream.setListener(ServerStreamListener serverStreamListener)
Sets the server stream listener.
|
void |
AbstractServerStream.setListener(ServerStreamListener serverStreamListener) |
void |
AbstractServerStream.TransportState.setListener(ServerStreamListener listener)
Sets the listener to receive notifications.
|