Uses of Class
naga.exception.ProtocolViolationException

Packages that use ProtocolViolationException
naga The main Naga classes. 
naga.packetreader Package containing various ready-to-use PacketReader implementations. 
 

Uses of ProtocolViolationException in naga
 

Methods in naga that throw ProtocolViolationException
 java.nio.ByteBuffer PacketReader.getBuffer()
          Return the currently used byte buffer.
 byte[] PacketReader.getNextPacket()
          Return the next packet constructed from the data read in the buffers.
 

Uses of ProtocolViolationException in naga.packetreader
 

Methods in naga.packetreader that throw ProtocolViolationException
 java.nio.ByteBuffer RegularPacketReader.getBuffer()
          Return the next buffer to use.
 java.nio.ByteBuffer DelimiterPacketReader.getBuffer()
          Return the currently used byte buffer.
 byte[] RegularPacketReader.getNextPacket()
          Return the next packet or null if no complete packet can be constructed.
 byte[] DelimiterPacketReader.getNextPacket()
           
 byte[] RawPacketReader.getNextPacket()