Class ServerConnectionFactory
- java.lang.Object
-
- com.impossibl.postgres.protocol.v30.ServerConnectionFactory
-
- All Implemented Interfaces:
ServerConnectionFactory
public class ServerConnectionFactory extends Object implements ServerConnectionFactory
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.impossibl.postgres.protocol.v30.ServerConnection
connect(Configuration config, SocketAddress address, ServerConnection.Listener listener)
-
-
-
Method Detail
-
connect
public com.impossibl.postgres.protocol.v30.ServerConnection connect(Configuration config, SocketAddress address, ServerConnection.Listener listener) throws IOException
- Specified by:
connect
in interfaceServerConnectionFactory
- Throws:
IOException
-
-