A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X 

C

calculateHmacSha1(Array,int,int,Array) - function in org.ice4j.attribute.MessageIntegrityAttribute
Encodes message using key and the HMAC-SHA1 algorithm as per RFC 2104 and returns the resulting byte array.
calculateXorCRC32(Array,int,int) - function in org.ice4j.attribute.FingerprintAttribute
Calculates and returns the CRC32 checksum for message after applying the XOR_MASK specified by RFC 5389.
cancel() - function in org.ice4j.util.PeriodicRunnable
Cancels periodic execution of run on executor's thread.
cancelTransaction(TransactionID) - function in org.ice4j.stack.StunStack
Cancels the StunClientTransaction with the specified transactionID.
Candidate - class in org.ice4j.ice
A candidate represents a transport address that is a potential point of contact for receipt of media.
CandidateAttribute - class in org.ice4j.ice.sdp
 
CandidateExtendedType - class in org.ice4j.ice
Enumeration which lists the different available methods used to discover new candidates.
CandidateHarvester - class in org.ice4j.ice.harvest
A CandidateHarvester gathers a certain kind of Candidates (e.g.
CandidateHarvesterSet - class in org.ice4j.ice.harvest
Implements Set of CandidateHarvesters which runs the gathering of candidate addresses performed by its elements in parallel.
CandidatePair - class in org.ice4j.ice
CandidatePairs map local to remote Candidates so that they could be added to check lists.
CandidatePair.PairComparator - class in org.ice4j.ice.CandidatePair
A Comparator using the compareTo method of the CandidatePair
CandidatePairState - class in org.ice4j.ice
Each candidate pair in the a list has a CandidatePairState.
CandidateTcpType - class in org.ice4j.ice
Represents the TCP types for ICE TCP candidates.
CandidateType - class in org.ice4j.ice
According to the ICE specification, Candidates have a type property which makes them server reflexive, peer reflexive, relayed or host).
canReach(TransportAddress) - function in org.ice4j.TransportAddress
Determines whether this TransportAddress is theoretically capable of communicating with dst.
canReach(Candidate) - function in org.ice4j.ice.PeerReflexiveCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.LocalCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.Candidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.UPNPCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.HostCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.ServerReflexiveCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.TcpHostCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.RelayedCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.GoogleRelayedCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
canReach(Candidate) - function in org.ice4j.ice.RemoteCandidate
Determines whether this Candidate'sTransportAddress is theoretically usable for communication with that of dst.
capacity() - function in java.util.CheckList
 
