Uses of Enum
org.metricshub.winrm.WinRMHttpProtocolEnum
Packages that use WinRMHttpProtocolEnum
Package
Description
-
Uses of WinRMHttpProtocolEnum in org.metricshub.winrm
Methods in org.metricshub.winrm that return WinRMHttpProtocolEnumModifier and TypeMethodDescriptionstatic WinRMHttpProtocolEnumReturns the enum constant of this type with the specified name.static WinRMHttpProtocolEnum[]WinRMHttpProtocolEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WinRMHttpProtocolEnum in org.metricshub.winrm.command
Methods in org.metricshub.winrm.command with parameters of type WinRMHttpProtocolEnumModifier and TypeMethodDescriptionstatic WindowsRemoteCommandResultWinRMCommandExecutor.execute(String command, WinRMHttpProtocolEnum protocol, String hostname, Integer port, String username, char[] password, String workingDirectory, long timeout, List<String> localFileToCopyList, Path ticketCache, List<AuthenticationEnum> authentications) Execute a command on a remote Windows system and return an object with the output of the command. -
Uses of WinRMHttpProtocolEnum in org.metricshub.winrm.service
Methods in org.metricshub.winrm.service that return WinRMHttpProtocolEnumMethods in org.metricshub.winrm.service with parameters of type WinRMHttpProtocolEnumModifier and TypeMethodDescriptionstatic StringWinRMEndpoint.buildEndpointUrl(WinRMHttpProtocolEnum protocol, String hostname, Integer port) Build the endpoint URL.static intWinRMEndpoint.getEndpointPort(WinRMHttpProtocolEnum protocol, Integer port) Get the endpoint port: The port if provided 5986 if the protocol is HTTPS 5985 otherwiseConstructors in org.metricshub.winrm.service with parameters of type WinRMHttpProtocolEnumModifierConstructorDescriptionWinRMEndpoint(WinRMHttpProtocolEnum protocol, String hostname, Integer port, String username, char[] password, String namespace) Constructor of the endpoint and credentials for WinRM. -
Uses of WinRMHttpProtocolEnum in org.metricshub.winrm.wql
Methods in org.metricshub.winrm.wql with parameters of type WinRMHttpProtocolEnumModifier and TypeMethodDescriptionstatic WinRMWqlExecutorWinRMWqlExecutor.executeWql(WinRMHttpProtocolEnum protocol, String hostname, Integer port, String username, char[] password, String namespace, String wqlQuery, long timeout, Path ticketCache, List<AuthenticationEnum> authentications) Execute a WQL query and process its result.