A B C E F G H I L N O P R S U V 

A

addHarvester(CandidateHarvester) - Method in class org.restcomm.media.ice.harvest.HarvestManager
Registers a harvester for a certain type of candidates.
addIceListener(IceEventListener) - Method in class org.restcomm.media.ice.IceAgent
 
addListener(StunListener) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
addLocalCandidate(LocalCandidateWrapper) - Method in class org.restcomm.media.ice.IceComponent
Attempts to registers a local candidate.
addLocalCandidates(List<LocalCandidateWrapper>) - Method in class org.restcomm.media.ice.IceComponent
Registers a collection of local candidates to the component.
addMediaStream(String) - Method in class org.restcomm.media.ice.IceAgent
Creates an IceMediaStream and adds to it an RTP and an RTCP components.
addMediaStream(String, boolean) - Method in class org.restcomm.media.ice.IceAgent
Creates and registers a new media stream with an RTP component.
An secondary component may be created if the stream supports RTCP.
addMediaStream(String, boolean, boolean) - Method in class org.restcomm.media.ice.IceAgent
Creates and registers a new media stream with an RTP component.
An secondary component may be created if the stream supports RTCP.
assignFoundation(IceCandidate) - Method in class org.restcomm.media.ice.FoundationsRegistry
Retrieves the foundation associated to an address.
If no foundation exists for such address, one will be generated.

B

base - Variable in class org.restcomm.media.ice.IceCandidate
The base of a server reflexive candidate is the host candidate from which it was derived.
A host candidate is also said to have a base, equal to that candidate itself.
BindingSuccessEvent - Class in org.restcomm.media.ice.network.stun
Event that should be thrown when a STUN handler replies successfully to a binding request.
BindingSuccessEvent(StunHandler, InetSocketAddress, InetSocketAddress) - Constructor for class org.restcomm.media.ice.network.stun.BindingSuccessEvent
 

C

CandidateHarvester - Interface in org.restcomm.media.ice.harvest
 
CandidatePair - Class in org.restcomm.media.ice
 
CandidatePair(int, DatagramChannel) - Constructor for class org.restcomm.media.ice.CandidatePair
 
CandidateType - Enum in org.restcomm.media.ice
The ICE specification defines for candidate types: host, server reflexive, peer reflexive and relayed candidates.
CandidateWrapper - Interface in org.restcomm.media.ice
Wraps an IceCandidate.
canHandle(byte[]) - Method in class org.restcomm.media.ice.IceHandler
 
canHandle(byte[], int, int) - Method in class org.restcomm.media.ice.IceHandler
 
canHandle(byte[]) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
canHandle(byte[], int, int) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
CHANGE_OPS - Static variable in class org.restcomm.media.ice.network.nio.OperationRequest
 
channel - Variable in class org.restcomm.media.ice.network.nio.OperationRequest
 
clone() - Method in class org.restcomm.media.ice.IceCandidate
 
compareTo(IceCandidate) - Method in class org.restcomm.media.ice.IceCandidate
 
compareTo(PacketHandler) - Method in class org.restcomm.media.ice.IceHandler
 
compareTo(LocalCandidateWrapper) - Method in class org.restcomm.media.ice.LocalCandidateWrapper
 
compareTo(PacketHandler) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
computeIdentifier(IceCandidate) - Method in class org.restcomm.media.ice.FoundationsRegistry
Computes the identifier, based on a candidate, that will be used as the identifier to a foundation.
computeIdentifier(IceCandidate) - Method in class org.restcomm.media.ice.lite.LiteFoundationsRegistry
 
connectivityCheckServer - Variable in class org.restcomm.media.ice.IceAgent
 
ConnectivityCheckServer - Class in org.restcomm.media.ice.network.stun
Non-blocking server to listen to STUN connectivity checks that happen as part of the ICE handshake.
ConnectivityCheckServer(IceAgent) - Constructor for class org.restcomm.media.ice.network.stun.ConnectivityCheckServer
 
ConnectivityCheckServer.StunListenerImpl - Class in org.restcomm.media.ice.network.stun
 
ConnectivityCheckServer.StunListenerImpl(IceAgent) - Constructor for class org.restcomm.media.ice.network.stun.ConnectivityCheckServer.StunListenerImpl
 
count() - Static method in enum org.restcomm.media.ice.CandidateType
 
createLiteAgent() - Static method in class org.restcomm.media.ice.IceFactory
Produces a new agent that implements ICE-lite.
As such, this agent won't keep states nor attempt connectivity checks.
It will only listen to incoming connectivity checks.

