app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.server
/
AppServer
/
OutgoingTransferInfo
/
OutgoingTransferInfo
Outgoing
Transfer
Info
constructor
(
id
:
Int
,
name
:
String
,
uri
:
Uri
,
toHost
:
InetAddress
,
status
:
AppServer.Status
=
Status.PENDING
,
size
:
Int
,
transferred
:
Int
=
0
)