I am currently using Connect(String,ConnectAuth,int) constructor, as I decided to use tcp connection and I need the auth part.
It works, but I still need the read/write flag which, in the Connect(String, boolean) is a boolean. I need to enable write permits.

In the javadoc no flags are defined...so which is the flag for allow write?
And where can I find a list?