- canAdd() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Can you add new connections of this type using the API.
- CANCEL - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
ID for a "Cancel" response (value 1).
- canEdit() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Can you edit connections of this type, i.e.
- canRemove() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Can you remove connections of this type using the API.
- clientOutputStream - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to an OutputStream
object used to
send data to the client.
- close() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Close the connection.
- close() - Method in interface org.eclipse.remote.core.IRemoteConnectionControlService
-
Close the connection.
- close() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- command() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- command(List<String>) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- command(String...) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- command() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Returns this process builder's operating system program and arguments.
- command(List<String>) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's operating system program and arguments.
- command(String...) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's operating system program and arguments.
- configure(BundleContext) - Static method in class org.eclipse.remote.telnet.internal.core.Logger
-
- connect() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- CONNECTION_ABORTED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection was closed abnormally.
- CONNECTION_ADDED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating the connection was added.
- CONNECTION_CLOSED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection was closed.
- CONNECTION_OPENED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection was opened.
- CONNECTION_REMOVED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating the connection is about to be removed.
- CONNECTION_RENAMED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection name will be changed.
- CONNECTION_TYPE_ID - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
-
- connectionChanged(RemoteConnectionChangeEvent) - Method in interface org.eclipse.remote.core.IRemoteConnectionChangeListener
-
Notifies this listener that the status of a connection has changed.
- connectionChanged(RemoteConnectionChangeEvent) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- ConnectionExistsException - Exception in org.eclipse.remote.core.exception
-
Thrown when trying to add a connection with the same name as an existing
connection, or when trying to rename a connection to the same name as an
existing connection.
- ConnectionExistsException(String) - Constructor for exception org.eclipse.remote.core.exception.ConnectionExistsException
-
- ConsoleAction - Class in org.eclipse.remote.console.actions
-
An abstract class to implement basic functionality common to terminal console actions
- ConsoleAction(String) - Constructor for class org.eclipse.remote.console.actions.ConsoleAction
-
- ConsoleAction(String, int) - Constructor for class org.eclipse.remote.console.actions.ConsoleAction
-
- CONT - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
- createAction(String, String, IAdaptable) - Method in interface org.eclipse.remote.console.actions.IConsoleActionFactory
-
Returns an implementation of ConsoleAction
- createBlock(Composite, IRemoteConnectionWorkingCopy) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
Creates the UI elements for the SerialPortConnectionBlock
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
- createContents(Composite) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
-
- createContents(Composite) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
- createControl(Composite) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- createDialogArea(Composite) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
- getActiveConnection(ILaunchConfiguration) - Method in interface org.eclipse.remote.core.launch.IRemoteLaunchConfigService
-
Gets the active remote connection for the given launch configuration
- getActiveLocationURI() - Method in interface org.eclipse.remote.core.IRemoteResource
-
Get the active location URI of the resource in the remote project.
- getAllConnectionTypes() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all connection types including the local services.
- getAllRemoteConnections() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all known remote connections.
- getAttribute(String) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get an attribute for a connection.
- getBaseDirectory() - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Get the base directory to be used for relative paths.
- getBaudRateIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- getBaudRateIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- getButton() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Get the new button from the widget
- getByteSizeIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- getByteSizeIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- getCommandShell(int) - Method in interface org.eclipse.remote.core.IRemoteCommandShellService
-
Get a remote process that runs a command shell on the remote system.
- getCommandShell(int) - Method in class org.eclipse.remote.serial.core.SerialPortConnection
-
- getCommandShell(int) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getConnection() - Method in interface org.eclipse.remote.console.ITerminalConsole
-
- getConnection(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Gets the remote connection corresponding to the supplied name.
- getConnection(URI) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Gets the remote connection corresponding to the supplied URI.
- getConnection() - Method in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Get the connection that has changed.
- getConnection() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
-
- getConnection() - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Get the connection that was selected
- getConnection() - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Get the connection being edited.
- getConnection() - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Get the last connection that was selected in the browser.
- getConnection() - Method in class org.eclipse.remote.ui.RemoteUIFileService
-
- getConnection() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Get the connection that is currently selected in the widget, or null if there is no selected connection.
- getConnection() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Get the connection that was selected
- getConnectionName() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- getConnectionName() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- getConnections() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get all the connections for this service provider.
- getConnectionServices() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Return the list of connection services supported by connections of this type.
- getConnectionType() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get the connection type of this connection
- getConnectionType() - Method in interface org.eclipse.remote.core.IRemoteConnectionType.Service
-
- getConnectionType(String) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Get the connection type identified by the id
- getConnectionType(URI) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Get the connection type that provides connections to locations identified by
the URI.
- getConnectionType() - Method in class org.eclipse.remote.ui.RemoteUIFileService
-
- getConnectionTypesByService(Class<? extends IRemoteConnectionType.Service>...) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all connection types that provide specific services.
- getConnectionTypesSupporting(Class<? extends IRemoteConnection.Service>...) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all connection types that support connections that provide specific services.
- getConnectionWizard(Shell) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionService
-
Create a wizard for adding or editing connections.
- getDefault() - Static method in class org.eclipse.remote.telnet.internal.core.Activator
-
- getDirectorySeparator() - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Gets the directory separator on the target system.
- getEnv() - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Returns an unmodifiable string map view of the remote environment.
- getEnv(String) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Returns the value of an environment variable.
- getErrorStream() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Gets the error output stream of the process
Note: some implementations (e.g.
- getErrorStream() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Gets the error output stream of the process
- getErrorStream() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
-
- getErrorStream() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- getErrorStream() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- getHostname() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the hostname associated with this connection.
- getHostname() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getId() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get unique ID of this service.
- getImage(Object) - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService.DefaultLabelProvider
-
- getImage(Object) - Method in class org.eclipse.remote.ui.RemoteConnectionsLabelProvider
-
- getInputStream() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Gets an InputStream which can be used to read the standard output stream of the process
Note: some implementations (e.g.
- getInputStream() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Gets an InputStream which can be used to read the standard output stream of the process
- getInputStream() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
-
- getInputStream() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- getInputStream() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- getLabelProvider() - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService
-
- getLabelProvider() - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionService
-
Return the label provider that provides the text and base image for the connection type
and connections of that type.
- getLastActiveConnection(ILaunchConfigurationType) - Method in interface org.eclipse.remote.core.launch.IRemoteLaunchConfigService
-
For a given launch configuration type, get the remote connection that was last
used by a launch configuration of that type.
- getLocalConnectionType() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Return the connection type used to access local resources.
- getLocationPath() - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Get the directory location path.
- getLocationPath() - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Get the file location path.
- getName() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get unique name for this connection.
- getName() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get display name of this service.
- getOriginal() - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Returns the original connection this working copy was created from.
- getOutputStream() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Gets an output stream which can be used to write to the standard input stream of the process
- getOutputStream() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Gets an output stream which can be used to write to the standard input stream of the process
- getOutputStream() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
-
- getOutputStream() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- getOutputStream() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- getOutputStream() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
- getParityIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- getParityIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- getPassphrase() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Get the pass phrase associated with this connection.
- getPassphrase() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getPassword() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Get the password associated with this connection.
- getPassword() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getPort() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the port associated with this connection
- getPort() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getPortName() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- getPortName() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- getProcessBuilder() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Get the process builder used to create this process
- getProcessBuilder(List<String>) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Get a process builder for creating remote processes
- getProcessBuilder(String...) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Get a process builder for creating remote processes
- getProcessBuilder() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- getProcessBuilder() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- getProcessServices() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Return the list of process services supported by connections of this type.
- getProperty(String) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Gets the remote system property indicated by the specified key.
- getProperty(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionPropertyService
-
Gets the remote system property indicated by the specified key.
- getRemoteConnection() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- getRemoteConnection() - Method in interface org.eclipse.remote.core.IRemoteConnection.Service
-
- getRemoteConnection() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Get the connection that is used by this process
- getRemoteConnection() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Get the connection that will be used by this process builder to create remote processes.
- getRemoteConnection() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- getRemoteConnection() - Method in class org.eclipse.remote.serial.core.SerialPortConnection
-
- getRemoteConnection() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- getRemoteConnection() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getRemoteConnectionTypes() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of connection types except for the local connection type.
- getRemoteProcess() - Method in interface org.eclipse.remote.core.IRemoteProcess.Service
-
- getRemoteServicesManager() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get the remote services manager.
- getResource(String) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Get the resource associated with path.
- getResource() - Method in interface org.eclipse.remote.core.IRemoteResource
-
Get the platform resource corresponding to the remote resource
- getResource() - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Get the resources that was selected.
- getResource() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Get a resource that corresponds to the text field
- getResources() - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Get the resources that were selected.
- getResources() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Get the resources that were selected.
- getRunnableContext() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
- getScheme() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get the EFS scheme provided by this service.
- getSecureAttribute(String) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get an attribute that is stored in secure storage, such as passwords.
- getSerialPort() - Method in interface org.eclipse.remote.serial.core.ISerialPortService
-
- getSerialPort() - Method in class org.eclipse.remote.serial.core.SerialPortConnection
-
- getService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get the service for this remote connection that implements the given interface.
- getService(IRemoteConnection, Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnection.Service.Factory
-
- getService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get the service for this remote services implementation that implements the given interface.
- getService(IRemoteConnectionType, Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType.Service.Factory
-
- getService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Get the service for this remote process that implements the given interface.
- getService(IRemoteProcess, Class<T>) - Method in interface org.eclipse.remote.core.IRemoteProcess.Service.Factory
-
- getService(Class<T>) - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- getService(IRemoteConnection, Class<T>) - Method in class org.eclipse.remote.serial.core.SerialPortConnection.Factory
-
- getService(Class<T>) - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- getService(IRemoteConnection, Class<T>) - Method in class org.eclipse.remote.telnet.core.TelnetConnection.Factory
-
- getService(IRemoteConnectionType, Class<T>) - Method in class org.eclipse.remote.ui.RemoteUIFileService.Factory
-
- getServices() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Return the list of connection type services supported by this type.
- getStopBitsIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
-
- getStopBitsIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- getSupportedFlags() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- getSupportedFlags() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Get the flags that are supported by this process builder.
- getText(Object) - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService.DefaultLabelProvider
-
- getText(Object) - Method in class org.eclipse.remote.ui.RemoteConnectionsLabelProvider
-
- getTimeout() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the timeout used when establishing the connection.
- getTimeout() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getType() - Method in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Returns the type of event being reported.
- getUsername() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the username associated with this connection.
- getUsername() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- getWorkingCopy() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Return a working copy to allow setting and changing of attributes.
- getWorkingDirectory() - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Get the working directory.
- GROUP_FLAG - Static variable in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
- IConsoleActionFactory - Interface in org.eclipse.remote.console.actions
-
- ignoreSubnegotiation - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field is true if an error occurs while processing a subnegotiation
command.
- ILL - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
- INFORMATION - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Constant for an information prompt (value 2).
- init() - Method in interface org.eclipse.remote.core.IRemoteConnectionProviderService
-
Initialize the service.
- initializeConnectionTypeCombo() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Initialize the contents of the connection type combo.
- initializeOptions() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method initializes the localOptions[] and remoteOptions[] arrays so
that they contain references to TelnetOption objects representing our
desired state for each option.
- inputChannel - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to an ReadableByteChannel
object used to
receive data from the remote endpoint.
- INT - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
- IProcessFactory - Interface in org.eclipse.remote.core
-
Abstraction of the java.lang.Runtime exec() methods to allow different implementations to be supplied.
- IRemoteCommandShellService - Interface in org.eclipse.remote.core
-
A service that provides a command shell on a remote.
- IRemoteConnection - Interface in org.eclipse.remote.core
-
Represents a connection to a remote system.
- IRemoteConnection.Service - Interface in org.eclipse.remote.core
-
The interface that is extend by services provided for this remote connection.
- IRemoteConnection.Service.Factory - Interface in org.eclipse.remote.core
-
- IRemoteConnectionChangeListener - Interface in org.eclipse.remote.core
-
Listener used to register for notification of connection status changes.
- IRemoteConnectionControlService - Interface in org.eclipse.remote.core
-
A service to control and report on the state of a connection, open or closed.
- IRemoteConnectionHostService - Interface in org.eclipse.remote.core
-
A service to obtain host specific information.
- IRemoteConnectionPropertyService - Interface in org.eclipse.remote.core
-
A connection property is some descriptive information that's discovered about the connection.
- IRemoteConnectionProviderService - Interface in org.eclipse.remote.core
-
A connection type service for connection types that have automatic means of adding
and removing services.
- IRemoteConnectionType - Interface in org.eclipse.remote.core
-
A remote connection type manages a list of connections that implement the same services.
- IRemoteConnectionType.Service - Interface in org.eclipse.remote.core
-
The interface that is extend by services provided for this remote services implementation.
- IRemoteConnectionType.Service.Factory - Interface in org.eclipse.remote.core
-
- IRemoteConnectionWorkingCopy - Interface in org.eclipse.remote.core
-
A working copy of a remote connection used to change the name and/or
attributes of the connection.
- IRemoteFileService - Interface in org.eclipse.remote.core
-
Interface for managing files on a remote system.
- IRemoteLaunchConfigService - Interface in org.eclipse.remote.core.launch
-
Manages and persists the mapping between launch configurations and
remote connections that they run on.
- IRemotePortForwardingService - Interface in org.eclipse.remote.core
-
A connection service for setting up port forwarding between the host and the remote.
- IRemotePreferenceConstants - Interface in org.eclipse.remote.core
-
Preference constants that can be used to check the default remote service provider preference.
- IRemoteProcess - Interface in org.eclipse.remote.core
-
Represents a process running on a remote system.
- IRemoteProcess.Service - Interface in org.eclipse.remote.core
-
The interface that is extend by services provided for this remote connection.
- IRemoteProcess.Service.Factory - Interface in org.eclipse.remote.core
-
- IRemoteProcessBuilder - Interface in org.eclipse.remote.core
-
Abstraction of a process builder for remote processes.
- IRemoteProcessControlService - Interface in org.eclipse.remote.core
-
A service to control and report on the state of a process.
- IRemoteProcessService - Interface in org.eclipse.remote.core
-
A connection service for starting up processes on a remote.
- IRemoteProcessSignalService - Interface in org.eclipse.remote.core
-
A service abstraction for signals.
- IRemoteProcessTerminalService - Interface in org.eclipse.remote.core
-
A service abstraction for remote terminals.
- IRemoteResource - Interface in org.eclipse.remote.core
-
Abstraction of a remote resource.
- IRemoteServicesManager - Interface in org.eclipse.remote.core
-
The main entry point into the remote services system.
- IRemoteUIConnectionService - Interface in org.eclipse.remote.ui
-
Interface for providing connection management operations in the UI.
- IRemoteUIConnectionWizard - Interface in org.eclipse.remote.ui
-
Interface for creating and editing connections in the UI.
- IRemoteUIConstants - Interface in org.eclipse.remote.ui
-
Constants use by UI operations.
- IRemoteUIFileService - Interface in org.eclipse.remote.ui
-
Interface for providing file management operations in the UI.
- isComplete() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- isCompleted() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Check if the remote process has completed.
- isCompleted() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Check if the remote process has completed
- isCompleted() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- isCompleted() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
-
- isConnected() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Returns true if the TCP connection represented by this object is
connected, false otherwise.
- isDirty() - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Returns whether this connection has been modified since it was last saved or created.
- isEnabled() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
- isEnabled() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
-
Test if the listener is enabled.
- ISerialPortService - Interface in org.eclipse.remote.serial.core
-
- isLogEnabled() - Static method in class org.eclipse.remote.telnet.internal.core.Logger
-
Checks if logging is enabled.
- isOpen() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Test if the connection is open.
- isOpen() - Method in interface org.eclipse.remote.core.IRemoteConnectionControlService
-
Test if the connection is open.
- isOpen() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- isOptionEnabled(String) - Method in class org.eclipse.remote.telnet.internal.core.Logger
-
- isRemoteTelnetServer() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Returns true if the TCP connection represented by this object is
connected and the remote endpoint is a TELNET server, false otherwise.
- ITerminalConsole - Interface in org.eclipse.remote.console
-
- IUserAuthenticatorService - Interface in org.eclipse.remote.core
-
Allow clients to provide their own user interface for connection authentication.
- rawBytes - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Holds raw bytes received from the remote endpoint, prior to any TELNET
protocol processing.
- receivedSubnegotiation - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
An array of bytes that holds the TELNET subnegotiation command most
recently received from the remote endpoint.
- redirectErrorStream() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- redirectErrorStream(boolean) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- redirectErrorStream() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Tells whether this process builder merges standard error and standard
output.
- redirectErrorStream(boolean) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's redirectErrorStream property.
- refresh(IProgressMonitor) - Method in interface org.eclipse.remote.core.IRemoteResource
-
Synchronize the resource with the underlying filesystem.
- RemoteConnectionChangeEvent - Class in org.eclipse.remote.core
-
Event representing a change in connection status.
- RemoteConnectionChangeEvent(IRemoteConnection, int) - Constructor for class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
- RemoteConnectionException - Exception in org.eclipse.remote.core.exception
-
Exception thrown when a remote connection error occurs.
- RemoteConnectionException(String, Throwable) - Constructor for exception org.eclipse.remote.core.exception.RemoteConnectionException
-
- RemoteConnectionException(String) - Constructor for exception org.eclipse.remote.core.exception.RemoteConnectionException
-
- RemoteConnectionException(Throwable) - Constructor for exception org.eclipse.remote.core.exception.RemoteConnectionException
-
- RemoteConnectionPropertyTester - Class in org.eclipse.remote.core
-
- RemoteConnectionPropertyTester() - Constructor for class org.eclipse.remote.core.RemoteConnectionPropertyTester
-
- RemoteConnectionsLabelProvider - Class in org.eclipse.remote.ui
-
A label provider to show the test and base image for remote connections.
- RemoteConnectionsLabelProvider() - Constructor for class org.eclipse.remote.ui.RemoteConnectionsLabelProvider
-
- RemoteConnectionWidget - Class in org.eclipse.remote.ui.widgets
-
Widget to allow the user to select a service provider and connection.
- RemoteConnectionWidget(Composite, int, String, int) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget(Composite, int, String, int, IRunnableContext) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget(Composite, int, String, int, List<IRemoteConnectionType>) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget(Composite, int, String, int, IRunnableContext, List<IRemoteConnectionType>) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget.WidgetListener - Class in org.eclipse.remote.ui.widgets
-
Listener for widget selected events.
- RemoteDirectoryWidget - Class in org.eclipse.remote.ui.widgets
-
Widget to allow the user to select a remote directory.
- RemoteDirectoryWidget(Composite, int, String, String) - Constructor for class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
- RemoteFileWidget - Class in org.eclipse.remote.ui.widgets
-
Widget to allow the user to select a remote file.
- RemoteFileWidget(Composite, int, int, String, String) - Constructor for class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
- remoteIsTelnetServer - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field is true if the remote endpoint is a TELNET server, false if
not.
- remoteOptions - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
An array of TelnetOption objects representing the remote endpoint's
TELNET options.
- RemoteProcessAdapter - Class in org.eclipse.remote.core
-
Utility class to adapt an IRemoteProcess to a java.lang.Process
- RemoteProcessAdapter(IRemoteProcess) - Constructor for class org.eclipse.remote.core.RemoteProcessAdapter
-
- RemoteResourceBrowser - Class in org.eclipse.remote.ui.dialogs
-
Generic file/directory browser for remote resources.
- RemoteResourceBrowser(Shell, int) - Constructor for class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
- RemoteResourceBrowserWidget - Class in org.eclipse.remote.ui.widgets
-
Generic file/directory browser for remote resources.
- RemoteResourceBrowserWidget(Composite, int, int) - Constructor for class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
- RemoteServicesUtils - Class in org.eclipse.remote.core
-
Remote services utility methods.
- RemoteServicesUtils() - Constructor for class org.eclipse.remote.core.RemoteServicesUtils
-
- RemoteUIFileService - Class in org.eclipse.remote.ui
-
- RemoteUIFileService(IRemoteConnectionType) - Constructor for class org.eclipse.remote.ui.RemoteUIFileService
-
- RemoteUIFileService.Factory - Class in org.eclipse.remote.ui
-
- removeConnection(IRemoteConnection) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Remove a connection and all resources associated with it.
- removeConnectionChangeListener(IRemoteConnectionChangeListener) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Remove a listener that will be notified when this connection's status changes.
- removeLocalPortForwarding(int) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Remove the local port forwarding associated with the given port.
- removeModifyListener(ModifyListener) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Remove a listener that will be notified when the directory path is
modified.
- removeModifyListener(ModifyListener) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Remove a listener that will be notified when the file path is
modified.
- removeRemoteConnectionChangeListener(IRemoteConnectionChangeListener) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Remove the global connection change listener.
- removeRemotePortForwarding(int) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Remove the remote port forwarding associated with the given port.
- removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Remove a listener that will be notified when the selection is changed
- removeSelectionListener(SelectionListener) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Remove a listener that will be notified when one of the widget's controls are selected
- removeUpdateListener(SerialPortConnectionBlock.SerialBlockUpdateListener) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- RESTORE_BUTTON_FLAG - Static variable in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
- run() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method runs in its own thread.
- run(boolean, boolean, IRunnableWithProgress) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
- save() - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Saves this working copy to its original connection and returns a handle to the resulting connection.
- SAVE - Static variable in interface org.eclipse.remote.ui.IRemoteUIConstants
-
A constant used to indicate a dialog should be used for saving files.
- SEGV - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
- sendSignal(int) - Method in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
Send a signal to the remote process.
- SerialBlockUpdateListener() - Constructor for class org.eclipse.remote.serial.ui.SerialPortConnectionBlock.SerialBlockUpdateListener
-
- SerialPortCommandShell - Class in org.eclipse.remote.serial.core
-
- SerialPortCommandShell(IRemoteConnection, SerialPort) - Constructor for class org.eclipse.remote.serial.core.SerialPortCommandShell
-
- SerialPortConnection - Class in org.eclipse.remote.serial.core
-
- SerialPortConnection.Factory - Class in org.eclipse.remote.serial.core
-
- SerialPortConnectionBlock - Class in org.eclipse.remote.serial.ui
-
- SerialPortConnectionBlock() - Constructor for class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
- SerialPortConnectionBlock.SerialBlockUpdateListener - Class in org.eclipse.remote.serial.ui
-
- SerialPortConnectionPropertyPage - Class in org.eclipse.remote.serial.ui
-
- SerialPortConnectionPropertyPage() - Constructor for class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
-
- serverOutputStream - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to an OutputStream
object used to
send data to the remote endpoint.
- setActiveConnection(ILaunchConfiguration, IRemoteConnection) - Method in interface org.eclipse.remote.core.launch.IRemoteLaunchConfigService
-
Sets the active remote connection for the given launch configuration.
- setAttribute(String, String) - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Set an implementation dependent attribute for the connection.
- setBaseDirectory(String) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Set the base directory to be used for relative paths..
- setBrowseMessage(String) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Set the message that will be displayed in the remote directory browser
dialog.
- setBrowseMessage(String) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the message that will be displayed in the remote file browser
dialog.
- setClientOutputStream(OutputStream) - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
- setConnection(IRemoteConnectionWorkingCopy) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
-
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the connection for the browser.
- setConnection(IRemoteConnectionWorkingCopy) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Set a connection containing the information to be edited by the wizard.
- setConnection(IRemoteConnection) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Set the connection to use for file browsing.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.RemoteUIFileService
-
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Set the connection that should be selected in the widget.
- setConnection(String, String) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Set the connection that should be selected in the widget.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Set the remote connection to use for browsing for the remote directory.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the remote connection to use for browsing for the remote file.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the connection for the browser.
- setConnectionName(String) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
-
- setConnectionName(String) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Set the initial name of the connection.
- setEnabled(boolean) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
- setEnabled(boolean) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
-
Set listener enabled state
- setEnabled(boolean) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
- setHostname(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the hostname associated with this connection.
- setHostname(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setInitialPath(String) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the initial path to start browsing.
- setInitialPath(String) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the initial path to start browsing.
- setInvalidConnectionNames(Set<String>) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
-
- setInvalidConnectionNames(Set<String>) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Supply a set of connection names that are invalid.
- setLabel(String) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the label to be displayed
- setLocationPath(String) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Set the initial remote location that will be displayed in the widget.
- setLocationPath(String) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the initial remote location that will be displayed in the widget.
- setName(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Set the name for this connection
- setPassphrase(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the pass phrase associated with this connection.
- setPassphrase(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setPassword(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the password associated with this connection.
- setPassword(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setPort(int) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the port used for the connection.
- setPort(int) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setResource(IResource) - Method in interface org.eclipse.remote.core.IRemoteResource
-
Set the platform resource
- setRunnableContext(IRunnableContext) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
- setSecureAttribute(String, String) - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Set an attribute such as a password that's stored in secure storage.
- setTerminalSize(int, int, int, int) - Method in interface org.eclipse.remote.core.IRemoteProcessTerminalService
-
Change the terminal window dimension interactively.
- setTerminalSize(int, int) - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method sets the terminal width and height to the supplied values.
- setTimeout(int) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the timeout used when establishing the connection.
- setTimeout(int) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setTitle(String) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the fDialogTitle of the dialog.
- setTitle(String) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the fDialogTitle of the dialog.
- setType(int) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the type of browser.
- setType() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the type of browser.
- setupAction(String, String, String, String, String, boolean) - Method in class org.eclipse.remote.console.actions.ConsoleAction
-
- setupAction(String, String, String, String, String, boolean, ImageRegistry) - Method in class org.eclipse.remote.console.actions.ConsoleAction
-
- setupAction(String, String, ImageDescriptor, ImageDescriptor, ImageDescriptor, boolean) - Method in class org.eclipse.remote.console.actions.ConsoleAction
-
- setUseLoginShell(boolean) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the flag indicating a login shell should be stated for this connection.
- setUseLoginShell(boolean) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setUsePassword(boolean) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the connection to try password authentication first.
- setUsePassword(boolean) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setUsername(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the username associated with this connection.
- setUsername(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
-
- setWorkingDirectory(String) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Set the working directory while the connection is open.
- shell - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
- SHOW_CONNECTIONS - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Display widget to select a connection
- SHOW_HIDDEN_CHECKBOX - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Display checkbox to show/hide hidden files
- SHOW_LOCAL_SELECTION - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Show local selection button
- SHOW_NEW_FOLDER_BUTTON - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Display button to create new folders
- showConnections(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Show available connections on browser if possible (default disabled).
- showConnections(boolean) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Show a list of available connections if possible.
- showConnections(boolean) - Method in class org.eclipse.remote.ui.RemoteUIFileService
-
- showHiddenCheckbox(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Enable a checkbox to show hidden files (default enabled)
- showLocalSelection(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Enable selection of local files
- showNewFolderButton(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Enable a button to create new folders (default enabled)
- socket - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method holds the Socket object for the TELNET connection.
- start() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- start(int) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
-
- start() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Starts a new process using the attributes of this process builder.
- start(int) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Starts a new process using the attributes of this process builder.
- start(BundleContext) - Method in class org.eclipse.remote.telnet.internal.core.Activator
-
- STATE_DO_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was DO code.
- STATE_DONT_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was DONT code.
- STATE_IAC_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was IAC code.
- STATE_INITIAL - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Initial state.
- STATE_RECEIVING_SUBNEGOTIATION - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Currently receiving sub-negotiation data.
- STATE_SUBNEGOTIATION_STARTED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was SB.
- STATE_WILL_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was WILL code.
- STATE_WONT_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was WONT code.
- STOP - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
- stop(BundleContext) - Method in class org.eclipse.remote.telnet.internal.core.Activator
-
- STOP_BITS_ATTR - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
-