E

EventScheduler - Class in org.restcomm.media.ice.network.nio
 
EventScheduler(NioServer) - Constructor for class org.restcomm.media.ice.network.nio.EventScheduler
 
ExternalCandidateHarvester - Class in org.restcomm.media.ice.harvest
Gathers SRFLX candidates for the public address on which Media Server is installed.
ExternalCandidateHarvester(FoundationsRegistry, InetAddress) - Constructor for class org.restcomm.media.ice.harvest.ExternalCandidateHarvester
 

F

FoundationsRegistry - Class in org.restcomm.media.ice
Registry that keeps records of generated foundations for the lifetime of an ICE agent.
FoundationsRegistry() - Constructor for class org.restcomm.media.ice.FoundationsRegistry
 
fromDescription(String) - Static method in enum org.restcomm.media.ice.CandidateType
 

G

generateIceCredentials() - Method in class org.restcomm.media.ice.IceAgent
 
generateIceCredentials() - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
The ice-ufrag and ice-pwd attributes MUST be chosen randomly at the beginning of a session.
getAddressPrecedence() - Method in class org.restcomm.media.ice.IceCandidate
 
getBase() - Method in class org.restcomm.media.ice.IceCandidate
 
getCandidate() - Method in interface org.restcomm.media.ice.CandidateWrapper
 
getCandidate() - Method in class org.restcomm.media.ice.LocalCandidateWrapper
 
getCandidateType() - Method in interface org.restcomm.media.ice.harvest.CandidateHarvester
Gets the type of candidates gathered by the harvester.
getCandidateType() - Method in class org.restcomm.media.ice.harvest.ExternalCandidateHarvester
 
getCandidateType() - Method in class org.restcomm.media.ice.harvest.HostCandidateHarvester
 
getChannel() - Method in class org.restcomm.media.ice.CandidatePair
 
getChannel() - Method in class org.restcomm.media.ice.LocalCandidateWrapper
 
getChannel() - Method in class org.restcomm.media.ice.network.nio.OperationRequest
 
getComponentId() - Method in class org.restcomm.media.ice.CandidatePair
 
getComponentId() - Method in class org.restcomm.media.ice.IceCandidate
 
getComponentId() - Method in class org.restcomm.media.ice.IceComponent
 
getComponentId() - Method in class org.restcomm.media.ice.IceHandler
 
getDefaultLocalCandidate() - Method in class org.restcomm.media.ice.IceComponent
 
getDescription() - Method in enum org.restcomm.media.ice.CandidateType
 
getExternalAddress() - Method in class org.restcomm.media.ice.harvest.HarvestManager
 
getExternalAddress() - Method in class org.restcomm.media.ice.IceAgent
 
getFoundation() - Method in class org.restcomm.media.ice.IceCandidate
 
getFoundationsRegistry() - Method in class org.restcomm.media.ice.harvest.HarvestManager
Gets the foundations registry managed during the lifetime of the ICE agent.
getIceAuthenticator() - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
getLocalAddress() - Method in class org.restcomm.media.ice.CandidatePair
 
getLocalCandidates() - Method in class org.restcomm.media.ice.IceComponent
 
getLocalKey(String) - Method in class org.restcomm.media.ice.IceAgent
 
getLocalKey(String) - Method in interface org.restcomm.media.ice.IceAuthenticator
Gets the password assigned to a local user.
getLocalKey(String) - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
getLocalPeer() - Method in class org.restcomm.media.ice.network.stun.BindingSuccessEvent
 
getLocalPort() - Method in class org.restcomm.media.ice.CandidatePair
 
getMediaStream(String) - Method in class org.restcomm.media.ice.IceAgent
Gets a media stream by name
getMediaStreams() - Method in class org.restcomm.media.ice.IceAgent
 
getName() - Method in class org.restcomm.media.ice.IceMediaStream
 
getOperations() - Method in class org.restcomm.media.ice.network.nio.OperationRequest
 
getPassword() - Method in class org.restcomm.media.ice.IceAgent
Gets the password of the local user fragment
getPassword() - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
getPipelinePriority() - Method in class org.restcomm.media.ice.IceHandler
 
getPipelinePriority() - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
getPreference() - Method in enum org.restcomm.media.ice.CandidateType
 
getPriority() - Method in class org.restcomm.media.ice.IceCandidate
 
