Uses of Interface
org.metricshub.winrm.CommandCursor
Packages that use CommandCursor
-
Uses of CommandCursor in org.metricshub.winrm
Methods in org.metricshub.winrm that return CommandCursorModifier and TypeMethodDescriptiondefault CommandCursorWindowsRemoteExecutor.startCommand(String command, String workingDirectory, long timeout) Start a command on the remote host and return aCommandCursorover its raw output: chunks can be consumed as the WSMan Receive responses arrive, before the command exits.default CommandCursorWindowsRemoteExecutor.startCommand(String command, String workingDirectory, long timeout, boolean consoleModeStdin) Variant ofWindowsRemoteExecutor.startCommand(String, String, long)making theWINRS_CONSOLEMODE_STDINoption explicit. -
Uses of CommandCursor in org.metricshub.winrm.light
Methods in org.metricshub.winrm.light that return CommandCursorModifier and TypeMethodDescriptionLightWinRMService.startCommand(String command, String workingDirectory, long timeout) LightWinRMService.startCommand(String command, String workingDirectory, long timeout, boolean consoleModeStdin)