60616263646566
* thread safe. Set to true if unsure. * @return a new {@link OwfsClient} instance. */ public static OwfsClient newOwfsClient(String hostname, Integer port, boolean threadSafe) { return new OwfsClientImpl(hostname, port, threadSafe); }