File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 29
29
import com .google .common .base .Supplier ;
30
30
import com .google .common .util .concurrent .ListenableFuture ;
31
31
import com .google .common .util .concurrent .SettableFuture ;
32
+ import com .google .gson .Gson ;
32
33
import io .grpc .Attributes ;
33
34
import io .grpc .CallOptions ;
34
35
import io .grpc .Channel ;
@@ -111,6 +112,8 @@ public final class ManagedChannelImpl extends ManagedChannel implements Instrume
111
112
static final Status SUBCHANNEL_SHUTDOWN_STATUS =
112
113
Status .UNAVAILABLE .withDescription ("Subchannel shutdown invoked" );
113
114
115
+ private final Gson gson = new Gson ();
116
+
114
117
private final LogId logId = LogId .allocate (getClass ().getName ());
115
118
private final String target ;
116
119
private final NameResolver .Factory nameResolverFactory ;
You can’t perform that action at this time.
0 commit comments