All Classes and Interfaces

Class
Description
 
Authentication scheme for WinRMClient.builder(String).
Code from io.cloudsoft.winrm4j.client.encryption.ByteArrayUtils release 0.12.3 @link https://github.com/cloudsoft/winrm4j
Code from io.cloudsoft.winrm4j.client.ntlm.forks.httpclient.NTLMEngineImpl release 0.12.3 @link https://github.com/cloudsoft/winrm4j io.cloudsoft.winrm4j.client.ntlm.forks.httpclient is a fork of apache-httpclient 4.5.13
A cursor over the raw output of a running remote command, returned by WindowsRemoteExecutor.startCommand(String, String, long).
One Receive response's worth of raw output bytes, split by stream.
A command being prepared for execution, created by WinRMClient.command(String).
The result of a command executed on the remote host: its output streams, its process exit code, and the time it took.
Code from io.cloudsoft.winrm4j.client.encryption.WinrmEncryptionUtils release 0.12.3 @link https://github.com/cloudsoft/winrm4j
Cryptography support - HMACMD5 - algorithmically based on various web resources by Karl Wright Code from io.cloudsoft.winrm4j.client.ntlm.forks.httpclient.NTLMEngineImpl release 0.12.3 @link https://github.com/cloudsoft/winrm4j io.cloudsoft.winrm4j.client.ntlm.forks.httpclient is a fork of apache-httpclient 4.5.13
Dependency-free WindowsRemoteExecutor backed by WsmanClient.
Cryptography support - MD4.
Code from io.cloudsoft.winrm4j.client.ntlm.forks.httpclient.NTLMEngineImpl release 0.12.3 @link https://github.com/cloudsoft/winrm4j io.cloudsoft.winrm4j.client.ntlm.forks.httpclient is a fork of apache-httpclient 4.5.13
Replaces org.apache.http.impl.auth.NTLMEngineException in the ported NTLM code.
A running remote command, created by CommandRequest.start() — the streaming counterpart of CommandRequest.execute(), shaped like Process.
 
Copies local files to the remote host through the WinRM command shell itself, without SMB.
for stagged timeout handling.
Type 3 message assembly class Code from io.cloudsoft.winrm4j.client.ntlm.forks.httpclient.NTLMEngineImpl release 0.12.3 @link https://github.com/cloudsoft/winrm4j io.cloudsoft.winrm4j.client.ntlm.forks.httpclient is a fork of apache-httpclient 4.5.13
 
 
 
 
 
 
The remote host rejected the credentials (or every authentication scheme of an ordered fallback list).
Command-line interface for WQL queries and remote command execution through WinRM, built on the streaming terminals of the fluent WinRMClient API.
The fluent entry point of the library: a reusable WinRM connection to one host, created with a builder and closed with try-with-resources.
Builder of WinRMClient instances: connection-scoped settings with sensible defaults.
Base unchecked exception of the fluent WinRMClient API.
 
 
 
Creates the WindowsRemoteExecutor that fulfils a request.
The remote WinRM service answered with a WSMan fault (or a non-success HTTP status).
Enumeration for protocol to use.
The operation did not complete within its timeout — the whole operation is bounded by a wall-clock deadline, covering authentication, every WSMan round trip, and result collection.
 
 
A lazily-advancing cursor over the rows of a WQL enumeration, returned by WindowsRemoteExecutor.streamWql(String, String, long, int, long).
 
Exception for a syntax error in the WQL Query parameter.
A WQL query being prepared for execution, created by WinRMClient.wql(String).
The complete result of a WQL query: the rows, the column names in query order, and the time the query took.
One row of a WQL query result: an immutable, ordered view of the instance properties.
The WQL query is syntactically invalid — the unchecked counterpart of the legacy WqlQuerySyntaxException, thrown by the fluent WinRMClient API before anything is sent to the remote host.