Home | History | Annotate | Download | only in io

Lines Matching defs:framedConnection

33 import com.squareup.okhttp.internal.framed.FramedConnection;
80 public volatile FramedConnection framedConnection;
158 FramedConnection framedConnection = new FramedConnection.Builder(true)
162 framedConnection.sendConnectionPreface();
165 this.framedConnection = framedConnection;
340 FramedConnection framedConnection = this.framedConnection;
341 return framedConnection != null
342 ? framedConnection.maxConcurrentStreams()
352 if (framedConnection != null) {
353 return true; // TODO: check framedConnection.shutdown.
387 return framedConnection != null;