public interface StreamingSocketInterface
| Modifier and Type | Method and Description |
|---|---|
void |
enableBatching() |
void |
flush() |
OutputStream |
getSendStream() |
Future<Void> |
send(byte[] data,
int start,
int length) |
void |
send(com.fasterxml.jackson.databind.JsonNode request) |
Future<Void> |
sendAsText(byte[] data) |
void |
sendBlocking(byte[] data,
int start,
int length) |
void |
sendBlocking(ByteBuffer buffer) |
void send(com.fasterxml.jackson.databind.JsonNode request)
void sendBlocking(byte[] data,
int start,
int length)
throws IOException
IOExceptionvoid sendBlocking(ByteBuffer buffer) throws IOException
IOExceptionvoid flush()
void enableBatching()
OutputStream getSendStream() throws IOException
IOExceptionCopyright © 2019 OpenSource BIM. All rights reserved.