Package io.github.cfraser.graphguard
Class Server.Connected
-
- All Implemented Interfaces:
-
io.github.cfraser.graphguard.Server.Event
public final class Server.Connected implements Server.Event
The Server connected to the graph database.
-
-
Field Summary
Fields Modifier and Type Field Description private final SocketAddressaddress
-
Constructor Summary
Constructors Constructor Description Server.Connected(SocketAddress address)
-
Method Summary
Modifier and Type Method Description final SocketAddressgetAddress()the SocketAddress of the graph -
-
Constructor Detail
-
Server.Connected
Server.Connected(SocketAddress address)
-
-
Method Detail
-
getAddress
final SocketAddress getAddress()
the SocketAddress of the graph
-
-
-
-