|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteConnectionException | |
|---|---|
| org.eclipse.ptp.remote.core | |
| org.eclipse.ptp.remote.core.exception | |
| Uses of RemoteConnectionException in org.eclipse.ptp.remote.core |
|---|
| Methods in org.eclipse.ptp.remote.core that throw RemoteConnectionException | |
|---|---|
void |
IRemoteConnection.forwardLocalPort(int localPort,
java.lang.String fwdAddress,
int fwdPort)
Forward local port localPort to remote port fwdPort on remote machine fwdAddress. |
int |
IRemoteConnection.forwardLocalPort(java.lang.String fwdAddress,
int fwdPort,
org.eclipse.core.runtime.IProgressMonitor monitor)
Forward a local port to remote port fwdPort on remote machine fwdAddress. |
void |
IRemoteConnection.forwardRemotePort(int remotePort,
java.lang.String fwdAddress,
int fwdPort)
Forward remote port remotePort to port fwdPort on machine fwdAddress. |
int |
IRemoteConnection.forwardRemotePort(java.lang.String fwdAddress,
int fwdPort,
org.eclipse.core.runtime.IProgressMonitor monitor)
Forward a remote port to port fwdPort on remote machine fwdAddress. |
IRemoteConnection |
IRemoteConnectionManager.newConnection(java.lang.String name)
Creates a new remote connection named with supplied name. |
void |
IRemoteConnection.open(org.eclipse.core.runtime.IProgressMonitor monitor)
Open the connection. |
void |
IRemoteConnectionManager.removeConnection(IRemoteConnection connection)
Remove a connection and all resources associated with it. |
void |
IRemoteConnection.removePortForwarding(int port)
Remove the port forwarding associated with the given port. |
| Uses of RemoteConnectionException in org.eclipse.ptp.remote.core.exception |
|---|
| Subclasses of RemoteConnectionException in org.eclipse.ptp.remote.core.exception | |
|---|---|
class |
AddressInUseException
|
class |
PrivilegedPortException
|
class |
UnableToForwardPortException
|
|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||