public interface SessionChannel extends Channel
| Modifier and Type | Method and Description |
|---|---|
SshConnection |
getConnection() |
java.io.InputStream |
getInputStream() |
int |
getMaximumWindowSpace() |
int |
getMinimumWindowSpace() |
java.io.OutputStream |
getOutputStream() |
void |
haltIncomingData() |
void |
onSessionOpen()
Called once the session is open and data can be sent/received.
|
void |
resumeIncomingData() |
addEventListener, close, getChannelType, getContext, getLocalPacket, getLocalWindow, getRemoteWindow, isClosed, isLocalEOF, isRemoteEOF, sendChannelRequest, sendChannelRequest, sendData, sendWindowAdjustSshConnection getConnection()
getConnection in interface Channelvoid haltIncomingData()
void resumeIncomingData()
int getMaximumWindowSpace()
int getMinimumWindowSpace()
void onSessionOpen()
java.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()
Copyright © 2022. All rights reserved.