Searched refs:trailerStatus (Results 1 – 1 of 1) sorted by relevance
232 private Status trailerStatus; field in AbstractClientStream.TransportState262 if (trailerStatus != null) { in deframerClosed()263 if (trailerStatus.isOk() && hasPartialMessage) { in deframerClosed()264 trailerStatus = Status.INTERNAL.withDescription("Encountered end-of-stream mid-frame"); in deframerClosed()267 transportReportStatus(trailerStatus, false, trailers); in deframerClosed()379 trailerStatus = status; in inboundTrailersReceived()