We had customized Socket level configs as follows in 3.6.0:
SocketOptions socketOptions = new SocketOptions(); socketOptions .setReadTimeoutMillis(123456); socketOptions .setConnectTimeoutMillis(123456);
But I am not able to find how to configure the same in 4.6.1?