Uses of Interface
jag.opcode.RSConnectionContext
-
Packages that use RSConnectionContext Package Description jag.game org.rspeer.game.provider.callback -
-
Uses of RSConnectionContext in jag.game
Methods in jag.game that return RSConnectionContext Modifier and Type Method Description RSConnectionContext
RSClient. getConnectionContext()
-
Uses of RSConnectionContext in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSConnectionContext Modifier and Type Method Description boolean
EventMediator. notifyFlush(RSConnectionContext ctx)
void
EventMediator. notifyServerRead(RSConnectionContext ctx, RSPacketBuffer buf)
void
EventMediator. notifyWriteLater(RSConnectionContext ctx, RSOutgoingPacket packet)
-