Secure iNet Factory

com.jscape.inet.ssh.transport
Class TransportClient

java.lang.Object
  extended by com.jscape.inet.ssh.transport.Transport
      extended by com.jscape.inet.ssh.transport.TransportClient

public class TransportClient
extends Transport

Version:
1.0
Author:
Alex Usun

Constructor Summary
TransportClient(ConnectionParameters params, TransportConfiguration config)
           
 
Method Summary
 ProtocolVersion getClientVersion()
           
 java.lang.String getServerBanner()
           
 ProtocolVersion getServerVersion()
           
 void requestService(java.lang.String serviceName)
           
 
Methods inherited from class com.jscape.inet.ssh.transport.Transport
close, exchangeKeys, getCurrentSuite, getHostKeyVerifier, getReceivedBytesCount, getSentBytesCount, getSessionId, getSocket, isClosed, knowsMessage, receiveMessage, registerMessage, sendMessage, unregisterMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportClient

public TransportClient(ConnectionParameters params,
                       TransportConfiguration config)
                throws java.io.IOException
Parameters:
params -
config -
Throws:
java.io.IOException
Method Detail

getClientVersion

public ProtocolVersion getClientVersion()
Specified by:
getClientVersion in class Transport
Returns:
protocol version

getServerVersion

public ProtocolVersion getServerVersion()
Specified by:
getServerVersion in class Transport
Returns:
protocol version

getServerBanner

public java.lang.String getServerBanner()
Returns:
String

requestService

public void requestService(java.lang.String serviceName)
                    throws java.io.IOException
Parameters:
serviceName -
Throws:
java.io.IOException

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved