com.hazelcast.client
Class PacketWriter

java.lang.Object
  extended by com.hazelcast.client.PacketHandler
      extended by com.hazelcast.client.PacketWriter

public class PacketWriter
extends PacketHandler


Field Summary
 
Fields inherited from class com.hazelcast.client.PacketHandler
HEADER
 
Constructor Summary
PacketWriter()
           
 
Method Summary
 void flush(Connection connection)
           
 void write(Connection connection, Packet request)
           
 
Methods inherited from class com.hazelcast.client.PacketHandler
getConnection, setConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketWriter

public PacketWriter()
Method Detail

write

public void write(Connection connection,
                  Packet request)
           throws IOException
Throws:
IOException

flush

public void flush(Connection connection)
           throws IOException
Throws:
IOException


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.