Modifier and Type | Class and Description |
---|---|
class |
HTTPClientException
Title: Service Event Fabric Client
|
Modifier and Type | Class and Description |
---|---|
class |
XMPPClientException
Title: Service Event Fabric Client
|
Modifier and Type | Method and Description |
---|---|
void |
FileServerObject.connectConnection(ClientConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
DropBoxFileSystemClientConnection.connect() |
void |
DropBoxFileSystemClientConnection.disconnect() |
void |
DropBoxFileSystemClientConnection.init(ClientFactory factory) |
int |
DropBoxFileSystemClientConnection.ping() |
Modifier and Type | Method and Description |
---|---|
void |
LocalFileSystemClientConnection.connect() |
void |
LocalFileSystemClientConnection.disconnect() |
void |
LocalFileSystemClientConnection.init(ClientFactory factory) |
int |
LocalFileSystemClientConnection.ping() |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
HTTPRequestExecutor.execute(HTTPRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPConnection.connect() |
void |
HTTPConnection.disconnect() |
HTTPResponse |
HTTPConnection.execute(HTTPRequest request) |
void |
HTTPConnection.init(ClientFactory factory) |
int |
HTTPConnection.ping() |
Modifier and Type | Method and Description |
---|---|
void |
TLPClientConnection.connect() |
void |
TLPClientConnection.disconnect() |
void |
TLPClientConnection.init(ClientFactory factory) |
int |
TLPClientConnection.ping() |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientFactoryObject.createConnection() |
ClientConnection |
ClientFactoryObject.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password) |
int |
ClientFactoryObject.pingConnection(java.lang.String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionEventListener.onEvent(ClientException e) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.connect()
Connects to the target system.
|
ClientConnection |
ClientFactory.createConnection()
Creates a connection using default credentials.
|
ClientConnection |
ClientFactory.createConnection(java.lang.String connectionName,
java.lang.String userName,
java.lang.String password)
Creates a named connection and loads it into the reference list.
|
void |
ClientConnection.disconnect()
Disconnects from the target system.
|
void |
ClientConnection.init(ClientFactory factory)
Initializes this connection with a set of parameters hosted in
Properties.
|
int |
ClientConnection.ping()
Tests the connection, possibly returning a test result code.
|
int |
ClientFactory.pingConnection(java.lang.String connectionName)
Tests the connection of the specified name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.