@MXBean public interface RTMPMinaConnectionMXBean extends AttributeStoreMXBean
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getDroppedMessages() |
String |
getHost() |
String |
getPath() |
long |
getPendingMessages() |
long |
getPendingVideoMessages(int streamId) |
long |
getReadBytes() |
long |
getReadMessages() |
String |
getRemoteAddress() |
List<String> |
getRemoteAddresses() |
int |
getRemotePort() |
String |
getSessionId() |
String |
getType() |
long |
getWrittenBytes() |
long |
getWrittenMessages() |
void |
invokeMethod(String method) |
boolean |
isConnected() |
getAttributeNames, hasAttribute, removeAttribute, removeAttributesString getType()
String getHost()
String getRemoteAddress()
int getRemotePort()
String getPath()
String getSessionId()
boolean isConnected()
void close()
long getReadBytes()
long getWrittenBytes()
long getReadMessages()
long getWrittenMessages()
long getDroppedMessages()
long getPendingMessages()
long getPendingVideoMessages(int streamId)
void invokeMethod(String method)
Copyright © 2006-2012 The Red5 Project