Package com.trilead.ssh2.transport
Class ClientServerHello
java.lang.Object
com.trilead.ssh2.transport.ClientServerHello
ClientServerHello.
- Version:
- $Id: ClientServerHello.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
static final int
readLineRN
(InputStream is, byte[] buffer)
-
Field Details
-
Constructor Details
-
ClientServerHello
- Throws:
IOException
-
-
Method Details
-
readLineRN
- Throws:
IOException
-
getClientString
public byte[] getClientString()- Returns:
- Returns the client_versioncomment.
-
getServerString
public byte[] getServerString()- Returns:
- Returns the server_versioncomment.
-