Class IRODSApi.ConnectionOptions

java.lang.Object
org.irods.irods4j.low_level.api.IRODSApi.ConnectionOptions
Enclosing class:
IRODSApi

public static final class IRODSApi.ConnectionOptions extends Object
A class which enables users to configure various connection options.
Since:
0.1.0
  • Field Details

    • clientServerNegotiation

      public String clientServerNegotiation
    • sslTruststore

      public String sslTruststore
    • sslTruststorePassword

      public String sslTruststorePassword
    • sslProtocol

      public String sslProtocol
    • encryptionAlgorithm

      public String encryptionAlgorithm
    • encryptionKeySize

      public int encryptionKeySize
    • encryptionNumHashRounds

      public int encryptionNumHashRounds
    • encryptionSaltSize

      public int encryptionSaltSize
    • hashAlgorithm

      public String hashAlgorithm
    • enableTcpKeepAlive

      public boolean enableTcpKeepAlive
    • enableTcpNoDelay

      public boolean enableTcpNoDelay
    • tcpSendBufferSize

      public int tcpSendBufferSize
    • tcpReceiveBufferSize

      public int tcpReceiveBufferSize
    • applySocketPerformancePreferences

      public boolean applySocketPerformancePreferences
    • ppConnectionTime

      public int ppConnectionTime
    • ppLatency

      public int ppLatency
    • ppBandwidth

      public int ppBandwidth
  • Constructor Details

    • ConnectionOptions

      public ConnectionOptions()
  • Method Details