Home
last modified time | relevance | path

Searched defs:TransportState (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractStream.java102 public abstract static class TransportState class in AbstractStream
135 protected TransportState( in TransportState() method in AbstractStream.TransportState
DAbstractServerStream.java188 protected abstract static class TransportState extends AbstractStream.TransportState { class in AbstractServerStream
202 protected TransportState( in TransportState() method in AbstractServerStream.TransportState
DAbstractClientStream.java212 protected abstract static class TransportState extends AbstractStream.TransportState { class in AbstractClientStream
234 protected TransportState( in TransportState() method in AbstractClientStream.TransportState
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerStream.java155 public static class TransportState extends AbstractServerStream.TransportState class in NettyServerStream
161 public TransportState( in TransportState() method in NettyServerStream.TransportState
DNettyClientStream.java210 public abstract static class TransportState extends Http2ClientStreamTransportState class in NettyClientStream
217 public TransportState( in TransportState() method in NettyClientStream.TransportState
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAbstractServerStreamTest.java377 static class TransportState extends AbstractServerStream.TransportState { class in AbstractServerStreamTest.AbstractServerStreamBase
378 protected TransportState(int maxMessageSize, TransportTracer transportTracer) { in TransportState() method in AbstractServerStreamTest.AbstractServerStreamBase.TransportState
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientStream.java183 class TransportState extends Http2ClientStreamTransportState { class in OkHttpClientStream
206 public TransportState( in TransportState() method in OkHttpClientStream.TransportState
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientStream.java212 class TransportState extends Http2ClientStreamTransportState { class in CronetClientStream
229 public TransportState( in TransportState() method in CronetClientStream.TransportState