File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
okhttp/src/main/java/io/grpc/okhttp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717package io .grpc .okhttp ;
1818
19+ import static com .google .common .base .Preconditions .checkState ;
20+ import static io .grpc .okhttp .Utils .DEFAULT_WINDOW_SIZE ;
21+ import static io .grpc .okhttp .Utils .DEFAULT_WINDOW_UPDATE_RATIO ;
22+
1923import com .google .common .annotations .VisibleForTesting ;
2024import com .google .common .base .MoreObjects ;
2125import com .google .common .base .Preconditions ;
121125import okio .Source ;
122126import okio .Timeout ;
123127
124- import static com .google .common .base .Preconditions .checkState ;
125- import static io .grpc .okhttp .Utils .DEFAULT_WINDOW_SIZE ;
126- import static io .grpc .okhttp .Utils .DEFAULT_WINDOW_UPDATE_RATIO ;
127-
128128/**
129129 * A okhttp-based {@link ConnectionClientTransport} implementation.
130130 */
You can’t perform that action at this time.
0 commit comments