public static class UiConnectionInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UiConnectionInfo |
build() |
UiConnectionInfo.Builder |
enableHttps(boolean reallyEnable) |
UiConnectionInfo.Builder |
setAddress(String address) |
UiConnectionInfo.Builder |
setLogin(String login) |
UiConnectionInfo.Builder |
setPassword(String password) |
UiConnectionInfo.Builder |
setPath(String path)
If you're using UiServer as servlet, located not at root folder of webserver (i.e.
|
UiConnectionInfo.Builder |
setPort(int port) |
UiConnectionInfo.Builder |
setSessionId(String sessionId)
This method allows you to specify sessionId for this UiConnectionInfo instance
PLEASE NOTE: This is not recommended.
|
public UiConnectionInfo.Builder setSessionId(@NonNull String sessionId)
sessionId
- public UiConnectionInfo.Builder setLogin(@NonNull String login)
public UiConnectionInfo.Builder setPassword(String password)
public UiConnectionInfo.Builder setAddress(@NonNull String address)
public UiConnectionInfo.Builder setPort(int port)
public UiConnectionInfo.Builder enableHttps(boolean reallyEnable)
public UiConnectionInfo.Builder setPath(String path)
path
- public UiConnectionInfo build()
Copyright © 2016. All Rights Reserved.