org.red5.server.jmx.mxbeans
Interface RTMPMinaConnectionMXBean
- All Superinterfaces:
- AttributeStoreMXBean
- All Known Implementing Classes:
- RTMPMinaConnection
@MXBean
public interface RTMPMinaConnectionMXBean
- extends AttributeStoreMXBean
Base abstract class for connections. Adds connection specific functionality like work with clients
to AttributeStore.
getType
String getType()
getHost
String getHost()
getRemoteAddress
String getRemoteAddress()
getRemoteAddresses
List<String> 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()
getPendingVideoMessages
long getPendingVideoMessages(int streamId)
invokeMethod
void invokeMethod(String method)
Copyright © 2006-2012 The Red5 Project