|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| org.mobicents.media.server.spi | |
| org.mobicents.media.server.spi.format | |
| org.mobicents.media.server.utils | |
| Uses of Text in org.mobicents.media.server.spi |
|---|
| Methods in org.mobicents.media.server.spi with parameters of type Text | |
|---|---|
void |
Connection.setOtherParty(Text descriptor)
Joins endpoint which executes this connection with other party. |
static ConnectionMode |
ConnectionMode.valueOf(Text v)
|
| Uses of Text in org.mobicents.media.server.spi.format |
|---|
| Subclasses of Text in org.mobicents.media.server.spi.format | |
|---|---|
class |
EncodingName
Format encoding name. |
| Methods in org.mobicents.media.server.spi.format that return Text | |
|---|---|
Text |
Format.getOptions()
Gets options |
| Methods in org.mobicents.media.server.spi.format with parameters of type Text | |
|---|---|
void |
Format.setOptions(Text options)
Modify options. |
| Constructors in org.mobicents.media.server.spi.format with parameters of type Text | |
|---|---|
EncodingName(Text text)
|
|
| Uses of Text in org.mobicents.media.server.utils |
|---|
| Methods in org.mobicents.media.server.utils that return Text | |
|---|---|
Text |
Text.nextLine()
Extracts next line from this text. |
| Methods in org.mobicents.media.server.utils that return types with arguments of type Text | |
|---|---|
Collection<Text> |
Text.split(char separator)
Splits text into partitions. |
| Methods in org.mobicents.media.server.utils with parameters of type Text | |
|---|---|
void |
Text.copy(Text destination)
Copies reference to another text object. |
void |
Text.copyRemainder(Text other)
Copies substring from the current line upto the end to the specified destination. |
int |
Text.divide(char[] separators,
Text[] parts)
|
int |
Text.divide(char separator,
Text[] parts)
Divides text into parts using given separator and writes results into the parts array. |
void |
Text.duplicate(Text destination)
Copies data from this buffer to another buffer. |
| Constructors in org.mobicents.media.server.utils with parameters of type Text | |
|---|---|
Text(Text another)
Creates new object with specified text. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||