HomeSort by relevance Sort by last modified time
    Searched refs:connectionError (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
GrpcHttp2HeadersUtils.java 38 import static io.netty.handler.codec.http2.Http2Exception.connectionError;
210 PlatformDependent.throwException(connectionError(PROTOCOL_ERROR,
320 connectionError(PROTOCOL_ERROR, "Illegal pseudo-header '%s' in request.", name));
NettyServerHandler.java 119 private Throwable connectionError;
310 Throwable connectionError() {
311 return connectionError;
490 connectionError = cause;
    [all...]
NettyServerTransport.java 132 notifyTerminated(grpcHandler.connectionError());
  /external/syzkaller/vendor/google.golang.org/grpc/
picker_wrapper.go 67 func (bp *pickerWrapper) connectionError() error {
197 return nil, nil, status.Errorf(codes.Unavailable, "%v, latest connection error: %v", err, bp.connectionError())
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 138 milliseconds