Uses of Class
naga.exception.ProtocolViolationException
-
Packages that use ProtocolViolationException Package Description naga The main Naga classes.naga.packetreader Package containing various ready-to-usePacketReader
implementations. -
-
Uses of ProtocolViolationException in naga
Methods in naga that throw ProtocolViolationException Modifier and Type Method Description byte[]
PacketReader. nextPacket(java.nio.ByteBuffer byteBuffer)
Create a new packet using the ByteBuffer given.byte[]
SSLPacketHandler. nextPacket(java.nio.ByteBuffer byteBuffer)
-
Uses of ProtocolViolationException in naga.packetreader
Methods in naga.packetreader that throw ProtocolViolationException Modifier and Type Method Description byte[]
CipherPacketReader. nextPacket(java.nio.ByteBuffer byteBuffer)
byte[]
DelimiterPacketReader. nextPacket(java.nio.ByteBuffer byteBuffer)
byte[]
RawPacketReader. nextPacket(java.nio.ByteBuffer byteBuffer)
byte[]
RegularPacketReader. nextPacket(java.nio.ByteBuffer byteBuffer)
byte[]
StreamCipherPacketReader. nextPacket(java.nio.ByteBuffer byteBuffer)
-