Class IRODSApi.RcComm

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

public static class IRODSApi.RcComm extends Object
The iRODS connection object which enables communication with an iRODS server. Users of the library are allowed to read the contents of this class. While the properties of this structure can be modified, doing so is highly discouraged.
Since:
0.1.0
  • Field Details

    • socket

      public Socket socket
    • plainSocket

      public Socket plainSocket
    • sslSocket

      public SSLSocket sslSocket
    • sin

      public InputStream sin
    • sout

      public OutputStream sout
    • usingTLS

      public boolean usingTLS
    • secure

      public boolean secure
    • loggedIn

      public boolean loggedIn
    • clientUsername

      public String clientUsername
    • clientUserZone

      public String clientUserZone
    • proxyUsername

      public String proxyUsername
    • proxyUserZone

      public String proxyUserZone
    • sessionSignature

      public String sessionSignature
    • relVersion

      public String relVersion
    • apiVersion

      public String apiVersion
    • status

      public int status
    • hashAlgorithm

      public String hashAlgorithm
    • rError

      public RError_PI rError
  • Constructor Details

    • RcComm

      public RcComm()