Uses of Record Class
crow.game.login.proto.LoginRequest
Packages that use LoginRequest
Package
Description
This package contains the protocol objects for the communication between the client and the login
server.
The implementation of the login server, including the netty tcp service instance as well as the
non-netty service object.
-
Uses of LoginRequest in crow.game.login.proto
Methods in crow.game.login.proto that return LoginRequestModifier and TypeMethodDescriptionLoginRequestHandler.fromPacket(Context ctx, PacketReader buffer) Methods in crow.game.login.proto with parameters of type LoginRequestModifier and TypeMethodDescriptionvoidLoginRequestHandler.toPacket(Context ctx, io.netty.buffer.ByteBuf buffer, LoginRequest src) -
Uses of LoginRequest in crow.game.login.server
Methods in crow.game.login.server with parameters of type LoginRequestModifier and TypeMethodDescriptionLoginService.login(LoginRequest request) Processes a login request.