MCPcopy Create free account
hub / github.com/grpc/grpc-java / getServer

Method getServer

xds/src/test/java/io/grpc/xds/DataPlaneRule.java:68–70  ·  view source on GitHub ↗

Returns the server instance.

()

Source from the content-addressed store, hash-verified

66 * Returns the server instance.
67 */
68 public Server getServer() {
69 return server;
70 }
71
72 /**
73 * Returns a newly created {@link ManagedChannel} to the server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected