[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `SocketFactory` class extends `SocketFactory` and inherits from `java.lang.Object`, providing methods for creating sockets."],["The class has a constructor `SocketFactory(Properties properties)` that takes `Properties` as a parameter."],["The `createSocket()` method, which is overridden from the parent `SocketFactory` class, is used to return a new socket, and also can throw an `IOException`."],["Several overridden `createSocket` methods allow socket creation with various parameters, including host, port, and `InetAddress`."],["The latest version of this implementation is `0.2.0`, which is the version used in this documentation."]]],[]]