public interface PtyChannelConfigurationHolder
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_COLUMNS_COUNT |
static int |
DEFAULT_HEIGHT |
static Map<PtyMode,Integer> |
DEFAULT_PTY_MODES |
static int |
DEFAULT_ROWS_COUNT |
static int |
DEFAULT_WIDTH |
static String |
DUMMY_PTY_TYPE |
static String |
WINDOWS_PTY_TYPE |
Modifier and Type | Method and Description |
---|---|
int |
getPtyColumns() |
int |
getPtyHeight() |
int |
getPtyLines() |
Map<PtyMode,Integer> |
getPtyModes() |
String |
getPtyType() |
int |
getPtyWidth() |
static final int DEFAULT_COLUMNS_COUNT
static final int DEFAULT_ROWS_COUNT
static final int DEFAULT_WIDTH
static final int DEFAULT_HEIGHT
static final String DUMMY_PTY_TYPE
static final String WINDOWS_PTY_TYPE
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.