Class GRPCClient
- java.lang.Object
-
- org.apache.skywalking.oap.server.library.client.grpc.GRPCClient
-
-
Constructor Summary
Constructors Constructor Description GRPCClient(String host, int port)GRPCClient(String host, int port, io.netty.handler.ssl.SslContext sslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect()io.grpc.ManagedChannelgetChannel()StringgetHost()intgetPort()voidshutdown()StringtoString()
-
-
-
Method Detail
-
getChannel
public io.grpc.ManagedChannel getChannel()
-
getHost
public String getHost()
-
getPort
public int getPort()
-
-