public interface SocketWriter<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
SEND_SOCKET_BUFFER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
write(T socketWritable,
ByteBuffer socketBuffer) |
static final int SEND_SOCKET_BUFFER_SIZE
boolean write(T socketWritable, ByteBuffer socketBuffer) throws Exception
ExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.