| Package | Description |
|---|---|
| org.restcomm.media.stun.messages.attributes |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCodeAttribute |
StunAttributeFactory.createErrorCodeAttribute(byte errorClass,
byte errorNumber)
Creates an ErrorCodeAttribute with the specified error class and number
and a default reason phrase.
|
static ErrorCodeAttribute |
StunAttributeFactory.createErrorCodeAttribute(byte errorClass,
byte errorNumber,
String reasonPhrase)
Creates an ErrorCodeAttribute with the specified error class, number and
reason phrase.
|
static ErrorCodeAttribute |
StunAttributeFactory.createErrorCodeAttribute(char errorCode)
Creates an ErrorCodeAttribute with the specified error code and a default
reason phrase.
|
static ErrorCodeAttribute |
StunAttributeFactory.createErrorCodeAttribute(char errorCode,
String reasonPhrase)
Creates an ErrorCodeAttribute with the specified error code and reason
phrase.
|
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.