public class UiConnectionInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UiConnectionInfo.Builder |
Constructor and Description |
---|
UiConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFirstPart()
This method returns scheme, address and port for this UiConnectionInfo
i.e: https://localhost:8080
|
String |
getFullAddress() |
String |
getFullAddress(String nPath) |
String |
getSecondPart() |
String |
getSecondPart(String nPath) |
void |
setSessionId(String sessionId) |
public void setSessionId(@NonNull String sessionId)
public String getFirstPart()
public String getSecondPart()
public String getFullAddress()
Copyright © 2016. All Rights Reserved.