Package org.apache.sshd.common.channel
Interface PtyChannelConfigurationHolder
- All Known Subinterfaces:
PtyChannelConfigurationMutator
- All Known Implementing Classes:
ChannelExec
,ChannelShell
,PtyCapableChannelSession
,PtyChannelConfiguration
public interface PtyChannelConfigurationHolder
-
Field Details
-
DEFAULT_COLUMNS_COUNT
static final int DEFAULT_COLUMNS_COUNT- See Also:
-
DEFAULT_ROWS_COUNT
static final int DEFAULT_ROWS_COUNT- See Also:
-
DEFAULT_WIDTH
static final int DEFAULT_WIDTH- See Also:
-
DEFAULT_HEIGHT
static final int DEFAULT_HEIGHT- See Also:
-
DUMMY_PTY_TYPE
- See Also:
-
WINDOWS_PTY_TYPE
- See Also:
-
DEFAULT_PTY_MODES
-
-
Method Details
-
getPtyType
String getPtyType() -
getPtyColumns
int getPtyColumns() -
getPtyLines
int getPtyLines() -
getPtyWidth
int getPtyWidth() -
getPtyHeight
int getPtyHeight() -
getPtyModes
-