public interface TcpConnectionMXBean extends ManagedObjectMXBean
resin:type=TcpConnection,name=foo.com-80-237
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayState()
Returns the connection state.
|
java.lang.String |
getRemoteAddress()
Returns the remote address of the connection
|
long |
getRequestActiveTime()
Returns the time this request has spent in the active state.
|
java.lang.String |
getState()
Returns the connection state.
|
long |
getThreadId()
Returns the thread-id.
|
java.lang.String |
getUrl()
Returns the current url being processed
|
getName, getObjectName, getType
long getThreadId()
java.lang.String getState()
java.lang.String getUrl()
java.lang.String getRemoteAddress()
java.lang.String getDisplayState()