public interface QueryServer
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getServerAddress()
Returns the
address the server is listening to. |
void |
shutdown()
Shuts down the server and all related thread pools.
|
void |
start()
Starts the server.
|
InetSocketAddress getServerAddress()
address
the server is listening to.void shutdown()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.