ch.ethz.ssh2.transport
Class ClientServerHello
java.lang.Object
ch.ethz.ssh2.transport.ClientServerHello
public class ClientServerHello
- extends Object
ClientServerHello.
- Version:
- $Id$
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientServerHello
public ClientServerHello(String identification,
InputStream bi,
OutputStream bo)
throws IOException
- Throws:
IOException
readLineRN
public static int readLineRN(InputStream is,
byte[] buffer)
throws IOException
- Throws:
IOException
getClientString
public byte[] getClientString()
- Returns:
- Returns the client_versioncomment.
getServerString
public byte[] getServerString()
- Returns:
- Returns the server_versioncomment.
Copyright © 2011. All Rights Reserved.