ChangedAddressAttribute - class in org.ice4j.attribute
The CHANGED-ADDRESS attribute indicates the IP address and port where responses would have been sent from if the "change IP" and "change port" flags had been set in the CHANGE-REQUEST attribute of the Binding Request.
ChangeRequestAttribute - class in org.ice4j.attribute
This class represents the STUN CHANGE-REQUEST attribute.
ChannelData - class in org.ice4j.message
The ChannelData message are used in TURN protocol after a client has bound a channel to a peer.
ChannelDataEventHandler - class in org.ice4j.stack
The interface is used for collecting incoming ChannelData messages from the NetAccessManager (and more precisely - MessageProcessors).
ChannelDataMessageEvent - class in org.ice4j
The class is used to dispatch incoming ChannelData messages.
ChannelNumberAttribute - class in org.ice4j.attribute
The CHANNEL-NUMBER attribute is used to known on which channel the TURN client want to send data.
CheckList - class in org.ice4j.ice
A check list is a list of CandidatePairs with a state (i.e.
CheckListState - class in org.ice4j.ice
Everty CheckList is associated with a state, which captures the state of ICE checks for that media stream.
checkLocalUserName(String) - function in org.ice4j.security.CredentialsManager
Verifies whether username is currently known to any of the CredentialsAuthoritys registered with this manager and and returns true if so.
checkLocalUserName(String) - function in org.ice4j.security.CredentialsAuthority
Verifies whether username is currently known to this authority and returns true if so.
checkLocalUserName(String) - function in org.ice4j.security.LongTermCredentialSession
Determines whether username is currently known to this authority
clear() - function in java.util.CheckList
 
clear() - function in java.util.CandidateHarvesterSet
 
clone() - function in java.util.CheckList
 
clone() - function in org.ice4j.ice.sdp.CandidateAttribute
Returns a reference to this attribute.
close() - function in org.ice4j.ice.ComponentSocket
 
close() - function in java.net.ComponentSocket
 
close() - function in org.ice4j.ice.harvest.TcpHarvester
Triggers the termination of the threads of this MultiplexingTcpHarvester.
close(RelayedCandidateDatagramSocket) - function in org.ice4j.ice.harvest.TurnCandidateHarvest
Notifies this TurnCandidateHarvest that a specific RelayedCandidateDatagramSocket is closing and that this instance is to delete the associated TURN Allocation.
close() - function in org.ice4j.ice.harvest.TurnCandidateHarvest
Close the harvest.
close(GoogleRelayedCandidateDatagramSocket) - function in org.ice4j.ice.harvest.GoogleTurnCandidateHarvest
Notifies this TurnCandidateHarvest that a specific RelayedCandidateDatagramSocket is closing and that this instance is to delete the associated TURN Allocation.
close() - function in org.ice4j.ice.harvest.GoogleTurnCandidateHarvest
Close the harvest.
close() - function in org.ice4j.ice.harvest.AbstractUdpListener
Triggers the termination of the threads of this instance.
close() - function in org.ice4j.ice.harvest.StunCandidateHarvest
Close the harvest.
close() - function in org.ice4j.ice.harvest.SinglePortUdpHarvester
Triggers the termination of the threads of this instance.
close() - function in org.ice4j.ice.harvest.AbstractTcpListener
Triggers the termination of the threads of this MultiplexingTcpHarvester.
close() - function in org.ice4j.socket.IceTcpSocketWrapper
Closes this socket.
close() - function in org.ice4j.socket.MultiplexedDatagramSocket
Closes this datagram socket.
close() - function in java.net.MultiplexedDatagramSocket
 
close() - function in org.ice4j.socket.MultiplexedSocket
Closes this datagram socket.
close() - function in java.net.MultiplexedSocket
 
close() - function in org.ice4j.socket.IceSocketWrapper
Closes this socket.
close() - function in java.nio.channels.spi.BaseDelegatingServerSocketChannel
 
close() - function in org.ice4j.socket.TCPInputStream
 
close() - function in org.ice4j.socket.DelegatingSocket
 
close() - function in org.ice4j.socket.IceTcpServerSocketWrapper
Closes this socket.
close() - function in org.ice4j.socket.SafeCloseDatagramSocket
Closes this datagram socket.
close() - function in java.net.SafeCloseDatagramSocket
 
close() - function in org.ice4j.socket.DelegatingServerSocket
Forwards to delegate.
close() - function in org.ice4j.socket.MultiplexingSocket
 
close() - function in java.net.MultiplexingSocket
 
close() - function in org.ice4j.socket.DelegatingDatagramSocket
Closes this datagram socket.
close() - function in org.ice4j.socket.TCPOutputStream
 
close() - function in org.ice4j.socket.GoogleRelayedCandidateDelegate
Closes this datagram socket.
close() - function in org.ice4j.socket.RelayedCandidateDatagramSocket
Closes this datagram socket.
close() - function in org.ice4j.socket.MergingDatagramSocket
 
close() - function in java.nio.channels.spi.BaseDelegatingSocketChannel
 
close() - function in org.ice4j.socket.MultiplexingDatagramSocket
Closes this datagram socket.
close() - function in java.net.MultiplexingDatagramSocket
 
close() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
Closes this datagram socket.
close() - function in java.net.GoogleRelayedCandidateSocket
 
close() - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
Closes this datagram socket.
close() - function in org.ice4j.socket.IceUdpSocketWrapper
Closes this socket.
close() - function in java.net.PseudoTcpJavaSocket
 
close() - function in org.ice4j.pseudotcp.PseudoTcpSocket
 
compare(CandidatePair,CandidatePair) - function in org.ice4j.ice.CandidatePair.PairComparator
Compares pair1 and pair2 for order.
compareTo(T) - function in org.ice4j.ice.PeerReflexiveCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.PeerReflexiveCandidate
 
compareTo(T) - function in org.ice4j.ice.LocalCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.LocalCandidate
 
compareTo(T) - function in org.ice4j.ice.Candidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in org.ice4j.ice.UPNPCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.UPNPCandidate
 
compareTo(T) - function in org.ice4j.ice.HostCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.HostCandidate
 
compareTo(CandidatePair) - function in org.ice4j.ice.CandidatePair
Compares this CandidatePair with the specified object for order.
compareTo(T) - function in org.ice4j.ice.ServerReflexiveCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.ServerReflexiveCandidate
 
compareTo(T) - function in org.ice4j.ice.TcpHostCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.TcpHostCandidate
 
compareTo(T) - function in org.ice4j.ice.RelayedCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.RelayedCandidate
 
compareTo(T) - function in org.ice4j.ice.GoogleRelayedCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.GoogleRelayedCandidate
 
compareTo(T) - function in org.ice4j.ice.RemoteCandidate
Compares this Candidate with the specified one based on their priority and returns a negative integer, zero, or a positive integer if this Candidate has a lower, equal, or greater priority than the second.
compareTo(T) - function in java.lang.RemoteCandidate
 
comparing(Function,Comparator) - function in java.util.CandidatePair.PairComparator
 
comparingDouble(ToDoubleFunction) - function in java.util.CandidatePair.PairComparator
 
comparingInt(ToIntFunction) - function in java.util.CandidatePair.PairComparator
 
comparingLong(ToLongFunction) - function in java.util.CandidatePair.PairComparator
 
COMPLETED - enum entry in org.ice4j.ice.CheckListState

In this state, ICE checks have produced nominated pairs for each component of the media stream. Consequently, ICE has succeeded and media can be sent.

COMPLETED - enum entry in org.ice4j.ice.IceProcessingState

The state is Completed when ICE processing is complete.

Component - class in org.ice4j.ice
A component is a piece of a media stream requiring a single transport address; a media stream may require multiple components, each of which has to work for the media stream as a whole to work.
ComponentSocket - class in org.ice4j.ice
Extends MergingDatagramSocket with functionality specific to an ICE Component.
computeGTalkPriority() - function in org.ice4j.ice.PeerReflexiveCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.LocalCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.Candidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.UPNPCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.HostCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.ServerReflexiveCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.TcpHostCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.RelayedCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.GoogleRelayedCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriority() - function in org.ice4j.ice.RemoteCandidate
Computes the priority for this Candidate based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.PeerReflexiveCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.LocalCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.Candidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.UPNPCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.HostCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.ServerReflexiveCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.TcpHostCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.RelayedCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.GoogleRelayedCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computeGTalkPriorityForType(CandidateType) - function in org.ice4j.ice.RemoteCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the Google Talk specification.
computePriority() - function in org.ice4j.ice.PeerReflexiveCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.LocalCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.Candidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.UPNPCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.HostCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.ServerReflexiveCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.TcpHostCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.RelayedCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.GoogleRelayedCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriority() - function in org.ice4j.ice.RemoteCandidate
Computes the priority for this Candidate based on the procedures defined in the ICE specification..
computePriorityForType(CandidateType) - function in org.ice4j.ice.PeerReflexiveCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.LocalCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.Candidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.UPNPCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.HostCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.ServerReflexiveCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.TcpHostCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.RelayedCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.GoogleRelayedCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
computePriorityForType(CandidateType) - function in org.ice4j.ice.RemoteCandidate
Computes the priority this Candidate would have if it were of the specified candidateType and based on the procedures defined in the ICE specification.
configureBlocking(boolean) - function in java.nio.channels.spi.BaseDelegatingServerSocketChannel
 
configureBlocking(boolean) - function in java.nio.channels.spi.BaseDelegatingSocketChannel
 
connect(InetAddress,int) - function in java.net.ComponentSocket
 
connect(InetAddress,int) - function in org.ice4j.socket.MultiplexedDatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - function in org.ice4j.socket.MultiplexedDatagramSocket
Connects this socket to a remote socket address.
connect(InetAddress,int) - function in java.net.MultiplexedDatagramSocket
 
connect(SocketAddress) - function in org.ice4j.socket.MultiplexedSocket
 
connect(SocketAddress,int) - function in org.ice4j.socket.MultiplexedSocket
 
connect(SocketAddress) - function in java.net.MultiplexedSocket
 
connect(SocketAddress) - function in org.ice4j.socket.DelegatingSocket
 
connect(SocketAddress,int) - function in org.ice4j.socket.DelegatingSocket
 
connect(InetAddress,int) - function in org.ice4j.socket.SafeCloseDatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - function in org.ice4j.socket.SafeCloseDatagramSocket
Connects this socket to a remote socket address.
connect(InetAddress,int) - function in java.net.SafeCloseDatagramSocket
 
connect(SocketAddress) - function in org.ice4j.socket.MultiplexingSocket
 
connect(SocketAddress,int) - function in org.ice4j.socket.MultiplexingSocket
 
connect(SocketAddress) - function in java.net.MultiplexingSocket
 
connect(InetAddress,int) - function in org.ice4j.socket.DelegatingDatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - function in org.ice4j.socket.DelegatingDatagramSocket
Connects this socket to a remote socket address.
connect(InetAddress,int) - function in java.net.RelayedCandidateDatagramSocket
 
connect(InetAddress,int) - function in java.net.MergingDatagramSocket
 
connect(SocketAddress) - function in org.ice4j.socket.BaseDelegatingSocketChannel
Forwards to delegate.
connect(InetAddress,int) - function in org.ice4j.socket.MultiplexingDatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - function in org.ice4j.socket.MultiplexingDatagramSocket
Connects this socket to a remote socket address.
connect(InetAddress,int) - function in java.net.MultiplexingDatagramSocket
 
connect(SocketAddress) - function in org.ice4j.socket.GoogleRelayedCandidateSocket
 
connect(SocketAddress,int) - function in org.ice4j.socket.GoogleRelayedCandidateSocket
 
connect(SocketAddress) - function in java.net.GoogleRelayedCandidateSocket
 
connect(InetAddress,int) - function in java.net.GoogleRelayedCandidateDatagramSocket
 
connect() - function in org.ice4j.pseudotcp.PseudoTCPBase
Enqueues connect message and starts connection procedure
connect(SocketAddress) - function in java.net.PseudoTcpJavaSocket
 
connect(SocketAddress) - function in org.ice4j.pseudotcp.PseudoTcpSocket
Connects without the timeout.
connect(SocketAddress,int) - function in org.ice4j.pseudotcp.PseudoTcpSocket
On Android, we must not use the default connect implementation, because that one deals directly with physical resources, while we create a socket on top of another socket.
ConnectionIdAttribute - class in org.ice4j.attribute
The connection ID attribute defined in RFC 6062: Traversal Using Relays around NAT (TURN) Extensions for TCP Allocations.
consumeReadData(int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
Aligns current read position by count
consumeWriteBuffer(int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
Advances current buffer's write position by count bytes
contains(Object) - function in java.util.CheckList
 
contains(Object) - function in java.util.CandidateHarvesterSet
 
contains(char) - function in org.ice4j.attribute.UnknownAttributesAttribute
Verifies whether the specified attributeID is contained by this attribute.
containsAll(Collection) - function in java.util.CheckList
 
containsAll(Collection) - function in java.util.CandidateHarvesterSet
 
containsAttribute(char) - function in org.ice4j.message.Response
Returns true if the this Message contains an attribute with the specified type or false otherwise.
containsAttribute(char) - function in org.ice4j.message.Indication
Returns true if the this Message contains an attribute with the specified type or false otherwise.
containsAttribute(char) - function in org.ice4j.message.Message
Returns true if the this Message contains an attribute with the specified type or false otherwise.
containsAttribute(char) - function in org.ice4j.message.Request
Returns true if the this Message contains an attribute with the specified type or false otherwise.
containsNomineeForComponent(Component) - function in org.ice4j.ice.CheckList
Returns true if this CheckList already contains a nominated CandidatePair for the specified component and false otherwise.
ContentDependentAttribute - class in org.ice4j.attribute
ContentDependentAttributes have a value that depend on the content of the message.
copyInto(Array) - function in java.util.CheckList
 
copyOf(Collection) - function in java.util.CheckList
 
copyOf(Collection) - function in java.util.CandidateHarvesterSet
 
countLocalHostCandidates() - function in org.ice4j.ice.Component
Returns the number of local host candidates currently registered in this Component.
create3489BindingResponse(TransportAddress,TransportAddress,TransportAddress) - function in org.ice4j.message.MessageFactory
Creates a BindingResponse in a 3489 compliant manner, assigning the specified values to mandatory headers.
createAllocateRequest() - function in org.ice4j.message.MessageFactory
Create an allocate request without attribute.
createAllocateRequest(byte,boolean) - function in org.ice4j.message.MessageFactory
Create an allocate request to allocate an even port.
createAllocationErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a allocation error response according to the specified error code.
createAllocationErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a allocation error response according to the specified error code.
createAllocationResponse(Request,TransportAddress,TransportAddress,int) - function in org.ice4j.message.MessageFactory
Creates a AllocationResponse in a 5389 compliant manner containing at most 4 attributes XOR-RELAYED-ADDRESS attribute LIFETIME attribute XOR-MAPPED-ADDRESS attribute
createAllocationResponse(Request,TransportAddress,TransportAddress,Array,int) - function in org.ice4j.message.MessageFactory
Creates a AllocationResponse in a 5389 compliant manner containing at most 4 attributes XOR-RELAYED-ADDRESS attribute LIFETIME attribute RESERVATION-TOKEN attribute XOR-MAPPED-ADDRESS attribute
createBindingErrorResponse(char,String,Array) - function in org.ice4j.message.MessageFactory
Creates a binding error response according to the specified error code and unknown attributes.
createBindingErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a binding error response with an ERROR-CODE attribute.
createBindingErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a binding error response according to the specified error code.
createBindingErrorResponseUnknownAttributes(Array) - function in org.ice4j.message.MessageFactory
Creates a binding error response with UNKNOWN_ATTRIBUTES error code and the specified unknown attributes.
createBindingErrorResponseUnknownAttributes(String,Array) - function in org.ice4j.message.MessageFactory
Creates a binding error response with UNKNOWN_ATTRIBUTES error code and the specified unknown attributes and reason phrase.
createBindingIndication() - function in org.ice4j.message.MessageFactory
Creates a default binding indication.
createBindingRequest() - function in org.ice4j.message.MessageFactory
Creates a default binding request.
createBindingRequest(long) - function in org.ice4j.message.MessageFactory
Creates a default binding request.
createBindingRequest(long,boolean,long) - function in org.ice4j.message.MessageFactory
Creates a default binding request.
createBindingResponse(Request,TransportAddress) - function in org.ice4j.message.MessageFactory
Creates a BindingResponse in a 5389 compliant manner containing a single XOR-MAPPED-ADDRESS attribute
createBoundSocket(InetSocketAddress) - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates socket bound to local sockAddr
createChangedAddressAttribute(TransportAddress) - function in org.ice4j.attribute.AttributeFactory
Creates a changedAddressAttribute of the specified type and with the specified address and port
createChangeRequestAttribute() - function in org.ice4j.attribute.AttributeFactory
Creates a ChangeRequestAttribute with "false" values for the changeIP and changePort flags.
createChangeRequestAttribute(boolean,boolean) - function in org.ice4j.attribute.AttributeFactory
Creates a ChangeRequestAttribute with the specified flag values.
createChannelBindErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a Channel Bind Error Response with given error code.
createChannelBindErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a Channel Bind Error Response with given error code and reasonPhrase.
createChannelBindRequest(char,TransportAddress,Array) - function in org.ice4j.message.MessageFactory
Create a ChannelBind request.
createChannelBindResponse() - function in org.ice4j.message.MessageFactory
Creates a Channel Bind Success Response.
createChannelNumberAttribute(char) - function in org.ice4j.attribute.AttributeFactory
Create a ChannelNumberAttribute.
createComponent(IceMediaStream,int,int,int) - function in org.ice4j.ice.Agent
Creates a new Component for the specified stream and allocates potentially all local candidates that should belong to it.
createComponent(IceMediaStream,int,int,int,KeepAliveStrategy) - function in org.ice4j.ice.Agent
Creates a new Component for the specified stream and allocates potentially all local candidates that should belong to it.
createComponent(IceMediaStream,int,int,int,KeepAliveStrategy,boolean) - function in org.ice4j.ice.Agent
Creates a new Component for the specified stream and allocates potentially all local candidates that should belong to it.
createComponent(IceMediaStream,KeepAliveStrategy,boolean) - function in org.ice4j.ice.Agent
Creates a new Component for the specified stream and allocates potentially all local candidates that should belong to it.
createConnectErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a Connect error response according to the specified error code.
createConnectErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a Connect error response according to the specified error code.
createConnectionAttemptIndication(int,TransportAddress) - function in org.ice4j.message.MessageFactory
Creates a ConnectionAttempt Indication in a 6062 compliant manner containing only CONECTION-ID-ATTRIBUTE attribute and XOR-PPER-ADDRESS attribute.
createConnectionAttemptIndication(int,TransportAddress,Array) - function in org.ice4j.message.MessageFactory
Creates a ConnectionAttempt Indication in a 6062 compliant manner containing only CONECTION-ID-ATTRIBUTE attribute and XOR-PPER-ADDRESS attribute.
createConnectionBindErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a ConnectionBind error response according to the specified error code.
createConnectionBindErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a ConnectionBind error response according to the specified error code.
createConnectionBindRequest(int) - function in org.ice4j.message.MessageFactory
Creates a ConnectionBindRequest in a 6062 compliant manner containing only CONECTION-ID-ATTRIBUTE attribute.
createConnectionBindResponse() - function in org.ice4j.message.MessageFactory
Creates a ConnectionBind Response in a 6062 compliant manner.
createConnectionIdAttribute(int) - function in org.ice4j.attribute.AttributeFactory
Creates a new ConnectionIdAttribute of the specified connectionIdValue
createConnectionIdAttribute() - function in org.ice4j.attribute.AttributeFactory
Creates a new ConnectionIdAttribute.
createConnectRequest(TransportAddress,Request) - function in org.ice4j.message.MessageFactory
Creates a ConnectRequest in a 6062 compliant manner containing only XOR-PEER-ADDRESS attribute
createConnectRequest(TransportAddress,Array) - function in org.ice4j.message.MessageFactory
Creates a ConnectRequest in a 6062 compliant manner containing only XOR-PEER-ADDRESS attribute.
createConnectResponse(int) - function in org.ice4j.message.MessageFactory
Creates a Connect Response in a 6062 compliant manner containing a single CONNECTION-ID-ATTRIBUTE attribute
createCorrespondingErrorResponse(char,char,String,Array) - function in org.ice4j.stack.StunStack
Returns the Error Response object with specified errorCode and reasonPhrase corresponding to input type.
createCreatePermissionErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a create permission error response.
createCreatePermissionRequest(TransportAddress,Array) - function in org.ice4j.message.MessageFactory
Creates a new TURN CreatePermission Request with a specific value for its XOR-PEER-ADDRESS attribute.
createCreatePermissionResponse() - function in org.ice4j.message.MessageFactory
Creates a create permission success response.
createDataAttribute(Array) - function in org.ice4j.attribute.AttributeFactory
Create a DataAtttribute.
createDataAttributeWithoutPadding(Array) - function in org.ice4j.attribute.AttributeFactory
Create a DataAtttribute.
createDataIndication(TransportAddress,Array,Array) - function in org.ice4j.message.MessageFactory
Create a Data Indication.
createDestinationAddressAttribute(TransportAddress) - function in org.ice4j.attribute.AttributeFactory
Creates a DestinationFromAddressAttribute of the specified type and with the specified address and port
createErrorCodeAttribute(byte,byte) - function in org.ice4j.attribute.AttributeFactory
Creates an ErrorCodeAttribute with the specified error class and number and a default reason phrase.
createErrorCodeAttribute(byte,byte,String) - function in org.ice4j.attribute.AttributeFactory
Creates an ErrorCodeAttribute with the specified error class, number and reason phrase.
createErrorCodeAttribute(char) - function in org.ice4j.attribute.AttributeFactory
Creates an ErrorCodeAttribute with the specified error code and a default reason phrase.
createErrorCodeAttribute(char,String) - function in org.ice4j.attribute.AttributeFactory
Creates an ErrorCodeAttribute with the specified error code and reason phrase.
createEvenPortAttribute(boolean) - function in org.ice4j.attribute.AttributeFactory
Create a EventAttribute.
createFingerprintAttribute() - function in org.ice4j.attribute.AttributeFactory
Creates an empty FingerprintAttribute with a 0 check sum.
createGoogleAllocateRequest(String) - function in org.ice4j.message.MessageFactory
Create an allocate request for a Google TURN relay (old TURN protocol modified).
createHarvesters(int) - function in org.ice4j.ice.harvest.SinglePortUdpHarvester
Creates a new SinglePortUdpHarvester instance for each allowed IP address found on each allowed network interface, with the given port.
createIceControlledAttribute(long) - function in org.ice4j.attribute.AttributeFactory
Creates an IceControlledAttribute object with the specified tie-breaker value
createIceControllingAttribute(long) - function in org.ice4j.attribute.AttributeFactory
Creates an IceControllingAttribute with the specified tie-breaker value
createLifetimeAttribute(int) - function in org.ice4j.attribute.AttributeFactory
Create a LifetimeAttribute.
createMagicCookieAttribute() - function in org.ice4j.attribute.AttributeFactory
Creates a MagicCookieAttribute.
createMappedAddressAttribute(TransportAddress) - function in org.ice4j.attribute.AttributeFactory
Creates a MappedAddressAttribute of the specified type and with the specified address and port
createMediaStream(String) - function in org.ice4j.ice.Agent
Creates a new media stream and stores it.
createMessageIntegrityAttribute(String) - function in org.ice4j.attribute.AttributeFactory
Creates an empty MessageIntegrityAttribute.
createNewReservationTokenAttribute() - function in org.ice4j.attribute.ReservationTokenAttribute
Creates a Reservation Token object.
createNewRFC3489TransactionID() - function in org.ice4j.stack.TransactionID
Creates a RFC3489 transaction id object.
createNewTransactionID() - function in org.ice4j.stack.TransactionID
Creates a transaction id object.
createNonceAttribute(Array) - function in org.ice4j.attribute.AttributeFactory
Create a NonceAttribute.
createPermissionErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a create permission error response.
createPriorityAttribute(long) - function in org.ice4j.attribute.AttributeFactory
Creates a Priority attribute with the specified priority value
createRealmAttribute(Array) - function in org.ice4j.attribute.AttributeFactory
Create a RealmAttribute.
createReflectedFromAttribute(TransportAddress) - function in org.ice4j.attribute.AttributeFactory
Creates a ReflectedFromAddressAttribute of the specified type and with the specified address and port
createRefreshErrorResponse(char) - function in org.ice4j.message.MessageFactory
Creates a refresh error response
createRefreshErrorResponse(char,String) - function in org.ice4j.message.MessageFactory
Creates a refresh error response.
createRefreshRequest() - function in org.ice4j.message.MessageFactory
Creates a new TURN Refresh Request without any optional attributes such as LIFETIME.
createRefreshRequest(int) - function in org.ice4j.message.MessageFactory
Create a refresh request.
createRefreshResponse(int) - function in org.ice4j.message.MessageFactory
Creates a refresh success response with given lifetime.
createRequestedAddressFamilyAttribute(char) - function in org.ice4j.attribute.AttributeFactory
Creates a new RequestedAddressFamilyAttribute of the specified family
createRequestedTransportAttribute(byte) - function in org.ice4j.attribute.AttributeFactory
Create a RequestedTransportAttribute.
createReservationTokenAttribute(Array) - function in org.ice4j.attribute.AttributeFactory
Create a ReservationTokenAttribute.
createResponseAddressAttribute(TransportAddress) - function in org.ice4j.attribute.AttributeFactory
Creates a ResponseFromAddressAttribute of the specified type and with the specified address and port
createSendIndication(TransportAddress,Array,Array) - function in org.ice4j.message.MessageFactory
Create a Send Indication.
createSendRequest(String,TransportAddress,Array) - function in org.ice4j.message.MessageFactory
Create a old Send Request.
createSharedSecretErrorResponse() - function in org.ice4j.message.MessageFactory
Create a shared secret error response.
createSharedSecretRequest() - function in org.ice4j.message.MessageFactory
Create a shared secret request.
createSharedSecretResponse() - function in org.ice4j.message.MessageFactory
Create a shared secret response.
createSocket(String,int) - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates a socket and connects it to the specified port number at the specified address.
createSocket(InetAddress,int) - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates a socket and connect it to the specified remote address on the specified remote port.
createSocket(String,int,InetAddress,int) - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates a socket and connects it to the specified remote host at the specified remote port.
createSocket(InetAddress,int,InetAddress,int) - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates a socket and connects it to the specified remote host on the specified remote port.
createSocket(DatagramSocket) - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates a socket that will run on given datagramSocket
createSocket() - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
Creates the PseudoTcp socket and binds it to any available port on the local host machine.
createSocketImpl() - function in org.ice4j.pseudotcp.PseudoTcpSocketFactory
 
createSoftwareAttribute(Array) - function in org.ice4j.attribute.AttributeFactory
Create a SoftwareAttribute.
createSourceAddressAttribute(TransportAddress) - function in org.ice4j.attribute.AttributeFactory
Creates a SourceFromAddressAttribute of the specified type and with the specified address and port
createTransactionID(StunStack,Array) - function in org.ice4j.stack.TransactionID
Returns a TransactionID instance for the specified id.
createTrickleUpdate(Collection) - function in org.ice4j.ice.sdp.IceSdpUtils
Generates and returns a set of attributes that can be used for a trickle update, such as a SIP INFO, with the specified localCandidates.
createUnboundDatagramSocket() - function in org.ice4j.socket.DatagramSocketFactory
Creates an unbound DatagramSocket: - i.
createUnknownAttributesAttribute() - function in org.ice4j.attribute.AttributeFactory
Creates an empty UnknownAttributesAttribute.
createUnresolved(String,int) - function in java.net.TransportAddress
 
createUseCandidateAttribute() - function in org.ice4j.attribute.AttributeFactory
Creates a UseCandidateAttribute
createUsernameAttribute(Array) - function in org.ice4j.attribute.AttributeFactory
Create a UsernameAttribute.
createUsernameAttribute(String) - function in org.ice4j.attribute.AttributeFactory
Creates a new UsernameAttribute instance.
createXorMappedAddressAttribute(TransportAddress,Array) - function in org.ice4j.attribute.AttributeFactory
Creates a XorMappedAddressAttribute for the specified address.
createXorPeerAddressAttribute(TransportAddress,Array) - function in org.ice4j.attribute.AttributeFactory
Creates a XorPeerAddressAttribute of the specified type and with the specified address and port
createXorRelayedAddressAttribute(TransportAddress,Array) - function in org.ice4j.attribute.AttributeFactory
Creates a XorRelayedAddressAttribute of the specified type and with the specified address and port.
CredentialsAuthority - class in org.ice4j.security
The CredentialsAuthority interface is implemented by applications in order to allow the stack to verify the integrity of incoming messages containing the MessageIntegrityAttribute.
CredentialsManager - class in org.ice4j.security
The CredentialsManager allows an application to handle verification of incoming MessageIntegrityAttributes by registering a CredentialsAuthority implementation.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X