Package io.github.cfraser.graphguard
Interface Server.Connection
-
- All Implemented Interfaces:
public interface Server.ConnectionA proxy connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classServer.Connection.ClientA client the Server accepted a connection from.
public final classServer.Connection.GraphThe graph database the Server connected to.
-
Method Summary
Modifier and Type Method Description abstract InetSocketAddressgetAddress()the InetSocketAddress of the proxy source/destination -
-
Method Detail
-
getAddress
abstract InetSocketAddress getAddress()
the InetSocketAddress of the proxy source/destination
-
-
-
-