Package io.github.cfraser.graphguard
Class Server.Connected
-
- All Implemented Interfaces:
-
io.github.cfraser.graphguard.Server.Event
@JvmRecord() public final class Server.Connected extends Record implements Server.Event
The Server established a connection.
-
-
Field Summary
Fields Modifier and Type Field Description private final Server.Connectionconnection
-
Constructor Summary
Constructors Constructor Description Server.Connected(Server.Connection connection)
-
Method Summary
Modifier and Type Method Description final Server.ConnectiongetConnection()the Server.Connection metadata -
-
Constructor Detail
-
Server.Connected
Server.Connected(Server.Connection connection)
-
-
Method Detail
-
getConnection
final Server.Connection getConnection()
the Server.Connection metadata
-
-
-
-