RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.net.session.LoginSession Class Reference
Inheritance diagram for com.osroyale.net.session.LoginSession:
Collaboration diagram for com.osroyale.net.session.LoginSession:

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

Detailed Description

Represents a Session for authenticating users logging in.

Author
nshusa

Definition at line 73 of file LoginSession.java.

Member Function Documentation

◆ handleClientPacket()

void com.osroyale.net.session.LoginSession.handleClientPacket ( Object o)
inline

The method that is called when the client sends packets to the server.

Parameters
oThe vague object packet.

Reimplemented from com.osroyale.net.session.Session.

Definition at line 84 of file LoginSession.java.


The documentation for this class was generated from the following file: