Package com.impossibl.postgres.system
Class ServerConnectionInfo
- java.lang.Object
-
- com.impossibl.postgres.system.ServerConnectionInfo
-
public class ServerConnectionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionInfo(ServerInfo serverInfo, SocketAddress host, String database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDatabase()
SocketAddress
getHost()
ServerInfo
getServerInfo()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ServerConnectionInfo
public ServerConnectionInfo(ServerInfo serverInfo, SocketAddress host, String database)
-
-
Method Detail
-
getServerInfo
public ServerInfo getServerInfo()
-
getHost
public SocketAddress getHost()
-
getDatabase
public String getDatabase()
-
-