@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCDtlsTransport")
public class RTCDtlsTransport
extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
@JsNullable RTCErrorEventHandler |
onerror |
@JsNullable EventHandler |
onstatechange |
| Modifier | Constructor and Description |
|---|---|
protected |
RTCDtlsTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorListener(RTCErrorEventListener callback) |
void |
addErrorListener(RTCErrorEventListener callback,
AddEventListenerOptions options) |
void |
addErrorListener(RTCErrorEventListener callback,
boolean useCapture) |
void |
addStatechangeListener(EventListener callback) |
void |
addStatechangeListener(EventListener callback,
AddEventListenerOptions options) |
void |
addStatechangeListener(EventListener callback,
boolean useCapture) |
@JsNonNull JsArray<ArrayBuffer> |
getRemoteCertificates() |
RTCIceTransport |
iceTransport()
The read-only RTCDtlsTransport property iceTransport contains a reference to the underlying RTCIceTransport.
|
void |
removeErrorListener(RTCErrorEventListener callback) |
void |
removeErrorListener(RTCErrorEventListener callback,
boolean useCapture) |
void |
removeErrorListener(RTCErrorEventListener callback,
EventListenerOptions options) |
void |
removeStatechangeListener(EventListener callback) |
void |
removeStatechangeListener(EventListener callback,
boolean useCapture) |
void |
removeStatechangeListener(EventListener callback,
EventListenerOptions options) |
java.lang.String |
state()
The state read-only property of the RTCDtlsTransport interface provides information which describes a Datagram Transport Layer Security (DTLS) transport state.
|
addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNullable RTCErrorEventHandler onerror
public @JsNullable EventHandler onstatechange
@JsProperty(name="iceTransport") @Nonnull public RTCIceTransport iceTransport()
@JsProperty(name="state") @Nonnull @RTCDtlsTransportState public java.lang.String state()
public @JsNonNull JsArray<ArrayBuffer> getRemoteCertificates()
@JsOverlay
public final void addErrorListener(@Nonnull
RTCErrorEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addErrorListener(@Nonnull
RTCErrorEventListener callback,
boolean useCapture)
@JsOverlay
public final void addErrorListener(@Nonnull
RTCErrorEventListener callback)
@JsOverlay
public final void removeErrorListener(@Nonnull
RTCErrorEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeErrorListener(@Nonnull
RTCErrorEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeErrorListener(@Nonnull
RTCErrorEventListener callback)
@JsOverlay
public final void addStatechangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addStatechangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addStatechangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeStatechangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeStatechangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeStatechangeListener(@Nonnull
EventListener callback)