Uses of Record Class
com.quietterminal.neon.core.NeonPacket
Packages that use NeonPacket
-
Uses of NeonPacket in com.quietterminal.neon.core
Methods in com.quietterminal.neon.core that return NeonPacketModifier and TypeMethodDescriptionstatic NeonPacketNeonPacket.create(PacketType type, short sequence, byte clientId, byte destId, PacketPayload payload) static NeonPacketNeonPacket.fromBytes(byte[] data) AckStateMachine.getPacket(short sequence) AckStateMachine.markResent(short sequence) NeonSocket.ReceivedNeonPacket.packet()Returns the value of thepacketrecord component.Methods in com.quietterminal.neon.core with parameters of type NeonPacketModifier and TypeMethodDescriptionvoidNeonSocket.sendPacket(NeonPacket packet, SocketAddress address) voidReliablePacketManager.sendReliable(NeonPacket packet) voidAckStateMachine.track(short sequence, NeonPacket packet) Constructors in com.quietterminal.neon.core with parameters of type NeonPacketModifierConstructorDescriptionReceivedNeonPacket(NeonPacket packet, SocketAddress source) Creates an instance of aReceivedNeonPacketrecord class.