RSE
Release 1.0

org.eclipse.rse.connectorservice.ssh
Class SshConnectorService.ResponsiveSocketFactory

java.lang.Object
  extended byorg.eclipse.rse.connectorservice.ssh.SshConnectorService.SimpleSocketFactory
      extended byorg.eclipse.rse.connectorservice.ssh.SshConnectorService.ResponsiveSocketFactory
All Implemented Interfaces:
com.jcraft.jsch.SocketFactory
Enclosing class:
SshConnectorService

public static class SshConnectorService.ResponsiveSocketFactory
extends SshConnectorService.SimpleSocketFactory


Constructor Summary
SshConnectorService.ResponsiveSocketFactory(IProgressMonitor monitor)
           
 
Method Summary
 Socket createSocket(String host, int port)
           
 
Methods inherited from class org.eclipse.rse.connectorservice.ssh.SshConnectorService.SimpleSocketFactory
getInputStream, getOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshConnectorService.ResponsiveSocketFactory

public SshConnectorService.ResponsiveSocketFactory(IProgressMonitor monitor)
Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException,
                           UnknownHostException
Specified by:
createSocket in interface com.jcraft.jsch.SocketFactory
Overrides:
createSocket in class SshConnectorService.SimpleSocketFactory
Throws:
IOException
UnknownHostException

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.