Searched refs:framedConnection (Results 1 – 5 of 5) sorted by relevance
80 public volatile FramedConnection framedConnection; field in RealConnection158 FramedConnection framedConnection = new FramedConnection.Builder(true) in connectSocket() local162 framedConnection.sendConnectionPreface(); in connectSocket()165 this.framedConnection = framedConnection; in connectSocket()340 FramedConnection framedConnection = this.framedConnection; in allocationLimit() local341 return framedConnection != null in allocationLimit()342 ? framedConnection.maxConcurrentStreams() in allocationLimit()352 if (framedConnection != null) { in isHealthy()387 return framedConnection != null; in isMultiplexed()
109 private final FramedConnection framedConnection; field in Http2xStream113 public Http2xStream(StreamAllocation streamAllocation, FramedConnection framedConnection) { in Http2xStream() argument115 this.framedConnection = framedConnection; in Http2xStream()131 List<Header> requestHeaders = framedConnection.getProtocol() == Protocol.HTTP_2 in writeRequestHeaders()135 stream = framedConnection.newStream(requestHeaders, permitsRequestBody, hasResponseBody); in writeRequestHeaders()149 return framedConnection.getProtocol() == Protocol.HTTP_2 in readResponseHeaders()
99 if (resultConnection.framedConnection != null) { in newStream()100 resultStream = new Http2xStream(this, resultConnection.framedConnection); in newStream()
68 FramedConnection framedConnection = new FramedConnection.Builder(false) in run() local73 framedConnection.sendConnectionPreface(); in run()
470 FramedConnection framedConnection = new FramedConnection.Builder(false)475 openFramedConnections.add(framedConnection);