Package com.sshtools.common.ssh
Interface SessionChannelServer
- All Superinterfaces:
AutoCloseable,Channel,SessionChannel
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidbooleansetEnvironmentVariable(String name, String value) Methods inherited from interface com.sshtools.common.ssh.Channel
addEventListener, close, getAttribute, getAttribute, getChannelType, getContext, getLocalPacket, getLocalWindow, getRemoteWindow, isClosed, isLocalEOF, isRemoteEOF, removeEventListener, sendChannelRequest, sendChannelRequest, sendData, sendWindowAdjust, setAttributeMethods inherited from interface com.sshtools.common.ssh.SessionChannel
getConnection, getInputStream, getMaximumWindowSpace, getMinimumWindowSpace, getOutputStream, haltIncomingData, onSessionOpen, resumeIncomingData
-
Method Details
-
getErrorStream
OutputStream getErrorStream() -
pauseDataCaching
default void pauseDataCaching() -
resumeDataCaching
default void resumeDataCaching() -
setEnvironmentVariable
-