12 Replies Latest reply on Nov 14, 2012 2:07 AM by nickarls

    Jnp timeouts equivalents

    qtm

      Hi,

       

      For jnp we had:

      • jnp.timeout, The connection timeout in milliseconds. The default value is 0 which means the connection will block until the VM TCP/IP layer times out.
      • jnp.sotimeout, The connected socket read timeout in milliseconds. The default value is 0 which means reads will block. This is the value passed to the Socket.setSoTimeout on the newly connected socket.

      What are their equivalents for the remote protocol?

       

       

      Regards