Returns the server instance.
()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected