4243444546474849
} this.poolSize = poolSize; } public HSClient build() throws IOException { return new HSClientImpl(new TextCommandFactory(), this.serverAddr, this.listeners, this.socketOptions, this.poolSize); }
211212213214215216217
* HandlerSocket address * @throws IOException */ public HSClientImpl(InetSocketAddress inetSocketAddress, int poolSize) throws IOException { this(new TextCommandFactory(), inetSocketAddress, null, null, poolSize); }