org.red5.server.api
public interface ICastingAttributeStore extends IAttributeStore
Modifier and Type | Method and Description |
---|---|
Boolean |
getBoolAttribute(String name)
Get Boolean attribute by name
|
Byte |
getByteAttribute(String name)
Get Byte attribute by name
|
Double |
getDoubleAttribute(String name)
Get Double attribute by name
|
Integer |
getIntAttribute(String name)
Get Integer attribute by name
|
List<?> |
getListAttribute(String name)
Get List attribute by name
|
Long |
getLongAttribute(String name)
Get boolean attribute by name
|
Map<?,?> |
getMapAttribute(String name)
Get Long attribute by name
|
Set<?> |
getSetAttribute(String name)
Get Set attribute by name
|
Short |
getShortAttribute(String name)
Get Short attribute by name
|
String |
getStringAttribute(String name)
Get String attribute by name
|
getAttribute, getAttribute, getAttributeNames, getAttributes, hasAttribute, removeAttribute, removeAttributes, setAttribute, setAttributes, setAttributes
Boolean getBoolAttribute(String name)
name
- Attribute nameByte getByteAttribute(String name)
name
- Attribute nameDouble getDoubleAttribute(String name)
name
- Attribute nameInteger getIntAttribute(String name)
name
- Attribute nameList<?> getListAttribute(String name)
name
- Attribute nameLong getLongAttribute(String name)
name
- Attribute nameMap<?,?> getMapAttribute(String name)
name
- Attribute nameSet<?> getSetAttribute(String name)
name
- Attribute nameShort getShortAttribute(String name)
name
- Attribute nameCopyright © 2006-2012 The Red5 Project