public class NXCPMessageReceiver
extends java.lang.Object
| Constructor and Description |
|---|
NXCPMessageReceiver(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
NXCPMessage |
receiveMessage(java.io.InputStream in,
EncryptionContext ectx)
Receive NXCP message from input stream
|
public NXCPMessageReceiver(int bufferSize)
bufferSize - Size of receive buffer in bytespublic NXCPMessage receiveMessage(java.io.InputStream in, EncryptionContext ectx) throws java.io.IOException, NXCPException
in - input streamjava.io.IOExceptionNXCPExceptionCopyright © 2014. All Rights Reserved.