A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
M
- MagicCookieAttribute - class in org.ice4j.attribute
- The MAGIC-COOKIE attribute.
- makeClone(Object) - function in gov.nist.core.CandidateAttribute
- MappedAddressAttribute - class in org.ice4j.attribute
- The MAPPED-ADDRESS attribute indicates the mapped IP address and port.
- mappedIPv4ToRealIPv4(Array) - function in org.ice4j.ice.NetworkUtils
- Returns an IPv4 address matching the one mapped in the IPv6 addr.
- MappingCandidateHarvester - class in org.ice4j.ice.harvest
- A CandidateHarvester which maps existing local HostCandidates to new candidates.
- MappingCandidateHarvesters - class in org.ice4j.ice.harvest
- Manages a static list of MappingCandidateHarvester instances, created according to configuration provided as system properties.
- mark(int) - function in java.io.TCPInputStream
- markSupported() - function in java.io.TCPInputStream
- match(Object) - function in gov.nist.javax.sdp.fields.CandidateAttribute
- merge(Object) - function in gov.nist.core.CandidateAttribute
- MergingDatagramSocket - class in org.ice4j.socket
- A DatagramSocket implementation which merges a set of sockets.
- Message - class in org.ice4j.message
- This class represents a STUN message.
- MessageEventHandler - class in org.ice4j.stack
- The class is used for collecting incoming STUN messages from the NetAccessManager (and more precisely - MessageProcessors).
- MessageFactory - class in org.ice4j.message
- This class provides factory methods to allow an application to create STUN and TURN messages from a particular implementation.
- MessageIntegrityAttribute - class in org.ice4j.attribute
- The MESSAGE-INTEGRITY attribute contains an HMAC-SHA1 [RFC2104] of the STUN message.
- MultiplexedDatagramSocket - class in org.ice4j.socket
- Represents a DatagramSocket which receives DatagramPackets selected by a DatagramPacketFilter from a MultiplexingDatagramSocket.
- MultiplexedSocket - class in org.ice4j.socket
- Represents a Socket which receives DatagramPackets selected by a DatagramPacketFilter from a MultiplexingSocket.
- MultiplexingDatagramSocket - class in org.ice4j.socket
- Represents a DatagramSocket which allows filtering DatagramPackets it reads from the network using DatagramPacketFilters so that the DatagramPackets do not get received through it but through associated MultiplexedDatagramSockets.
- MultiplexingSocket - class in org.ice4j.socket
- Represents a Socket which allows filtering DatagramPackets it reads from the network using DatagramPacketFilters so that the DatagramPackets do not get received through it but through associated MultiplexedSockets.
- MuxServerSocketChannelFactory - class in org.ice4j.socket
- If supported by the runtime, initializes ServerSocketChannels which are capable of sharing their listening endpoints with multiple others like them.