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