Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractStream.java112 public abstract static class TransportState class in AbstractStream
146 protected TransportState( in TransportState() method in AbstractStream.TransportState
DAbstractServerStream.java184 protected abstract static class TransportState extends AbstractStream.TransportState { class in AbstractServerStream
198 protected TransportState( in TransportState() method in AbstractServerStream.TransportState
DAbstractClientStream.java221 protected abstract static class TransportState extends AbstractStream.TransportState { class in AbstractClientStream
243 protected TransportState( in TransportState() method in AbstractClientStream.TransportState
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAbstractServerStreamTest.java418 static class TransportState extends AbstractServerStream.TransportState { class in AbstractServerStreamTest.AbstractServerStreamBase
419 protected TransportState(int maxMessageSize, TransportTracer transportTracer) { in TransportState() method in AbstractServerStreamTest.AbstractServerStreamBase.TransportState
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerStream.java153 public static class TransportState extends AbstractServerStream.TransportState class in NettyServerStream
160 public TransportState( in TransportState() method in NettyServerStream.TransportState
DNettyClientStream.java223 public abstract static class TransportState extends Http2ClientStreamTransportState class in NettyClientStream
234 protected TransportState( in TransportState() method in NettyClientStream.TransportState
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpServerStream.java134 static class TransportState extends AbstractServerStream.TransportState class in OkHttpServerStream
156 public TransportState( in TransportState() method in OkHttpServerStream.TransportState
DOkHttpClientStream.java187 class TransportState extends Http2ClientStreamTransportState class in OkHttpClientStream
217 public TransportState( in TransportState() method in OkHttpClientStream.TransportState
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_trace_visitor_test.cc158 TEST_F(QuicTraceVisitorTest, TransportState) { in TEST_F() argument
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_trace_visitor_test.cc158 TEST_F(QuicTraceVisitorTest, TransportState) { in TEST_F() argument
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientStream.java254 class TransportState extends Http2ClientStreamTransportState { class in CronetClientStream
271 public TransportState( in TransportState() method in CronetClientStream.TransportState
/external/cronet/stable/third_party/quic_trace/src/quic_trace/
Dquic_trace.proto107 message TransportState { message
/external/cronet/tot/third_party/quic_trace/src/quic_trace/
Dquic_trace.proto107 message TransportState { message
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DBinderTransport.java175 protected enum TransportState { enum in BinderTransport