Package ghidra.pty.ssh
Class SshPtyParent
java.lang.Object
ghidra.pty.ssh.SshPtyEndpoint
ghidra.pty.ssh.SshPtyParent
- All Implemented Interfaces:
PtyEndpoint
,PtyParent
-
Field Summary
Fields inherited from class ghidra.pty.ssh.SshPtyEndpoint
channel, inputStream, outputStream
-
Constructor Summary
ConstructorDescriptionSshPtyParent
(com.jcraft.jsch.ChannelExec channel, OutputStream outputStream, InputStream inputStream) -
Method Summary
Methods inherited from class ghidra.pty.ssh.SshPtyEndpoint
getInputStream, getOutputStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.pty.PtyEndpoint
getInputStream, getOutputStream
-
Constructor Details
-
SshPtyParent
public SshPtyParent(com.jcraft.jsch.ChannelExec channel, OutputStream outputStream, InputStream inputStream)
-