public class StreamedSession extends DefaultSession
client, connector, login| Constructor and Description |
|---|
StreamedSession(AbstractAutomationClient client,
Connector connector,
LoginInfo login) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
getStreamedFile(String url) |
OperationRequest |
newRequest(String id,
Map<String,Object> ctx)
Create a new operation request given an operation ID and an operation
context map.
|
close, execute, execute, getAdapter, getClient, getConnector, getFile, getFile, getFiles, getFiles, getLogin, getOperation, getOperations, newRequestpublic StreamedSession(AbstractAutomationClient client, Connector connector, LoginInfo login)
public OperationRequest newRequest(String id, Map<String,Object> ctx) throws Exception
SessionnewRequest in interface SessionnewRequest in class DefaultSessionid - the operation idctx - the context map to be used when executing the operation on
the server.ExceptionCopyright © 2022. All rights reserved.