Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.cli.tlp |
Modifier and Type | Method and Description |
---|---|
void |
HTTPSFabricConnectionFactory.addURL(java.lang.String url) |
void |
HTTPFabricConnectionFactory.addURL(java.lang.String url) |
HTTPSFabricConnection |
HTTPSFabricConnectionFactory.createConnection() |
HTTPFabricConnection |
HTTPFabricConnectionFactory.createConnection() |
HTTPSFabricConnection |
HTTPSFabricConnectionFactory.createConnection(java.lang.String securityToken) |
HTTPFabricConnection |
HTTPFabricConnectionFactory.createConnection(java.lang.String securityToken) |
HTTPSFabricConnection |
HTTPSFabricConnectionFactory.createConnection(java.lang.String userName,
java.lang.String password) |
HTTPFabricConnection |
HTTPFabricConnectionFactory.createConnection(java.lang.String userName,
java.lang.String password) |
Constructor and Description |
---|
HTTPFabricConnectionFactory()
Creates a new factory.
|
HTTPFabricConnectionFactory(java.lang.String url)
Creates a new factory with the specified URL.
|
HTTPSFabricConnectionFactory()
Creates a new factory.
|
HTTPSFabricConnectionFactory(java.lang.String url)
Creates a new factory with the specified URL.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricConnectionFactory.addURL(java.lang.String url)
Adds the specified URL to the list of URLs.
|
FabricConnection |
FabricConnectionFactory.createConnection()
Creates a new connection.
|
FabricConnection |
FabricConnectionFactory.createConnection(java.lang.String securityToken)
Creates a new connection with the specified
Web Application Token token. |
FabricConnection |
FabricConnectionFactory.createConnection(java.lang.String userName,
java.lang.String password)
Creates a new connection with the specified user credentials.
|
void |
FabricConnectionFactory.setDescription(java.lang.String description)
Sets the specified factory description.
|
void |
FabricConnectionFactory.setReconnectInterval(long reconnectInterval)
Sets a time (in seconds) between successive reconnect attempts that will be made by the Fabric Connection
in a case of the remote node disconnection.
|
Constructor and Description |
---|
FabricConnectionFactory(java.util.List urls)
Creates a new factory with the specified list of URLs.
|
FabricConnectionFactory(java.lang.String url)
Creates a new factory with the specified URL (or list of URLs).
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.