At Wed, 5 Mar 2014 12:02:08 +0100,
Pasquale Dir wrote:
>
> 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
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...s