Package io.github.cfraser.graphguard
Class Server.Connection.Client
-
- All Implemented Interfaces:
-
io.github.cfraser.graphguard.Server.Connection
public final class Server.Connection.Client implements Server.Connection
A client the Server accepted a connection from.
-
-
Field Summary
Fields Modifier and Type Field Description private final InetSocketAddressaddress
-
Constructor Summary
Constructors Constructor Description Server.Connection.Client(InetSocketAddress address)
-
Method Summary
Modifier and Type Method Description InetSocketAddressgetAddress()the InetSocketAddress of the client -
-
Constructor Detail
-
Server.Connection.Client
Server.Connection.Client(InetSocketAddress address)
-
-
Method Detail
-
getAddress
InetSocketAddress getAddress()
the InetSocketAddress of the client
-
-
-
-