public class SocketTextWriter extends Object implements SocketWriter<TextCommand>
Constructor and Description |
---|
SocketTextWriter(TcpIpConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
enqueue(TextCommand response) |
boolean |
write(TextCommand socketWritable,
ByteBuffer socketBuffer) |
public SocketTextWriter(TcpIpConnection connection)
public void enqueue(TextCommand response)
public boolean write(TextCommand socketWritable, ByteBuffer socketBuffer) throws Exception
write
in interface SocketWriter<TextCommand>
Exception
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.