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

R

RawMessage - class in org.ice4j.stack
The class represents a binary STUN message as well as the address and port of the host that sent it and the address and port where it was received (locally).
read() - function in org.ice4j.socket.TCPInputStream
 
read(Array,int,int) - function in org.ice4j.socket.TCPInputStream
 
read(ByteBuffer) - function in org.ice4j.socket.BaseDelegatingSocketChannel
Forwards to delegate.
read(Array,int,int) - function in org.ice4j.socket.BaseDelegatingSocketChannel
Forwards to delegate.
read(Array,int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
Reads count bytes into out_buffer.
read(Array,int,int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
Read with buffer offset
readAllBytes() - function in java.io.TCPInputStream
 
readNBytes(int) - function in java.io.TCPInputStream
 
readNBytes(Array,int,int) - function in java.io.TCPInputStream
 
readOffset(Array,int,int,int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
Reads count bytes from buffer without storing new read position
RealmAttribute - class in org.ice4j.attribute
The REALM attribute contains a text which meets the grammar for "realm value" as described in RFC3261 but without the double quotes.
realmEquals(Array) - function in org.ice4j.security.LongTermCredentialSession
Determines whether the realm of this LongTermCredentialSession is equal to a specific realm.
receive(DatagramPacket) - function in org.ice4j.socket.ComponentSocket
Copies into p a packet already received from one of the underlying sockets.
receive(DatagramPacket) - function in java.net.ComponentSocket
 
receive(DatagramPacket) - function in org.ice4j.socket.IceTcpSocketWrapper
Receives a DatagramPacket from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.MultiplexedDatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in java.net.MultiplexedDatagramSocket
 
receive(DatagramPacket) - function in org.ice4j.socket.MultiplexedSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.IceSocketWrapper
Receives a DatagramPacket from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.DelegatingSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.IceTcpServerSocketWrapper
Receives a DatagramPacket from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.SafeCloseDatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in java.net.SafeCloseDatagramSocket
 
receive(DatagramPacket) - function in org.ice4j.socket.MultiplexingSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.DelegatingDatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.GoogleRelayedCandidateDelegate
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.RelayedCandidateDatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.MergingDatagramSocket
Copies into p a packet already received from one of the underlying sockets.
receive(DatagramPacket) - function in org.ice4j.socket.MultiplexingDatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in java.net.MultiplexingDatagramSocket
 
receive(DatagramPacket) - function in org.ice4j.socket.GoogleRelayedCandidateSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - function in org.ice4j.socket.IceUdpSocketWrapper
Receives a DatagramPacket from this socket.
receiveFromInputStream(DatagramPacket,InputStream,InetAddress,int) - function in org.ice4j.socket.MultiplexedSocket
Receives an RFC4571-formatted frame from inputStream into p, and sets p's port and address to port and inetAddress.
receiveFromInputStream(DatagramPacket,InputStream,InetAddress,int) - function in org.ice4j.socket.DelegatingSocket
Receives an RFC4571-formatted frame from inputStream into p, and sets p's port and address to port and inetAddress.
receiveFromInputStream(DatagramPacket,InputStream,InetAddress,int) - function in org.ice4j.socket.MultiplexingSocket
Receives an RFC4571-formatted frame from inputStream into p, and sets p's port and address to port and inetAddress.
receiveFromInputStream(DatagramPacket,InputStream,InetAddress,int) - function in org.ice4j.socket.GoogleRelayedCandidateSocket
Receives an RFC4571-formatted frame from inputStream into p, and sets p's port and address to port and inetAddress.
recv(Array,int,int) - function in org.ice4j.pseudotcp.PseudoTCPBase
Reads the data available in receive buffer.
recv(Array,int) - function in org.ice4j.pseudotcp.PseudoTCPBase
Reads the data available in receive buffer.
ReflectedFromAttribute - class in org.ice4j.attribute
The REFLECTED-FROM attribute is present only in Binding Responses, when the Binding Request contained a RESPONSE-ADDRESS attribute.
register(Selector,int,Object) - function in java.nio.channels.spi.BaseDelegatingServerSocketChannel
 
register(Selector,int,Object) - function in java.nio.channels.spi.BaseDelegatingSocketChannel
 
registerAuthority(CredentialsAuthority) - function in org.ice4j.security.CredentialsManager
Adds authority to the list of CredentialsAuthoritys registered with this manager.
RELAYED_CANDIDATE - enum entry in org.ice4j.ice.CandidateType

A Relayed Candidate is a candidate obtained by sending a TURN Allocate request from a host candidate to a TURN server. The relayed candidate is resident on the TURN server, and the TURN server relays packets back towards the agent.

RelayedCandidate - class in org.ice4j.ice
Represents a Candidate obtained by sending a TURN Allocate request from a HostCandidate to a TURN server.
RelayedCandidateDatagramSocket - class in org.ice4j.socket
Represents an application-purposed (as opposed to an ICE-specific) DatagramSocket for a RelayedCandidate harvested by a TurnCandidateHarvest (and its associated TurnCandidateHarvester, of course).
RemoteAddressAttribute - class in org.ice4j.attribute
The REMOTE-ADDRESS is present in Data Indication of old TURN versions.
RemoteCandidate - class in org.ice4j.ice
RemoteCandidates are candidates that an agent received in an offer or an answer from its peer, and that it would use to form candidate pairs after combining them with its local candidates.
remove(DatagramSocket) - function in org.ice4j.socket.ComponentSocket
Removes a specific DatagramSocket from the list of sockets merged by this MergingDatagramSocket.
remove(DelegatingSocket) - function in org.ice4j.socket.ComponentSocket
Removes a specific DelegatingSocket from the list of sockets merged by this MergingDatagramSocket.
remove(Object) - function in java.util.CheckList
 
remove(int) - function in java.util.CheckList
 
remove(Object) - function in java.util.CandidateHarvesterSet
 
remove(DatagramSocket) - function in org.ice4j.socket.MergingDatagramSocket
Removes a specific DatagramSocket from the list of sockets merged by this MergingDatagramSocket.
remove(DelegatingSocket) - function in org.ice4j.socket.MergingDatagramSocket
Removes a specific DelegatingSocket from the list of sockets merged by this MergingDatagramSocket.
removeAll(Collection) - function in java.util.CheckList
 
removeAll(Collection) - function in java.util.CandidateHarvesterSet
 
removeAllElements() - function in java.util.CheckList
 
removeAllListeners() - function in org.ice4j.stack.EventDispatcher
Removes (absolutely all listeners for this event dispatcher).
removeAttribute(char) - function in org.ice4j.message.Response
Removes the specified attribute.
removeAttribute(char) - function in org.ice4j.message.Indication
Removes the specified attribute.
removeAttribute(char) - function in org.ice4j.message.Message
Removes the specified attribute.
removeAttribute(char) - function in org.ice4j.message.Request
Removes the specified attribute.
removeChecksListener(PropertyChangeListener) - function in org.ice4j.ice.CheckList
Remove a CheckListener.
removeComponent(Component) - function in org.ice4j.ice.IceMediaStream
Removes component and all its Candidates from the this stream and releases all associated resources that they had allocated (like sockets for example)
removeElement(Object) - function in java.util.CheckList
 
removeElementAt(int) - function in java.util.CheckList
 
removeIf(Predicate) - function in java.util.CheckList
 
removeIf(Predicate) - function in java.util.CandidateHarvesterSet
 
removeIndicationListener(TransportAddress,MessageEventHandler) - function in org.ice4j.stack.StunStack
Removes an existing MessageEventHandler to no longer be notified about STUN indications received at a specific local TransportAddress.
removePairStateChangeListener(PropertyChangeListener) - function in org.ice4j.ice.IceMediaStream
Removes l from the list of listeners registered for property changes.
removeRequestListener(RequestListener) - function in org.ice4j.stack.EventDispatcher
Remove a RquestListener from the listener list.
removeRequestListener(TransportAddress,RequestListener) - function in org.ice4j.stack.EventDispatcher
Remove a RequestListener for a specific NetAccessPointDescriptor.
removeRequestListener(RequestListener) - function in org.ice4j.stack.StunStack
Removes the specified listener from the local listener list.
removeSocket(TransportAddress) - function in org.ice4j.stack.StunStack
Stops and deletes the connector listening on the specified local address.
removeSocket(TransportAddress,TransportAddress) - function in org.ice4j.stack.StunStack
Stops and deletes the connector listening on the specified local address and remote address.
removeStateChangeListener(PropertyChangeListener) - function in org.ice4j.ice.CheckList
Removes l from the list of listeners tracking changes of the CheckListState of this CheckList
removeStateChangeListener(PropertyChangeListener) - function in org.ice4j.ice.Agent
Removes l from the list of listeners tracking changes of the IceProcessingState of this Agent
removeStream(IceMediaStream) - function in org.ice4j.ice.Agent
Removes stream and all its child Components and Candidates from the this agent and releases all resources that they had allocated (like sockets for example)
replaceAll(UnaryOperator) - function in java.util.CheckList
 
Request - class in org.ice4j.message
A request descendant of the message class.
RequestedAddressFamilyAttribute - class in org.ice4j.attribute
The requested address family attribute defined in RFC 6156.
RequestedTransportAttribute - class in org.ice4j.attribute
The REQUESTED-TRANSPORT attribute is used to allocate a TURN address of certain transport protocol.
RequestListener - class in org.ice4j.stack
Handles incoming requests.
ReservationTokenAttribute - class in org.ice4j.attribute
The RESERVATION-TOKEN attribute contains a token that identifies a reservation port on a TURN server.
reset() - function in java.io.TCPInputStream
 
resetReadPosition() - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
 
resetWritePosition() - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
 
Response - class in org.ice4j.message
A response descendant of the message class.
ResponseAddressAttribute - class in org.ice4j.attribute
The RESPONSE-ADDRESS attribute indicates where the response to a Binding Request should be sent.
ResponseCollector - class in org.ice4j
The interface is used as a callback when sending a request.
retainAll(Collection) - function in java.util.CheckList
 
retainAll(Collection) - function in java.util.CandidateHarvesterSet
 
reversed() - function in java.util.CandidatePair.PairComparator
 
reverseOrder() - function in java.util.CandidatePair.PairComparator
 
RtcpDemuxPacketFilter - class in org.ice4j.socket
Implements a DatagramPacketFilter which only accepts DatagramPackets which represent RTCP messages according to the rules described in RFC5761.
RUNNING - enum entry in org.ice4j.ice.CheckListState

In this state, ICE checks are still in progress for this media stream.

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

The state is equal to Running while ICE processing is under way.

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