A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
F
- FAILED - enum entry in org.ice4j.ice.CandidatePairState
Indicates that the candidate pair is in a "Failed" state which means that a check for this pair was already done and failed, either never producing any response or producing an unrecoverable failure response.
- FAILED - enum entry in org.ice4j.ice.CheckListState
In this state, the ICE checks have not completed successfully for this media stream.
- FAILED - enum entry in org.ice4j.ice.IceProcessingState
The state is Completed when ICE processing is Failed if processing failed without success.
- fillInStackTrace() - function in java.lang.StunException
- fillInStackTrace() - function in java.lang.NetAccessManager.SocketNotFoundException
- fillInStackTrace() - function in java.lang.SocketClosedException
- findCandidatePair(TransportAddress,TransportAddress) - function in org.ice4j.ice.Agent
- Returns the CandidatePair with the specified remote and local addresses or null if neither of the CheckLists in this Agent's streams contain such a pair.
- findCandidatePair(String,String) - function in org.ice4j.ice.Agent
- Returns the CandidatePair with the specified remote and local addresses or null if neither of the CheckLists in this Agent's streams contain such a pair.
- findCandidatePair(TransportAddress,TransportAddress) - function in org.ice4j.ice.IceMediaStream
- Returns the CandidatePair with the specified remote and local addresses or null if neither of the CheckLists in this stream contain such a pair.
- findCandidatePair(String,String) - function in org.ice4j.ice.IceMediaStream
- Returns the CandidatePair with the specified remote and local addresses or null if neither of the CheckLists in this stream contain such a pair.
- findHarvesterForAddress(TransportAddress) - function in org.ice4j.ice.harvest.MappingCandidateHarvesters
- findLocalCandidate(TransportAddress) - function in org.ice4j.ice.Agent
- Returns the local LocalCandidate with the specified address if it belongs to any of this Agent's streams or null if it doesn't.
- findLocalCandidate(TransportAddress,LocalCandidate) - function in org.ice4j.ice.Agent
- Returns the local LocalCandidate with the specified address if it belongs to any of this Agent's streams or null if it doesn't.
- findLocalCandidate(TransportAddress,LocalCandidate) - function in org.ice4j.ice.IceMediaStream
- Returns the local LocalCandidate with the specified address if it belongs to any of this stream's components or null otherwise.
- findLocalCandidate(TransportAddress) - function in org.ice4j.ice.Component
- Returns the local LocalCandidate with the specified localAddress if it belongs to this component or null if it doesn't.
- findLocalCandidate(TransportAddress,LocalCandidate) - function in org.ice4j.ice.Component
- Returns the local LocalCandidate with the specified address if it belongs to this component or null if it doesn't.
- findPairMatching(LocalCandidate,RemoteCandidate) - function in org.ice4j.ice.CheckList
- Returns a pair which matches the specified local and remote candidates' transport addresses, if any, otherwise null.
- findRemoteCandidate(TransportAddress) - function in org.ice4j.ice.Agent
- Returns the remote Candidate with the specified remoteAddress if it belongs to any of this Agent's streams or null if it doesn't.
- findRemoteCandidate(TransportAddress) - function in org.ice4j.ice.IceMediaStream
- Returns the local Candidate with the specified remoteAddress if it belongs to any of this stream's s or null if it doesn't.
- findRemoteCandidate(TransportAddress) - function in org.ice4j.ice.Component
- Returns the remote Candidate with the specified remoteAddress if it belongs to this Component or null if it doesn't.
- FingerprintAttribute - class in org.ice4j.attribute
- The FINGERPRINT attribute is used to distinguish STUN packets from packets of other protocols.
- finishConnect() - function in org.ice4j.socket.BaseDelegatingSocketChannel
- Forwards to delegate.
- fireMessageEvent(StunMessageEvent) - function in org.ice4j.stack.EventDispatcher
- Dispatch a StunMessageEvent to any registered listeners.
- firstElement() - function in java.util.CheckList
- flush() - function in org.ice4j.socket.TCPOutputStream
- forceAwsHarvester() - function in org.ice4j.ice.harvest.HarvestConfig
- forEach(Consumer) - function in java.util.CheckList
- forEach(Consumer) - function in java.lang.CandidateHarvesterSet
- format(LogRecord) - function in org.ice4j.util.Ice4jLogFormatter
- Format the given LogRecord.
- formatMessage(LogRecord) - function in java.util.logging.Ice4jLogFormatter
- FoundationsRegistry - class in org.ice4j.ice
- We FoundationsRegistrys to keep track of and generate new foundations within the lifetime of a single Agent.
- free() - function in org.ice4j.ice.Agent
- Prepares this Agent for garbage collection by ending all related processes and freeing its IceMediaStreams, Components and Candidates.
- free() - function in org.ice4j.ice.ServerReflexiveCandidate
- Frees resources allocated by this candidate such as its DatagramSocket, for example.
- fromString(String) - function in org.ice4j.ice.KeepAliveStrategy
- fromString(String) - function in org.ice4j.ice.NominationStrategy
- FROZEN - enum entry in org.ice4j.ice.CandidatePairState
Indicates that the candidate pair is in a "Frozen" state which means that a check for this pair hasn't been performed, and it can't yet be performed until some other check succeeds, allowing this pair to unfreeze and move into the Waiting state.