Package org.red5.server.jmx.mxbeans
Interface RTMPConnectionMXBean
- All Superinterfaces:
AttributeStoreMXBean
- All Known Subinterfaces:
RTMPMinaConnectionMXBean
- All Known Implementing Classes:
RTMPMinaConnection
-
Method Summary
Methods inherited from interface org.red5.server.jmx.mxbeans.AttributeStoreMXBean
getAttributeNames, hasAttribute, removeAttribute, removeAttributes
-
Method Details
-
getType
String getType() -
getHost
String getHost() -
getRemoteAddress
String getRemoteAddress() -
getRemoteAddresses
-
getRemotePort
int getRemotePort() -
getPath
String getPath() -
getSessionId
String getSessionId() -
isConnected
boolean isConnected() -
close
void close() -
getReadBytes
long getReadBytes() -
getWrittenBytes
long getWrittenBytes() -
getReadMessages
long getReadMessages() -
getWrittenMessages
long getWrittenMessages() -
getDroppedMessages
long getDroppedMessages() -
getPendingMessages
long getPendingMessages()
-