Searched refs:outboundClosed (Results 1 – 2 of 2) sorted by relevance
81 private boolean outboundClosed; field in AbstractServerStream129 if (!outboundClosed) { in close()130 outboundClosed = true; in close()
224 private volatile boolean outboundClosed; field in AbstractClientStream.TransportState284 outboundClosed = true; in setOutboundClosed()288 return outboundClosed; in isOutboundClosed()