public interface StreamingSocketInterface
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
send(byte[] data,
int start,
int length) |
void |
send(com.google.gson.JsonObject request) |
void |
sendBlocking(byte[] data,
int start,
int length) |
void send(com.google.gson.JsonObject request)
Future<Void> send(byte[] data, int start, int length) throws IOException
IOExceptionvoid sendBlocking(byte[] data,
int start,
int length)
Copyright © 2016 OpenSource BIM. All rights reserved.