public interface MasterServer
Modifier and Type | Method and Description |
---|---|
void |
close()
Shuts down.
|
String |
getLocalHostOrIp()
Get server host or IP
|
InetSocketAddress |
getMyAddress()
Get server address
|
void |
setFlowControl(FlowControl flowControl)
Inform the server about the flow control policy used in sending requests
|
InetSocketAddress getMyAddress()
String getLocalHostOrIp()
void close()
void setFlowControl(FlowControl flowControl)
flowControl
- reference to flow control policyCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.