getProtocol() - Method in interface org.restcomm.media.ice.network.ProtocolHandler
 
getRemoteAddress() - Method in class org.restcomm.media.ice.CandidatePair
 
getRemoteKey(String, String) - Method in class org.restcomm.media.ice.IceAgent
 
getRemoteKey(String, String) - Method in interface org.restcomm.media.ice.IceAuthenticator
Gets the password assigned to a remote user.
getRemoteKey(String, String) - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
getRemotePassword() - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
getRemotePassword() - Method in class org.restcomm.media.ice.IceMediaStream
 
getRemotePeer() - Method in class org.restcomm.media.ice.events.SelectedCandidatesEvent
 
getRemotePeer() - Method in class org.restcomm.media.ice.network.stun.BindingSuccessEvent
 
getRemotePort() - Method in class org.restcomm.media.ice.CandidatePair
 
getRemoteUfrag() - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
getRemoteUfrag() - Method in class org.restcomm.media.ice.IceMediaStream
 
getRequestType() - Method in class org.restcomm.media.ice.network.nio.OperationRequest
 
getRtcpComponent() - Method in class org.restcomm.media.ice.IceMediaStream
 
getRtpComponent() - Method in class org.restcomm.media.ice.IceMediaStream
 
getSelectedCandidates() - Method in class org.restcomm.media.ice.IceComponent
 
getSelectedRtcpCandidate(String) - Method in class org.restcomm.media.ice.IceAgent
 
getSelectedRtpCandidate(String) - Method in class org.restcomm.media.ice.IceAgent
 
getSource() - Method in class org.restcomm.media.ice.events.SelectedCandidatesEvent
Deprecated.
getSource() - Method in class org.restcomm.media.ice.network.stun.BindingSuccessEvent
 
getType() - Method in class org.restcomm.media.ice.IceCandidate
 
getUfrag() - Method in class org.restcomm.media.ice.IceAgent
Gets the local user fragment.
getUfrag() - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 

H

handle(byte[], InetSocketAddress, InetSocketAddress) - Method in class org.restcomm.media.ice.IceHandler
 
handle(byte[], int, int, InetSocketAddress, InetSocketAddress) - Method in class org.restcomm.media.ice.IceHandler
 
handle(byte[], InetSocketAddress, InetSocketAddress) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
handle(byte[], int, int, InetSocketAddress, InetSocketAddress) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
harvest(RtpPortManager, IceMediaStream, Selector) - Method in interface org.restcomm.media.ice.harvest.CandidateHarvester
Harvests candidates.
harvest(RtpPortManager, IceMediaStream, Selector) - Method in class org.restcomm.media.ice.harvest.ExternalCandidateHarvester
 
harvest(IceMediaStream, RtpPortManager, Selector) - Method in class org.restcomm.media.ice.harvest.HarvestManager
 
harvest(RtpPortManager, IceMediaStream, Selector) - Method in class org.restcomm.media.ice.harvest.HostCandidateHarvester
 
harvest(RtpPortManager) - Method in class org.restcomm.media.ice.IceAgent
Gathers all available candidates and sets the components of each media stream.
HarvestException - Exception in org.restcomm.media.ice.harvest
Exception that may occur while harvesting candidates.
HarvestException() - Constructor for exception org.restcomm.media.ice.harvest.HarvestException
 
HarvestException(String, Throwable) - Constructor for exception org.restcomm.media.ice.harvest.HarvestException
 
HarvestException(String) - Constructor for exception org.restcomm.media.ice.harvest.HarvestException
 
HarvestException(Throwable) - Constructor for exception org.restcomm.media.ice.harvest.HarvestException
 
HarvestManager - Class in org.restcomm.media.ice.harvest
Manages the candidate harvesting process
HarvestManager() - Constructor for class org.restcomm.media.ice.harvest.HarvestManager
 
hasLocalRtcpCandidates() - Method in class org.restcomm.media.ice.IceMediaStream
 
hasLocalRtpCandidates() - Method in class org.restcomm.media.ice.IceMediaStream
 
HostCandidate - Class in org.restcomm.media.ice
A candidate obtained by binding to a specific port from an IP address on the host.
HostCandidate(IceComponent, InetAddress, int) - Constructor for class org.restcomm.media.ice.HostCandidate
 
HostCandidate(IceComponent, String, int) - Constructor for class org.restcomm.media.ice.HostCandidate
 
