Searched refs:connectionError (Results 1 – 4 of 4) sorted by relevance
38 import static io.netty.handler.codec.http2.Http2Exception.connectionError;210 PlatformDependent.throwException(connectionError(PROTOCOL_ERROR, in validateName()320 connectionError(PROTOCOL_ERROR, "Illegal pseudo-header '%s' in request.", name)); in addPseudoHeader()
119 private Throwable connectionError; field in NettyServerHandler310 Throwable connectionError() { in connectionError() method in NettyServerHandler311 return connectionError; in connectionError()490 connectionError = cause; in onConnectionError()
132 notifyTerminated(grpcHandler.connectionError()); in start()
67 func (bp *pickerWrapper) connectionError() error { func197 …nil, status.Errorf(codes.Unavailable, "%v, latest connection error: %v", err, bp.connectionError())