Uses of Record Class
crow.game.codec.PacketRule
Packages that use PacketRule
Package
Description
Package containing the base API objects for the protocol implementation.
Package containing all the netty-specific serialization and deserialization logic for the
protocol.
This is the ping pong protocol package and would, in more complex scenarios, be in its own JAR.
This package contains the protocol objects for what I call "ha0", the high-availability protocol
details for communicating between rathena map, char, and login servers.
This package contains the protocol objects for the communication between the client and the login
server.
-
Uses of PacketRule in crow.game.codec
Methods in crow.game.codec that return PacketRuleModifier and TypeMethodDescriptionstatic PacketRulestatic PacketRuleUtility constructor for building a non-packet version specific dynamic packet whose name is derived from the given class.Packet.rule()Returns the value of therulerecord component.static PacketRulestatic PacketRuleUtility constructor for building a non-packet version specific static packet whose name is derived from the given class.Methods in crow.game.codec with parameters of type PacketRuleConstructors in crow.game.codec with parameters of type PacketRuleModifierConstructorDescriptionPacket(io.netty.buffer.ByteBuf buffer, PacketRule rule, int size) Creates an instance of aPacketrecord class. -
Uses of PacketRule in crow.game.codec.netty
Methods in crow.game.codec.netty that return types with arguments of type PacketRuleModifier and TypeMethodDescriptionprotected Optional<PacketRule>FrameCodec.resolvePacketRule(Context ctx, int prefix, io.netty.buffer.ByteBuf in) Methods in crow.game.codec.netty with parameters of type PacketRuleModifier and TypeMethodDescriptionprotected booleanFrameCodec.packetRuleHasMoreData(io.netty.buffer.ByteBuf in, PacketRule pr) -
Uses of PacketRule in crow.game.examples.pingpong.proto
Methods in crow.game.examples.pingpong.proto that return PacketRuleModifier and TypeMethodDescription -
Uses of PacketRule in crow.game.ha0.proto
Methods in crow.game.ha0.proto that return PacketRuleModifier and TypeMethodDescription -
Uses of PacketRule in crow.game.login.proto
Methods in crow.game.login.proto that return PacketRuleModifier and TypeMethodDescription