com.hazelcast.nio.tcp
Interface PacketWriter

All Known Implementing Classes:
DefaultPacketWriter

public interface PacketWriter


Method Summary
 boolean writePacket(Packet packet, ByteBuffer socketBB)
           
 

Method Detail

writePacket

boolean writePacket(Packet packet,
                    ByteBuffer socketBB)
                    throws Exception
Throws:
Exception


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.