public final class CommonServerBridge extends Object
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
getCommonInstance(String instanceUrl)
Returns the
ServerInstance corresponding to the server instance
identified by the given url. |
@NonNull public static ServerInstance getCommonInstance(@NonNull String instanceUrl)
ServerInstance
corresponding to the server instance
identified by the given url.instanceUrl
- the server instance urlServerInstance
corresponding to the server instance
identified by the given url