public class ClientServerHello extends Object
| Modifier and Type | Method and Description |
|---|---|
static ClientServerHello |
clientHello(String softwareversion,
InputStream bi,
OutputStream bo) |
byte[] |
getClientString() |
byte[] |
getServerString() |
static int |
readLineRN(InputStream is,
byte[] buffer) |
static ClientServerHello |
serverHello(String softwareversion,
InputStream bi,
OutputStream bo) |
public static final int readLineRN(InputStream is, byte[] buffer) throws IOException
IOExceptionpublic static ClientServerHello clientHello(String softwareversion, InputStream bi, OutputStream bo) throws IOException
IOExceptionpublic static ClientServerHello serverHello(String softwareversion, InputStream bi, OutputStream bo) throws IOException
IOExceptionpublic byte[] getClientString()
public byte[] getServerString()
Copyright © 2014. All Rights Reserved.