public interface ServerConnector
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorID()
Returns the unique ID of the server-connector.
|
ServerConnectorFuture |
start()
Start the server connector which actually opens the port.
|
boolean |
stop()
Stop the server connector which actually closes the port.
|
ServerConnectorFuture start()
boolean stop()
String getConnectorID()
Copyright © 2023 WSO2. All rights reserved.