Package com.impossibl.postgres.protocol
Interface ServerConnectionFactory
-
- All Known Implementing Classes:
ServerConnectionFactory
public interface ServerConnectionFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerConnection
connect(Configuration config, SocketAddress address, ServerConnection.Listener listener)
static ServerConnectionFactory
getDefault()
-
-
-
Method Detail
-
connect
ServerConnection connect(Configuration config, SocketAddress address, ServerConnection.Listener listener) throws IOException
- Throws:
IOException
-
getDefault
static ServerConnectionFactory getDefault()
-
-