Uses of Class
org.jitsi.service.neomedia.DtlsControl.Setup
-
Packages that use DtlsControl.Setup Package Description org.jitsi.impl.neomedia.transform.dtls org.jitsi.service.neomedia -
-
Uses of DtlsControl.Setup in org.jitsi.impl.neomedia.transform.dtls
Methods in org.jitsi.impl.neomedia.transform.dtls that return DtlsControl.Setup Modifier and Type Method Description DtlsControl.SetupDtlsControlImpl. getSetup()Gets the value of thesetupSDP 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.Methods in org.jitsi.impl.neomedia.transform.dtls with parameters of type DtlsControl.Setup Modifier and Type Method Description voidDtlsControlImpl. 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. -
Uses of DtlsControl.Setup in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return DtlsControl.Setup Modifier and Type Method Description DtlsControl.SetupDtlsControl. getSetup()Gets the value of the setup SDP attribute.static DtlsControl.SetupDtlsControl.Setup. parseSetup(String s)Parses a String into a Setup enum value.static DtlsControl.SetupDtlsControl.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.Methods in org.jitsi.service.neomedia with parameters of type DtlsControl.Setup Modifier and Type Method Description voidDtlsControl. 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.
-