public class DefaultPacketReader extends Object implements PacketReader
| Modifier and Type | Field and Description |
|---|---|
protected TcpIpConnection |
connection |
protected IOService |
ioService |
protected Packet |
packet |
| Constructor and Description |
|---|
DefaultPacketReader(TcpIpConnection connection,
IOService ioService) |
protected final TcpIpConnection connection
protected final IOService ioService
protected Packet packet
public DefaultPacketReader(TcpIpConnection connection, IOService ioService)
public void readPacket(ByteBuffer inBuffer) throws Exception
readPacket in interface PacketReaderExceptionprotected Packet obtainPacket()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.