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