Secure File Manager
Toggle table of contents
0.1.9-beta
release
Target filter
release
Switch theme
Search in API
Skip to content
Secure File Manager
app
/
ltechnologies.onionphone.securefilemanager.storage
/
RemotePath
/
Parsed
Parsed
data
class
Parsed
(
val
scheme
:
String
,
val
host
:
String
,
val
username
:
String
,
val
port
:
Int
,
val
remotePath
:
String
,
val
connectionId
:
String
?
=
null
)
Members
Constructors
Parsed
Link copied to clipboard
constructor
(
scheme
:
String
,
host
:
String
,
username
:
String
,
port
:
Int
,
remotePath
:
String
,
connectionId
:
String
?
=
null
)
Properties
connection
Id
Link copied to clipboard
val
connectionId
:
String
?
effective
Port
Link copied to clipboard
val
effectivePort
:
Int
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int
remote
Path
Link copied to clipboard
val
remotePath
:
String
scheme
Link copied to clipboard
val
scheme
:
String
username
Link copied to clipboard
val
username
:
String