|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_0.IVRDEServerInfo
public class IVRDEServerInfo
Contains information about the remote desktop (VRDE) server capabilities and status.
This is used in theIConsole.getVRDEServerInfo()
attribute.
Interface ID: {C39EF4D6-7532-45E8-96DA-EB5986AE76E4}
Constructor Summary | |
---|---|
IVRDEServerInfo(org.virtualbox_5_0.jaxws.IVRDEServerInfo real,
org.virtualbox_5_0.ObjectRefManager objMgr,
org.virtualbox_5_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IVRDEServerInfo(org.virtualbox_5_0.jaxws.IVRDEServerInfo real, org.virtualbox_5_0.ObjectRefManager objMgr, org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail |
---|
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()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |