Mule Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.trilead.ssh2
com.trilead.ssh2.auth
com.trilead.ssh2.channel
com.trilead.ssh2.crypto
com.trilead.ssh2.crypto.cipher
com.trilead.ssh2.crypto.dh
com.trilead.ssh2.crypto.digest
com.trilead.ssh2.log
com.trilead.ssh2.packets
com.trilead.ssh2.sftp
com.trilead.ssh2.signature
com.trilead.ssh2.transport
com.trilead.ssh2.util
org.mule.modules.ssh.multiplexer
org.mule.modules.ssh.multiplexer.config
org.mule.modules.ssh.multiplexer.config.spring
org.mule.modules.ssh.multiplexer.exception
Interfaces
MessageHandler
Classes
ClientServerHello
GenericTransportManager
KexManager
KexParameters
KexState
NegotiatedParameters
SocketFactory
StreamTransportManager
TransportConnection
TransportManager
Exceptions
NegotiateException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ClientServerHello
extends
Object
java.lang.Object
↳
com.trilead.ssh2.transport.ClientServerHello
Class Overview
ClientServerHello.
Summary
Fields
String
client_line
String
server_line
String
server_versioncomment
Public Constructors
ClientServerHello
(
InputStream
bi,
OutputStream
bo)
Public Methods
byte[]
getClientString
()
byte[]
getServerString
()
final static int
readLineRN
(
InputStream
is, byte[] buffer)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
String
client_line
String
server_line
String
server_versioncomment
Public Constructors
public
ClientServerHello
(
InputStream
bi,
OutputStream
bo)
Parameters
bi
bo
Throws
IOException
Public Methods
public byte[]
getClientString
()
Returns
Returns the client_versioncomment.
public byte[]
getServerString
()
Returns
Returns the server_versioncomment.
public static final int
readLineRN
(
InputStream
is, byte[] buffer)
Parameters
is
buffer
Throws
IOException