RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | handleClientPacket (Object o) |
Public Member Functions inherited from com.osroyale.net.session.Session | |
Session (Channel channel) | |
final void | close () |
Channel | getChannel () |
String | getHost () |
Protected Member Functions | |
void | onClose (ChannelFuture f) |
Additional Inherited Members | |
Protected Attributes inherited from com.osroyale.net.session.Session | |
final Channel | channel |
final String | host |
Represents a Session
when a Player
has been authenticated and active in the game world.
Definition at line 56 of file GameSession.java.
|
inline |
The method that is called when the client sends packets to the server.
o | The vague object packet. |
Reimplemented from com.osroyale.net.session.Session.
Definition at line 74 of file GameSession.java.
|
inlineprotected |
The method called after a session has been closed.
future | The result of the session being closed. |
Reimplemented from com.osroyale.net.session.Session.
Definition at line 81 of file GameSession.java.