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 () |
Additional Inherited Members | |
Protected Member Functions inherited from com.osroyale.net.session.Session | |
void | onClose (ChannelFuture future) |
Protected Attributes inherited from com.osroyale.net.session.Session | |
final Channel | channel |
final String | host |
Represents a Session
for authenticating users logging in.
Definition at line 73 of file LoginSession.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 84 of file LoginSession.java.