HostCandidateHarvester - Class in org.restcomm.media.ice.harvest
Harvester that gathers Host candidates, ie transport addresses obtained directly from a local interface.
HostCandidateHarvester(FoundationsRegistry) - Constructor for class org.restcomm.media.ice.harvest.HostCandidateHarvester
 

I

IceAgent - Class in org.restcomm.media.ice
Agent responsible for ICE negotiation.
IceAgent() - Constructor for class org.restcomm.media.ice.IceAgent
 
IceAuthenticator - Interface in org.restcomm.media.ice
Authenticator that verifies the integrity of incoming messages.
IceAuthenticatorImpl - Class in org.restcomm.media.ice
 
IceAuthenticatorImpl() - Constructor for class org.restcomm.media.ice.IceAuthenticatorImpl
 
IceCandidate - Class in org.restcomm.media.ice
A Candidate is a transport address that is a potential point of contact for receipt of media.
IceCandidate(IceComponent, InetAddress, int, CandidateType) - Constructor for class org.restcomm.media.ice.IceCandidate
 
IceCandidate(IceComponent, String, int, CandidateType) - Constructor for class org.restcomm.media.ice.IceCandidate
 
IceComponent - Class in org.restcomm.media.ice
 
IceComponent(short) - Constructor for class org.restcomm.media.ice.IceComponent
 
IceEventListener - Interface in org.restcomm.media.ice.events
Listens for ICE-related events.
IceException - Exception in org.restcomm.media.ice
 
IceException() - Constructor for exception org.restcomm.media.ice.IceException
 
IceException(String, Throwable) - Constructor for exception org.restcomm.media.ice.IceException
 
IceException(String) - Constructor for exception org.restcomm.media.ice.IceException
 
IceException(Throwable) - Constructor for exception org.restcomm.media.ice.IceException
 
IceFactory - Class in org.restcomm.media.ice
A factory to produce ICE agents.
The user can decide whether to create agents for full or lite ICE implementations.
IceFactory() - Constructor for class org.restcomm.media.ice.IceFactory
 
IceHandler - Class in org.restcomm.media.ice
 
IceHandler(short, IceEventListener) - Constructor for class org.restcomm.media.ice.IceHandler
 
iceListeners - Variable in class org.restcomm.media.ice.IceAgent
 
IceLiteAgent - Class in org.restcomm.media.ice.lite
 
IceLiteAgent() - Constructor for class org.restcomm.media.ice.lite.IceLiteAgent
 
IceMediaStream - Class in org.restcomm.media.ice
 
IceMediaStream(String) - Constructor for class org.restcomm.media.ice.IceMediaStream
 
IceMediaStream(String, boolean) - Constructor for class org.restcomm.media.ice.IceMediaStream
 
IceMediaStream(String, boolean, boolean) - Constructor for class org.restcomm.media.ice.IceMediaStream
 
IP4_PRECEDENCE - Static variable in class org.restcomm.media.ice.IceCandidate
 
isControlling() - Method in class org.restcomm.media.ice.IceAgent
Checks whether the Agent is controlling the ICE process.
isControlling() - Method in class org.restcomm.media.ice.lite.IceLiteAgent
 
isDefaultLocalCandidateSelected() - Method in class org.restcomm.media.ice.IceComponent
 
isLite() - Method in class org.restcomm.media.ice.IceAgent
Checks whether the Agent implements ICE Lite
isLite() - Method in class org.restcomm.media.ice.lite.IceLiteAgent
 
isRtcpMux() - Method in class org.restcomm.media.ice.IceMediaStream
 
isRunning() - Method in class org.restcomm.media.ice.IceAgent
Indicates whether the ICE agent is currently started.
isRunning() - Method in class org.restcomm.media.ice.network.nio.NioServer
 
isSelectionFinished() - Method in class org.restcomm.media.ice.IceAgent
 
isUserRegistered(String) - Method in class org.restcomm.media.ice.IceAgent
 
isUserRegistered(String) - Method in interface org.restcomm.media.ice.IceAuthenticator
Verifies whether a local user is registered.
isUserRegistered(String) - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 

L

launch() - Method in class org.restcomm.media.ice.network.nio.ScheduledEvent
 
LiteFoundationsRegistry - Class in org.restcomm.media.ice.lite
Registry that keeps records of generated foundations for the lifetime of an ICE agent.
LiteFoundationsRegistry() - Constructor for class org.restcomm.media.ice.lite.LiteFoundationsRegistry
 
