| Package | Description | 
|---|---|
| oracle.jdeveloper.db.ssh | 
| Modifier and Type | Method and Description | 
|---|---|
static SSHTunnelConfiguration | 
SSHTunnelConfiguration.createFromMatcher(java.lang.String url,
                 java.util.regex.Matcher m,
                 int hostGroup,
                 int portGroup)
Creates a new SSHTunnelConfiguration from the given Matcher. 
 | 
abstract void | 
SSHTunnel.disconnect()
Explictly disconnects the SSH tunnel. 
 | 
static SSHTunnelConfiguration | 
SSHTunnelConfiguration.parseAddressSyntax(java.lang.String url)
Looks in the given URL for (host=...) and (port=...) and creates a
 tunnel config with the found host/port information. 
 | 
static int | 
SSHTunnelConfiguration.parsePort(java.lang.String port)
Utility method to parses the given String as a port number. 
 |