Class ServerConnectionFactory
- java.lang.Object
-
- com.impossibl.postgres.protocol.v30.ServerConnectionFactory
-
- All Implemented Interfaces:
ServerConnectionFactory
public class ServerConnectionFactory extends java.lang.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, java.net.SocketAddress address, ServerConnection.Listener listener)
-
-
-
Method Detail
-
connect
public com.impossibl.postgres.protocol.v30.ServerConnection connect(Configuration config, java.net.SocketAddress address, ServerConnection.Listener listener) throws java.io.IOException
- Specified by:
connect
in interfaceServerConnectionFactory
- Throws:
java.io.IOException
-
-