LocalCandidateWrapper - Class in org.restcomm.media.ice
Elects a Candidate as local.
LocalCandidateWrapper(IceCandidate, DatagramChannel) - Constructor for class org.restcomm.media.ice.LocalCandidateWrapper
 

N

NioServer - Class in org.restcomm.media.ice.network.nio
Non-blocking server that runs on a single thread, alternating between reading and writing modes.
NioServer(Selector) - Constructor for class org.restcomm.media.ice.network.nio.NioServer
 
NoCandidatesGatheredException - Exception in org.restcomm.media.ice.harvest
Indicates that the harvesting completed without being able to bind any available candidate to a NIO Channel.
NoCandidatesGatheredException() - Constructor for exception org.restcomm.media.ice.harvest.NoCandidatesGatheredException
 
NoCandidatesGatheredException(String, Throwable) - Constructor for exception org.restcomm.media.ice.harvest.NoCandidatesGatheredException
 
NoCandidatesGatheredException(String) - Constructor for exception org.restcomm.media.ice.harvest.NoCandidatesGatheredException
 
NoCandidatesGatheredException(Throwable) - Constructor for exception org.restcomm.media.ice.harvest.NoCandidatesGatheredException
 

O

onBinding(BindingSuccessEvent) - Method in class org.restcomm.media.ice.network.stun.ConnectivityCheckServer.StunListenerImpl
 
onBinding(BindingSuccessEvent) - Method in interface org.restcomm.media.ice.network.stun.StunListener
 
onSelectedCandidates(SelectedCandidatesEvent) - Method in interface org.restcomm.media.ice.events.IceEventListener
Event caught when all possible candidate pairs have been selected for an ICE Agent.
OperationRequest - Class in org.restcomm.media.ice.network.nio
 
OperationRequest(DatagramChannel, int, int) - Constructor for class org.restcomm.media.ice.network.nio.OperationRequest
 
operations - Variable in class org.restcomm.media.ice.network.nio.OperationRequest
 
org.restcomm.media.ice - package org.restcomm.media.ice
 
org.restcomm.media.ice.events - package org.restcomm.media.ice.events
 
org.restcomm.media.ice.harvest - package org.restcomm.media.ice.harvest
 
org.restcomm.media.ice.lite - package org.restcomm.media.ice.lite
 
org.restcomm.media.ice.network - package org.restcomm.media.ice.network
 
org.restcomm.media.ice.network.nio - package org.restcomm.media.ice.network.nio
 
org.restcomm.media.ice.network.stun - package org.restcomm.media.ice.network.stun
 

P

password - Variable in class org.restcomm.media.ice.IceAgent
 
password - Variable in class org.restcomm.media.ice.IceAuthenticatorImpl
 
process(SelectionKey, byte[], int) - Method in interface org.restcomm.media.ice.network.ProtocolHandler
 
protocolHandler - Variable in class org.restcomm.media.ice.network.nio.NioServer
 
ProtocolHandler - Interface in org.restcomm.media.ice.network
 

R

REGISTER - Static variable in class org.restcomm.media.ice.network.nio.OperationRequest
 
remotePassword - Variable in class org.restcomm.media.ice.IceAuthenticatorImpl
 
remoteUfrag - Variable in class org.restcomm.media.ice.IceAuthenticatorImpl
 
removeHarvester(CandidateType) - Method in class org.restcomm.media.ice.harvest.HarvestManager
 
removeIceListener(IceEventListener) - Method in class org.restcomm.media.ice.IceAgent
 
removeListener(StunListener) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
requestType - Variable in class org.restcomm.media.ice.network.nio.OperationRequest
 
reset() - Method in class org.restcomm.media.ice.IceAgent
 
reset() - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
reset() - Method in class org.restcomm.media.ice.IceHandler
 
RTCP_ID - Static variable in class org.restcomm.media.ice.IceComponent
 
RTP_ID - Static variable in class org.restcomm.media.ice.IceComponent
 
run() - Method in class org.restcomm.media.ice.network.nio.EventScheduler
 
run() - Method in class org.restcomm.media.ice.network.nio.NioServer
 
running - Variable in class org.restcomm.media.ice.IceAgent
 

S

schedule(DatagramChannel, byte[], int) - Method in class org.restcomm.media.ice.network.nio.EventScheduler
 
ScheduledEvent - Class in org.restcomm.media.ice.network.nio
Represent an event that is scheduled to be fired on a Server.
ScheduledEvent(NioServer, DatagramChannel, byte[]) - Constructor for class org.restcomm.media.ice.network.nio.ScheduledEvent
 
