Home
last modified time | relevance | path

Searched defs:transportState (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractStream.java41 protected abstract TransportState transportState(); in transportState() method in AbstractStream
DAbstractServerStream.java91 protected abstract TransportState transportState(); in transportState() method in AbstractServerStream
DAbstractClientStream.java153 protected abstract TransportState transportState(); in transportState() method in AbstractClientStream
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerStream.java71 protected TransportState transportState() { in transportState() method in NettyServerStream
DNettyClientStream.java90 protected TransportState transportState() { in transportState() method in NettyClientStream
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAbstractServerStreamTest.java373 protected AbstractServerStream.TransportState transportState() { in transportState() method in AbstractServerStreamTest.AbstractServerStreamBase
DAbstractClientStreamTest.java493 public TransportState transportState() { in transportState() method in AbstractClientStreamTest.BaseAbstractClientStream
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientStream.java96 protected TransportState transportState() { in transportState() method in OkHttpClientStream
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientStream.java116 protected TransportState transportState() { in transportState() method in CronetClientStream
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go421 type transportState int type