com.hazelcast.nio.ascii
Class SocketTextWriter
java.lang.Object
com.hazelcast.nio.ascii.SocketTextWriter
- All Implemented Interfaces:
- SocketWriter<TextCommand>
public class SocketTextWriter
- extends Object
- implements SocketWriter<TextCommand>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocketTextWriter
public SocketTextWriter(TcpIpConnection connection)
enqueue
public void enqueue(TextCommand response)
write
public boolean write(TextCommand socketWritable,
ByteBuffer socketBuffer)
throws Exception
- Specified by:
write
in interface SocketWriter<TextCommand>
- Throws:
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.