| Package | Description |
|---|---|
| org.restcomm.media.spi | |
| org.restcomm.media.spi.format | |
| org.restcomm.media.spi.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setOtherParty(Text descriptor)
Joins endpoint which executes this connection with other party.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncodingName
Format encoding name.
|
| Modifier and Type | Method and Description |
|---|---|
Text |
Format.getOptions()
Gets options
|
| Modifier and Type | Method and Description |
|---|---|
void |
Format.setOptions(Text options)
Modify options.
|
| Constructor and Description |
|---|
EncodingName(Text text) |
| Modifier and Type | Method and Description |
|---|---|
Text |
Text.nextLine()
Extracts next line from this text.
|
Text |
Text.subtext(int start) |
Text |
Text.subtext(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Text> |
Text.split(char separator)
Splits text into partitions.
|
Collection<Text> |
Text.split(Text separator)
Splits text into partitions.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
int |
Text.indexOf(Text value) |
Collection<Text> |
Text.split(Text separator)
Splits text into partitions.
|
boolean |
Text.startsWith(Text pattern)
Indicates whether the text starts with a certain pattern.
|
| Constructor and Description |
|---|
Text(Text another)
Creates new object with specified text.
|
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.