Uses of Record Class
crow.game.codec.InetAddressAndPort
Packages that use InetAddressAndPort
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 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 shared objects and interfaces for usage between HA layers and the login
server layer.
-
Uses of InetAddressAndPort in crow.game.codec
Methods in crow.game.codec that return InetAddressAndPortModifier and TypeMethodDescriptionPacketReader.readInetAddressAndPort()Reads the address and port pair from the kro server byte stream, which is a 6-byte series. -
Uses of InetAddressAndPort in crow.game.codec.netty
Methods in crow.game.codec.netty that return InetAddressAndPort -
Uses of InetAddressAndPort in crow.game.ha0.proto
Fields in crow.game.ha0.proto declared as InetAddressAndPort -
Uses of InetAddressAndPort in crow.game.login.api
Methods in crow.game.login.api that return InetAddressAndPortModifier and TypeMethodDescriptionCharServer.address()Returns the value of theaddressrecord component.Constructors in crow.game.login.api with parameters of type InetAddressAndPortModifierConstructorDescriptionCharServer(InetAddressAndPort address, String name, int userCount, int type, int new_) Creates an instance of aCharServerrecord class.