| Package | Description |
|---|---|
| org.jitsi.impl.neomedia.transform.dtls | |
| org.jitsi.service.neomedia |
| Modifier and Type | Method and Description |
|---|---|
DtlsControl.Setup |
DtlsControlImpl.getSetup()
Gets the value of the
setup SDP attribute defined by RFC 4145
"TCP-Based Media Transport in the Session Description Protocol
(SDP)" which determines whether this instance acts as a DTLS client
or a DTLS server. |
| Modifier and Type | Method and Description |
|---|---|
void |
DtlsControlImpl.setSetup(DtlsControl.Setup setup)
Sets the value of the setup SDP attribute defined by RFC 4145
"TCP-Based Media Transport in the Session Description Protocol
(SDP)" which determines whether this instance is to act as a DTLS
client or a DTLS server.
|
| Modifier and Type | Method and Description |
|---|---|
DtlsControl.Setup |
DtlsControl.getSetup()
Gets the value of the setup SDP attribute.
|
static DtlsControl.Setup |
DtlsControl.Setup.parseSetup(String s)
Parses a String into a Setup enum value.
|
static DtlsControl.Setup |
DtlsControl.Setup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DtlsControl.Setup[] |
DtlsControl.Setup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DtlsControl.setSetup(DtlsControl.Setup setup)
Sets the value of the setup SDP attribute defined by RFC 4145
"TCP-Based Media Transport in the Session Description Protocol
(SDP)" which determines whether this instance is to act as a DTLS
client or a DTLS server.
|
Copyright © 2022 jitsi.org. All rights reserved.