Uses of Enum Class
crow.game.codec.Context.Source
Packages that use Context.Source
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 server component of "ha0", the high-availability protocol details for
communicating between crow and non-crow-servers, specifically rathena.
The implementation of the login server, including the netty tcp service instance as well as the
non-netty service object.
-
Uses of Context.Source in crow.game.codec
Methods in crow.game.codec that return Context.SourceModifier and TypeMethodDescriptionContext.callingSource()static Context.SourceReturns the enum constant of this class with the specified name.static Context.Source[]Context.Source.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Context.Source in crow.game.codec.netty
Fields in crow.game.codec.netty declared as Context.SourceMethods in crow.game.codec.netty that return Context.SourceConstructors in crow.game.codec.netty with parameters of type Context.SourceModifierConstructorDescriptionNettyWrappedContext(Context.Source src, Context context, io.netty.channel.ChannelHandlerContext nettyContext) -
Uses of Context.Source in crow.game.examples.pingpong.proto
Methods in crow.game.examples.pingpong.proto that return Context.Source -
Uses of Context.Source in crow.game.ha0.server
Methods in crow.game.ha0.server that return Context.Source -
Uses of Context.Source in crow.game.login.server
Methods in crow.game.login.server that return Context.Source