public class IVRDEServerInfo
extends java.lang.Object
IConsole.getVRDEServerInfo()
attribute.
Interface ID: {C39EF4D6-7532-45E8-96DA-EB5986AE76E4}Constructor and Description |
---|
IVRDEServerInfo(org.virtualbox_6_1.jaxws.IVRDEServerInfo real,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getActive()
Whether the remote desktop connection is active.
|
java.lang.Long |
getBeginTime()
When the last connection was established, in milliseconds since 1970-01-01 UTC.
|
java.lang.Long |
getBytesReceived()
How many bytes were received in last or current, if still active, connection.
|
java.lang.Long |
getBytesReceivedTotal()
How many bytes were received in all connections.
|
java.lang.Long |
getBytesSent()
How many bytes were sent in last or current, if still active, connection.
|
java.lang.Long |
getBytesSentTotal()
How many bytes were sent in all connections.
|
java.lang.String |
getClientIP()
The IP address of the client.
|
java.lang.String |
getClientName()
The client name supplied by the client.
|
java.lang.Long |
getClientVersion()
The client software version number.
|
java.lang.String |
getDomain()
Login domain name supplied by the client.
|
java.lang.Long |
getEncryptionStyle()
Public key exchange method used when connection was established.
|
java.lang.Long |
getEndTime()
When the last connection was terminated or the current time, if
connection is still active, in milliseconds since 1970-01-01 UTC.
|
java.lang.Long |
getNumberOfClients()
How many times a client connected.
|
java.lang.Integer |
getPort()
VRDE server port number.
|
java.lang.String |
getUser()
Login user name supplied by the client.
|
public IVRDEServerInfo(org.virtualbox_6_1.jaxws.IVRDEServerInfo real, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public java.lang.Boolean getActive()
public java.lang.Integer getPort()
public java.lang.Long getNumberOfClients()
public java.lang.Long getBeginTime()
public java.lang.Long getEndTime()
public java.lang.Long getBytesSent()
public java.lang.Long getBytesSentTotal()
public java.lang.Long getBytesReceived()
public java.lang.Long getBytesReceivedTotal()
public java.lang.String getUser()
public java.lang.String getDomain()
public java.lang.String getClientName()
public java.lang.String getClientIP()
public java.lang.Long getClientVersion()
public java.lang.Long getEncryptionStyle()