selectCandidatePair(DatagramChannel) - Method in class org.restcomm.media.ice.IceAgent
 
selectDefaultLocalCandidate() - Method in class org.restcomm.media.ice.IceComponent
 
SelectedCandidatesEvent - Class in org.restcomm.media.ice.events
Event that must be fired when an ICE Agent finishes selecting all candidate pairs.
SelectedCandidatesEvent(SocketAddress) - Constructor for class org.restcomm.media.ice.events.SelectedCandidatesEvent
 
SelectedCandidatesEvent(IceAgent) - Constructor for class org.restcomm.media.ice.events.SelectedCandidatesEvent
Deprecated.
selectLocalDefaultCandidates() - Method in class org.restcomm.media.ice.IceMediaStream
Instructs both components of the Media Stream to select their local default candidates.
selector - Variable in class org.restcomm.media.ice.IceAgent
 
send(DatagramChannel, byte[]) - Method in class org.restcomm.media.ice.network.nio.NioServer
 
ServerReflexiveCandidate - Class in org.restcomm.media.ice
 
ServerReflexiveCandidate(IceComponent, InetAddress, int, HostCandidate) - Constructor for class org.restcomm.media.ice.ServerReflexiveCandidate
 
ServerReflexiveCandidate(IceComponent, String, int, HostCandidate) - Constructor for class org.restcomm.media.ice.ServerReflexiveCandidate
 
setAuthenticator(IceAuthenticator) - Method in class org.restcomm.media.ice.IceHandler
 
setCandidatePair(DatagramChannel) - Method in class org.restcomm.media.ice.IceComponent
 
setComponentId(short) - Method in class org.restcomm.media.ice.IceComponent
 
setExternalAddress(InetAddress) - Method in class org.restcomm.media.ice.IceAgent
 
setFoundation(String) - Method in class org.restcomm.media.ice.IceCandidate
 
setIceAuthenticator(IceAuthenticator) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
setPipelinePriority(int) - Method in class org.restcomm.media.ice.IceHandler
 
setPipelinePriority(int) - Method in class org.restcomm.media.ice.network.stun.StunHandler
 
setPriority(long) - Method in class org.restcomm.media.ice.IceCandidate
 
setRemotePassword(String) - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
setRemoteUfrag(String) - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
start() - Method in class org.restcomm.media.ice.IceAgent
Starts the ICE agent by activating its STUN stack.
start() - Method in class org.restcomm.media.ice.lite.IceLiteAgent
 
start() - Method in class org.restcomm.media.ice.network.nio.NioServer
 
stop() - Method in class org.restcomm.media.ice.IceAgent
Stops the ICE agent.
stop() - Method in class org.restcomm.media.ice.lite.IceLiteAgent
 
stop() - Method in class org.restcomm.media.ice.network.nio.EventScheduler
 
stop() - Method in class org.restcomm.media.ice.network.nio.NioServer
 
stopNow() - Method in class org.restcomm.media.ice.network.nio.EventScheduler
 
stopNow() - Method in class org.restcomm.media.ice.network.nio.NioServer
 
StunHandler - Class in org.restcomm.media.ice.network.stun
Handles STUN traffic.
StunHandler(IceAuthenticator) - Constructor for class org.restcomm.media.ice.network.stun.StunHandler
 
StunListener - Interface in org.restcomm.media.ice.network.stun
 
supportsRtcp() - Method in class org.restcomm.media.ice.IceMediaStream
 

U

ufrag - Variable in class org.restcomm.media.ice.IceAgent
 
ufrag - Variable in class org.restcomm.media.ice.IceAuthenticatorImpl
 

V

validateUsername(String) - Method in class org.restcomm.media.ice.IceAgent
 
validateUsername(String) - Method in interface org.restcomm.media.ice.IceAuthenticator
Validates the autenticity of a STUN USERNAME attribute.
The agent MUST consider the username to be valid if it consists of two values separated by a colon, where the first value is equal to the username fragment generated by the agent in an offer or answer for a session in-progress.
validateUsername(String) - Method in class org.restcomm.media.ice.IceAuthenticatorImpl
 
valueOf(String) - Static method in enum org.restcomm.media.ice.CandidateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.restcomm.media.ice.CandidateType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H I L N O P R S U V 

Copyright © 2017 TeleStax, Inc.. All Rights Reserved.