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 30
30
import com .google .common .base .Supplier ;
31
31
import com .google .common .util .concurrent .ListenableFuture ;
32
32
import com .google .common .util .concurrent .SettableFuture ;
33
+ import com .google .gson .Gson ;
33
34
import io .grpc .Attributes ;
34
35
import io .grpc .CallOptions ;
35
36
import io .grpc .Channel ;
@@ -105,6 +106,8 @@ final class ManagedChannelImpl extends ManagedChannel implements Instrumented<Ch
105
106
static final Status SUBCHANNEL_SHUTDOWN_STATUS =
106
107
Status .UNAVAILABLE .withDescription ("Subchannel shutdown invoked" );
107
108
109
+ private final Gson gson = new Gson ();
110
+
108
111
private final LogId logId = LogId .allocate (getClass ().getName ());
109
112
private final String target ;
110
113
private final NameResolver .Factory nameResolverFactory ;
You can’t perform that action at this time.
0 commit comments