public class ConnectionStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
java.lang.String |
connector
The connector that created the connection.
|
java.lang.String |
debug
Holds detailed state data used to debug connections.
|
long |
last_read_size
The number of bytes that have been read from the connection.
|
long |
last_write_size
The number of bytes that have been written to the connection.
|
java.lang.String |
local_address
The local address of the connection
|
long |
messages_received
The number of messages that have been received from the connection.
|
long |
messages_sent
The number of messages that have been sent to the connection.
|
java.lang.String |
protocol
The protocol the connection is using.
|
java.lang.String |
protocol_session_id
The session id of the protocol.
|
java.lang.String |
protocol_version
The version of the protocol being used.
|
long |
read_counter
The number of bytes that have been read from the connection.
|
java.lang.String |
remote_address
The remote address of the connection
|
int |
subscription_count
Opens subscriptions that the connection has created.
|
java.lang.String |
user
The connected user
|
java.lang.String |
waiting_on
What the connection is currently waiting on
|
long |
write_counter
The number of bytes that have been written to the connection.
|
state, state_since
id
Constructor and Description |
---|
ConnectionStatusDTO() |
equals, hashCode
public long last_read_size
public long last_write_size
public long read_counter
public long write_counter
public long messages_sent
public long messages_received
public java.lang.String connector
public java.lang.String protocol
public java.lang.String protocol_version
public java.lang.String remote_address
public java.lang.String local_address
public java.lang.String protocol_session_id
public java.lang.String user
public java.lang.String waiting_on
public int subscription_count
public java.lang.String debug
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.