A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
P
- PacketLogger - class in org.ice4j.stack
- The interface which interested implementers will use in order to track and log packets send and received by this stack.
- parallelStream() - function in java.util.CheckList
- parallelStream() - function in java.util.CandidateHarvesterSet
- parse(String) - function in org.ice4j.Transport
- Returns a Transport instance corresponding to the specified transportName.
- parse(String) - function in org.ice4j.ice.CandidateTcpType
- Parses the string candidateTcpTypeName and return the corresponding CandidateTcpType instance.
- parse(String) - function in org.ice4j.ice.CandidateExtendedType
- Returns a CandidateExtendedType instance corresponding to the specified extendedTypeName.
- parse(String) - function in org.ice4j.ice.CandidateType
- Returns a CandidateType instance corresponding to the specified candidateTypeName.
- parseSeg(Array,int) - function in org.ice4j.pseudotcp.PseudoTCPBase
- Method can be used in debugging utilities to parse PTCP segment
- PASSIVE - enum entry in org.ice4j.ice.CandidateTcpType
The "passive" TCP candidate type.
- PEER_REFLEXIVE_CANDIDATE - enum entry in org.ice4j.ice.CandidateType
Peer Reflexive Candidate: A candidate whose IP address and port are a binding allocated by a NAT for an agent when it sent a STUN Binding Request through the NAT to its peer.
- PeerReflexiveCandidate - class in org.ice4j.ice
- Peer Reflexive Candidates are candidates whose IP address and port are a binding explicitly allocated by a NAT for an agent when it sent a STUN Binding request through the NAT to its peer.
- PeerUdpMessageEvent - class in org.ice4j
- The class is used to dispatch incoming UDP peer messages.
- PeerUdpMessageEventHandler - class in org.ice4j.stack
- The interface is used for collecting incoming Peer UDP Message messages from the NetAccessManager (and more precisely - MessageProcessors) if it is of no other type.
- PeriodicRunnable - class in org.ice4j.util
- A base class for runnables which should be periodically executed on specified executor service.
- printStackTrace() - function in java.lang.StunException
- printStackTrace() - function in java.lang.NetAccessManager.SocketNotFoundException
- printStackTrace() - function in java.lang.SocketClosedException
- PriorityAttribute - class in org.ice4j.attribute
- This class is used to represent the PRIORITY attribute used for ICE processing This attribute is not in the original specification of STUN It is added as an extension to STUN to be used for ICE implementations PRIORITY attribute contains a 32 bit priority value It is used in stun binding requests sent from ICE-Agents to their peers
- processErrorOrFailure(Response,Request) - function in org.ice4j.socket.GoogleRelayedCandidateDelegate
- Notifies this GoogleRelayedCandidateDatagramSocket that a specific Request it has sent has either failed or received a STUN error Response.
- processErrorOrFailure(Response,Request) - function in org.ice4j.socket.RelayedCandidateDatagramSocket
- Notifies this RelayedCandidateDatagramSocket that a specific Request it has sent has either failed or received a STUN error Response.
- processRequest(StunMessageEvent) - function in org.ice4j.stack.RequestListener
- Called when delivering incoming STUN requests.
- processResponse(StunResponseEvent) - function in org.ice4j.AbstractResponseCollector
- Dispatch the specified response.
- processResponse(StunResponseEvent) - function in org.ice4j.ResponseCollector
- Dispatch the specified response.
- processResponse(StunResponseEvent) - function in org.ice4j.ice.harvest.TurnCandidateHarvest
- Notifies this ResponseCollector that a STUN response described by the specified StunResponseEvent has been received.
- processResponse(StunResponseEvent) - function in org.ice4j.ice.harvest.GoogleTurnCandidateHarvest
- Notifies this ResponseCollector that a STUN response described by the specified StunResponseEvent has been received.
- processResponse(StunResponseEvent) - function in org.ice4j.ice.harvest.StunCandidateHarvest
- Notifies this ResponseCollector that a STUN response described by the specified StunResponseEvent has been received.
- processResponse(StunResponseEvent) - function in org.ice4j.socket.GoogleRelayedCandidateDelegate
- Dispatch the specified response.
- processResponse(StunResponseEvent) - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- Dispatch the specified response.
- processResponse(StunResponseEvent) - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
- Dispatch the specified response.
- processResponse(StunResponseEvent) - function in org.ice4j.stunclient.BlockingRequestSender
- Saves the message event and notifies the discoverer thread so that it may resume.
- processSuccess(Response,Request) - function in org.ice4j.socket.GoogleRelayedCandidateDelegate
- Notifies this GoogleRelayedCandidateDatagramSocket that a specific Request it has sent has received a STUN success Response.
- processSuccess(Response,Request) - function in org.ice4j.socket.RelayedCandidateDatagramSocket
- Notifies this RelayedCandidateDatagramSocket that a specific Request it has sent has received a STUN success Response.
- processSuccess(Response,Request) - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- Notifies this GoogleRelayedCandidateSocket that a specific Request it has sent has received a STUN success Response.
- processSuccess(Response,Request) - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
- Notifies this GoogleRelayedCandidateDatagramSocket that a specific Request it has sent has received a STUN success Response.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.AbstractResponseCollector
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.ResponseCollector
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.TurnCandidateHarvest
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.GoogleTurnCandidateHarvest
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.StunCandidateHarvest
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.socket.GoogleRelayedCandidateDelegate
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processTimeout(StunTimeoutEvent) - function in org.ice4j.BlockingRequestSender
- Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- processUnreachable(StunFailureEvent) - function in org.ice4j.AbstractResponseCollector
- Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered.
- processUnreachable(StunFailureEvent) - function in org.ice4j.TurnCandidateHarvest
- Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered.
- processUnreachable(StunFailureEvent) - function in org.ice4j.GoogleTurnCandidateHarvest
- Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered.
- processUnreachable(StunFailureEvent) - function in org.ice4j.StunCandidateHarvest
- Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered.
- processUnreachable(StunFailureEvent) - function in org.ice4j.BlockingRequestSender
- Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered.
- propertyChange(PropertyChangeEvent) - function in org.ice4j.ice.ComponentSocket
- Handles property change events coming from ICE pairs.
- propertyChange(PropertyChangeEvent) - function in org.ice4j.ice.Component
- Handles events coming from candidate pairs.
- propertyChange(PropertyChangeEvent) - function in org.ice4j.ice.DefaultNominator
- Tracks changes of state in IceMediaStreams and s.
- provider() - function in java.nio.channels.spi.BaseDelegatingServerSocketChannel
- provider() - function in java.nio.channels.spi.BaseDelegatingSocketChannel
- PseudoTCPBase - class in org.ice4j.pseudotcp
- Main protocol logic class.
- PseudoTcpJavaSocket - class in org.ice4j.pseudotcp
- PseudoTcpNotify - class in org.ice4j.pseudotcp
- Notification of tcp events.
- PseudoTcpSocket - class in org.ice4j.pseudotcp
- PseudoTcpSocketFactory - class in org.ice4j.pseudotcp
- PseudoTcpState - class in org.ice4j.pseudotcp
- TCP states defined for pseudoTCP
- publicAddressMatches(TransportAddress) - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- Checks whether the given address matches the public address of this harvester.
- publicAddressMatches(TransportAddress) - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- Checks whether the given address matches the public address of this harvester.
- publicAddressMatches(TransportAddress) - function in org.ice4j.ice.harvest.MappingCandidateHarvester
- Checks whether the given address matches the public address of this harvester.
- publicAddressMatches(TransportAddress) - function in org.ice4j.ice.harvest.StaticMappingCandidateHarvester
- Checks whether the given address matches the public address of this harvester.
- putAttribute(Attribute) - function in org.ice4j.message.Response
- Puts the specified attribute into this message.
- putAttribute(Attribute) - function in org.ice4j.message.Indication
- Puts the specified attribute into this message.
- putAttribute(Attribute) - function in org.ice4j.message.Message
- Puts the specified attribute into this message.
- putAttribute(Attribute) - function in org.ice4j.message.Request
- Puts the specified attribute into this message.