com.trilead.ssh2.transport
Class ClientServerHello
java.lang.Object
com.trilead.ssh2.transport.ClientServerHello
public class ClientServerHello
extends java.lang.Object
ClientServerHello.
ClientServerHello
public ClientServerHello(InputStream bi,
OutputStream bo)
throws IOException
getClientString
public byte[] getClientString()
- Returns the client_versioncomment.
getServerString
public byte[] getServerString()
- Returns the server_versioncomment.
readLineRN
public static final int readLineRN(InputStream is,
byte[] buffer)
throws IOException