Package org.irods.irods4j.low_level.api
Class IRODSApi.RcComm
java.lang.Object
org.irods.irods4j.low_level.api.IRODSApi.RcComm
- Enclosing class:
- IRODSApi
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 Summary
FieldsModifier and TypeFieldDescriptionintbooleanbooleanintboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
socket
-
plainSocket
-
sslSocket
-
sin
-
sout
-
usingTLS
public boolean usingTLS -
secure
public boolean secure -
loggedIn
public boolean loggedIn -
clientUsername
-
clientUserZone
-
proxyUsername
-
proxyUserZone
-
sessionSignature
-
relVersion
-
apiVersion
-
status
public int status -
cookie
public int cookie -
hashAlgorithm
-
rError
-
-
Constructor Details
-
RcComm
public RcComm()
-