Package org.apache.sshd.common.channel
Class PtyChannelConfiguration
java.lang.Object
org.apache.sshd.common.channel.PtyChannelConfiguration
- All Implemented Interfaces:
PtyChannelConfigurationHolder,PtyChannelConfigurationMutator
-
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
DEFAULT_COLUMNS_COUNT, DEFAULT_HEIGHT, DEFAULT_PTY_MODES, DEFAULT_ROWS_COUNT, DEFAULT_WIDTH, DUMMY_PTY_TYPE, WINDOWS_PTY_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintvoidsetPtyColumns(int ptyColumns) voidsetPtyHeight(int ptyHeight) voidsetPtyLines(int ptyLines) voidsetPtyModes(Map<PtyMode, Integer> ptyModes) voidsetPtyType(String ptyType) voidsetPtyWidth(int ptyWidth) toString()
-
Field Details
-
ptyType
-
ptyColumns
private int ptyColumns -
ptyLines
private int ptyLines -
ptyWidth
private int ptyWidth -
ptyHeight
private int ptyHeight -
ptyModes
-
-
Constructor Details
-
PtyChannelConfiguration
public PtyChannelConfiguration()
-
-
Method Details
-
getPtyType
- Specified by:
getPtyTypein interfacePtyChannelConfigurationHolder
-
setPtyType
- Specified by:
setPtyTypein interfacePtyChannelConfigurationMutator
-
getPtyColumns
public int getPtyColumns()- Specified by:
getPtyColumnsin interfacePtyChannelConfigurationHolder
-
setPtyColumns
public void setPtyColumns(int ptyColumns) - Specified by:
setPtyColumnsin interfacePtyChannelConfigurationMutator
-
getPtyLines
public int getPtyLines()- Specified by:
getPtyLinesin interfacePtyChannelConfigurationHolder
-
setPtyLines
public void setPtyLines(int ptyLines) - Specified by:
setPtyLinesin interfacePtyChannelConfigurationMutator
-
getPtyWidth
public int getPtyWidth()- Specified by:
getPtyWidthin interfacePtyChannelConfigurationHolder
-
setPtyWidth
public void setPtyWidth(int ptyWidth) - Specified by:
setPtyWidthin interfacePtyChannelConfigurationMutator
-
getPtyHeight
public int getPtyHeight()- Specified by:
getPtyHeightin interfacePtyChannelConfigurationHolder
-
setPtyHeight
public void setPtyHeight(int ptyHeight) - Specified by:
setPtyHeightin interfacePtyChannelConfigurationMutator
-
getPtyModes
- Specified by:
getPtyModesin interfacePtyChannelConfigurationHolder
-
setPtyModes
- Specified by:
setPtyModesin interfacePtyChannelConfigurationMutator
-
toString
-