Uses of Class
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsSession
Packages that use WindowsSession
-
Uses of WindowsSession in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return WindowsSessionModifier and TypeMethodDescriptionprotected WindowsSessionWindowsRemoteTerminal.createSession()Create aWindowsSessionthat can be used to communicate with the WinRM server on the remote host.InputStreamConnector.getSession()Obtain theWindowsSessionrunning the remote process.OutputStreamConnector.getSession()Obtain theWindowsSessionrunning the remote process.Constructors in com.oracle.bedrock.runtime.remote.windows.winrm with parameters of type WindowsSessionModifierConstructorDescriptionprotectedInputStreamConnector(WindowsSession session, InputStream inputStream) Create anInputStreamConnectorthat listens to the specifiedInputStreamand pipes lines read from it to the stdin stream of the current command.protectedOutputStreamConnector(WindowsSession session, OutputStream stdOut, OutputStream stdErr) Create anOutputStreamConnectorto link the output streams of the remote process controlled by theWindowsSession.Create aWindowsRemoteApplicationProcesswrapping the specifiedWindowsSessionrunning the remote process.