Package | Description |
---|---|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractClientStream.TransportState
This should only called from the transport thread.
|
protected static class |
AbstractServerStream.TransportState
This should only called from the transport thread (except for private interactions with
AbstractServerStream ). |
class |
Http2ClientStreamTransportState
Base implementation for client streams using HTTP2 as the transport.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractStream.TransportState |
AbstractStream.transportState()
Obtain the transport state corresponding to this stream.
|
Copyright © 2018. All rights reserved.