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