public class APIActiveConnection extends Object
Constructor and Description |
---|
APIActiveConnection(ActiveConnection connection)
Creates a new APIActiveConnection, copying the information from the given
active connection.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnectionIdentifier()
Returns the identifier of the connection associated with this tunnel.
|
String |
getIdentifier()
Returns the identifier of the active connection itself.
|
String |
getRemoteHost()
Returns the remote host from which this connection originated.
|
Date |
getStartDate()
Returns the date and time the connection began.
|
String |
getUsername()
Returns the name of the user who used or is using the connection at the
times given by this tunnel.
|
public APIActiveConnection(ActiveConnection connection)
connection
- The active connection to copy data from.public String getConnectionIdentifier()
public Date getStartDate()
public String getRemoteHost()
public String getUsername()
public String getIdentifier()
Copyright © 2016. All rights reserved.