Uses of Class
org.metricshub.winrm.CommandCursor.Chunk
Packages that use CommandCursor.Chunk
-
Uses of CommandCursor.Chunk in org.metricshub.winrm
Methods in org.metricshub.winrm that return CommandCursor.ChunkModifier and TypeMethodDescriptionCommandCursor.next()Block until the remote command produces output (or completes), for at most one per-round-trip timeout.default CommandCursor.ChunkCommandCursor.poll(long maxWaitMillis) Bounded variant ofCommandCursor.next(): block at most the given wait for output.default CommandCursor.ChunkCommandCursor.poll(long askMillis, long maxWaitMillis) Cadence variant ofCommandCursor.poll(long): ask the server to answer withinaskMillis— the polling cadence — while allowing the answer itself up tomaxWaitMillisto arrive.