A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
D
- DataAttribute - class in org.ice4j.attribute
- The DATA attribute contains the data the client wants to relay to the TURN server or the TURN server to forward the response data.
- DatagramPacketFilter - class in org.ice4j.socket
- Represents a filter which selects or deselects DatagramPackets.
- DatagramSocketFactory - class in org.ice4j.socket
- Classes implementing this interface follow the factory pattern, generating DatagramSocket objects for use by other classes in the stack.
- dbgPrint(int) - function in gov.nist.javax.sdp.fields.CandidateAttribute
- debugDump() - function in gov.nist.javax.sdp.fields.CandidateAttribute
- decode(Array,char,char) - function in org.ice4j.message.ChannelData
- Constructs a message from its binary representation.
- decode(Array,char) - function in org.ice4j.message.ChannelData
- Constructs a message from its binary representation.
- decode(Array,int,int) - function in org.ice4j.message.Response
- Constructs a message from its binary representation.
- decode(Array,int,int) - function in org.ice4j.message.Indication
- Constructs a message from its binary representation.
- decode(Array,int,int) - function in org.ice4j.message.Message
- Constructs a message from its binary representation.
- decode(Array,int,int) - function in org.ice4j.message.Request
- Constructs a message from its binary representation.
- decode(Array,int,int) - function in org.ice4j.attribute.AttributeDecoder
- Decodes the specified binary array and returns the corresponding attribute object.
- decodeAttributeBody(Array,char,char) - function in org.ice4j.attribute.MessageIntegrityAttribute
- Sets this attribute's fields according to the message and attributeValue arrays.
- decodeAttributeBody(Array,char,char) - function in org.ice4j.attribute.FingerprintAttribute
- Sets this attribute's fields according to the message and attributeValue arrays.
- DefaultNominator - class in org.ice4j.ice
- Implements ice4j internal nomination strategies.
- DelegatingDatagramSocket - class in org.ice4j.socket
- Implements a DatagramSocket which delegates its calls to a specific DatagramSocket.
- DelegatingServerSocket - class in org.ice4j.socket
- Implements a
ServerSocketwhich delegates (its method calls) to anotherServerSocket. - DelegatingSocket - class in org.ice4j.socket
- Implements a Socket which delegates its calls to a specific Socket.
- DestinationAddressAttribute - class in org.ice4j.attribute
- The DESTINATION-ADDRESS is present in Send Requests of old TURN versions.
- determineAddress() - function in org.ice4j.stunclient.NetworkConfigurationDiscoveryProcess
- Implements the discovery process itself (see class description).
- disconnect() - function in java.net.ComponentSocket
- disconnect() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Disconnects the socket.
- disconnect() - function in java.net.MultiplexedDatagramSocket
- disconnect() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Disconnects the socket.
- disconnect() - function in java.net.SafeCloseDatagramSocket
- disconnect() - function in org.ice4j.socket.DelegatingDatagramSocket
- Disconnects the socket.
- disconnect() - function in java.net.RelayedCandidateDatagramSocket
- disconnect() - function in java.net.MergingDatagramSocket
- disconnect() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Disconnects the socket.
- disconnect() - function in java.net.MultiplexingDatagramSocket
- disconnect() - function in java.net.GoogleRelayedCandidateDatagramSocket
- discover() - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- Attempts to discover the the public address (mask) via the STUN server.
- DontFragmentAttribute - class in org.ice4j.attribute
- The DONT-FRAGMENT attribute is used to inform TURN server (if it supports this attribute) that it should set DF bit to 1 in IPv4 headers when relaying client data.
- DTLS - enum entry in org.ice4j.Transport
Represents a datagram TLS (DTLS) transport.
- DTLSDatagramFilter - class in org.ice4j.socket
- A
DatagramPacketFilterwhich accepts DTLS packets only.