Class SocketUtility
java.lang.Object
org.mariadb.jdbc.client.socket.impl.SocketUtility
Socket Utility, to defined function that will create socket according to dependency and
configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SocketHandlerFunction
Create socket according to options.
-
Constructor Details
-
SocketUtility
public SocketUtility()
-
-
Method Details
-
getSocketHandler
Create socket according to options. In case of compilation ahead of time, will throw an error if dependencies found, then use default socket implementation.- Returns:
- Socket
-