A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
G
- generateLocalUserName(String) - function in org.ice4j.ice.Agent
- Returns the user name that this Agent should use in connectivity checks for outgoing Binding Requests.
- generateLocalUserName(RemoteCandidate,LocalCandidate) - function in org.ice4j.ice.Agent
- Returns the user name that this Agent should use in connectivity checks for outgoing Binding Requests in a Google Talk session.
- generateRemoteUserName(String) - function in org.ice4j.ice.Agent
- Returns the user name that we should expect a peer Agent to use in connectivity checks for Binding Requests its sending our way.
- generateRemoteUserName(RemoteCandidate,LocalCandidate) - function in org.ice4j.ice.Agent
- Returns the user name that we should expect a peer Agent to use in connectivity checks for Binding Requests its sending our way in a Google Talk session.
- get(int) - function in java.util.CheckList
- getAckNotify() - function in org.ice4j.pseudotcp.PseudoTCPBase
- getAddress() - function in java.net.TransportAddress
- getAddress() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress(Array) - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the result of applying XOR on this attribute's address, using the specified transaction ID when converting IPv6 addresses.
- getAddress() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress(Array) - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the result of applying XOR on this attribute's address, using the specified transaction ID when converting IPv6 addresses.
- getAddress() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress(Array) - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the result of applying XOR on this attribute's address, using the specified transaction ID when converting IPv6 addresses.
- getAddress() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the address encapsulated by this attribute.
- getAddress() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the address encapsulated by this attribute.
- getAddressBytes() - function in org.ice4j.TransportAddress
- Returns the raw IP address of this Address object.
- getAddressBytes() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the bytes of the address.
- getAddressBytes() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the bytes of the address.
- getAllAllowedAddresses() - function in org.ice4j.ice.harvest.HostCandidateHarvester
- getAllowedAddresses(int) - function in org.ice4j.ice.harvest.AbstractUdpListener
- Returns the list of TransportAddresses, one for each allowed IP address found on each allowed network interface, with the given port.
- getAllowedAddresses(int) - function in org.ice4j.ice.harvest.SinglePortUdpHarvester
- Returns the list of TransportAddresses, one for each allowed IP address found on each allowed network interface, with the given port.
- getAllowedAddresses() - function in org.ice4j.ice.harvest.HostCandidateHarvester
- Gets the list of addresses which have been explicitly allowed via configuration properties.
- getAllowedInterfaces() - function in org.ice4j.ice.harvest.HostCandidateHarvester
- Gets the array of allowed interfaces.
- getApplicationData() - function in org.ice4j.stack.TransactionID
- Returns whatever applicationData was previously stored in this ID.
- getAttribute(char) - function in org.ice4j.message.Response
- Returns the attribute with the specified type or null if no such attribute exists.
- getAttribute(char) - function in org.ice4j.message.Indication
- Returns the attribute with the specified type or null if no such attribute exists.
- getAttribute(char) - function in org.ice4j.message.Message
- Returns the attribute with the specified type or null if no such attribute exists.
- getAttribute(char) - function in org.ice4j.message.Request
- Returns the attribute with the specified type or null if no such attribute exists.
- getAttribute() - function in org.ice4j.ice.sdp.CandidateAttribute
- getAttribute(int) - function in org.ice4j.attribute.UnknownAttributesAttribute
- Returns the attribute id with index i.
- getAttributeCount() - function in org.ice4j.message.Response
- Returns the number of attributes, currently contained by the message.
- getAttributeCount() - function in org.ice4j.message.Indication
- Returns the number of attributes, currently contained by the message.
- getAttributeCount() - function in org.ice4j.message.Message
- Returns the number of attributes, currently contained by the message.
- getAttributeCount() - function in org.ice4j.message.Request
- Returns the number of attributes, currently contained by the message.
- getAttributeCount() - function in org.ice4j.attribute.UnknownAttributesAttribute
- Returns the number of attribute IDs contained by this class.
- getAttributes() - function in org.ice4j.message.Response
- Returns a copy of all Attributes in this Message.
- getAttributes() - function in org.ice4j.message.Indication
- Returns a copy of all Attributes in this Message.
- getAttributes() - function in org.ice4j.message.Request
- Returns a copy of all Attributes in this Message.
- getAttributes() - function in org.ice4j.attribute.UnknownAttributesAttribute
- Returns an iterator over the list of attribute IDs contained by this attribute.
- getAttributeType() - function in org.ice4j.attribute.IceControlledAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.XorOnlyAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.NonceAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.UseCandidateAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.RealmAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ErrorCodeAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.IceControllingAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.RequestedTransportAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.LifetimeAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.PriorityAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ConnectionIdAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.UsernameAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.OptionalAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ChangeRequestAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ReservationTokenAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.UnknownAttributesAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.DataAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.EvenPortAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.MessageIntegrityAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.FingerprintAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.Attribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.ChannelNumberAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.MagicCookieAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.DontFragmentAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.IceControlAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.SoftwareAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the attribute's type.
- getAttributeType() - function in org.ice4j.attribute.RequestedAddressFamilyAttribute
- Returns the attribute's type.
- getBase() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.LocalCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.Candidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.UPNPCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.HostCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.TcpHostCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.RelayedCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns this Candidate's base.
- getBase() - function in org.ice4j.ice.RemoteCandidate
- Returns this Candidate's base.
- getBlockedAddresses() - function in org.ice4j.ice.harvest.HostCandidateHarvester
- Gets the list of blocked addresses.
- getBlockedInterfaces() - function in org.ice4j.ice.harvest.HostCandidateHarvester
- Gets the array of blocked interfaces.
- getBody() - function in org.ice4j.attribute.OptionalAttribute
- Returns a reference to the unparsed body of this attribute.
- getBoolean(String,boolean) - function in org.ice4j.StackProperties
- Gets the value of a specific property as a boolean.
- getBroadcast() - function in java.net.ComponentSocket
- getBroadcast() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Tests if SO_BROADCAST is enabled.
- getBroadcast() - function in java.net.MultiplexedDatagramSocket
- getBroadcast() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Tests if SO_BROADCAST is enabled.
- getBroadcast() - function in java.net.SafeCloseDatagramSocket
- getBroadcast() - function in org.ice4j.socket.DelegatingDatagramSocket
- Tests if SO_BROADCAST is enabled.
- getBroadcast() - function in java.net.RelayedCandidateDatagramSocket
- getBroadcast() - function in java.net.MergingDatagramSocket
- getBroadcast() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Tests if SO_BROADCAST is enabled.
- getBroadcast() - function in java.net.MultiplexingDatagramSocket
- getBroadcast() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getBuffered() - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
- getBytes() - function in org.ice4j.PeerUdpMessageEvent
- Returns the message itself.
- getBytes() - function in org.ice4j.stack.TransactionID
- Returns the transaction id byte array (length 12 or 16 if RFC3489 compatible).
- getBytes() - function in org.ice4j.stack.RawMessage
- Returns the message itself.
- getBytes(String) - function in org.ice4j.security.LongTermCredential
- Encodes a specific String into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.PeerReflexiveCandidate
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.UPNPCandidate
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.HostCandidate
- SHOULD NOT be used outside ice4j.
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.ServerReflexiveCandidate
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.TcpHostCandidate
- SHOULD NOT be used outside ice4j.
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.RelayedCandidate
- Gets the application-purposed DatagramSocket associated with this Candidate.
- getCandidateIceSocketWrapper() - function in org.ice4j.ice.GoogleRelayedCandidate
- Gets the application-purposed DatagramSocket associated with this Candidate.
- getCause() - function in org.ice4j.StunFailureEvent
- Returns the Exception that cause this failure or null if the failure is not related to an Exception.
- getCause() - function in java.lang.StunException
- getCause() - function in java.lang.NetAccessManager.SocketNotFoundException
- getCause() - function in java.lang.SocketClosedException
- getChangeIpFlag() - function in org.ice4j.attribute.ChangeRequestAttribute
- Returns the value of the changeIpFlag.
- getChangePortFlag() - function in org.ice4j.attribute.ChangeRequestAttribute
- Returns the value of the changePortFlag.
- getChannel() - function in java.net.ComponentSocket
- getChannel() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Returns the unique DatagramChannel object associated with this datagram socket, if any.
- getChannel() - function in java.net.MultiplexedDatagramSocket
- getChannel() - function in org.ice4j.socket.MultiplexedSocket
- getChannel() - function in java.net.MultiplexedSocket
- getChannel() - function in org.ice4j.socket.DelegatingSocket
- getChannel() - function in java.net.DelegatingSocket
- getChannel() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Returns the unique DatagramChannel object associated with this datagram socket, if any.
- getChannel() - function in java.net.SafeCloseDatagramSocket
- getChannel() - function in org.ice4j.socket.DelegatingServerSocket
- If channel is not
null, returns it. - getChannel() - function in java.net.DelegatingServerSocket
- getChannel() - function in org.ice4j.socket.MultiplexingSocket
- getChannel() - function in java.net.MultiplexingSocket
- getChannel() - function in org.ice4j.socket.DelegatingDatagramSocket
- Returns the unique DatagramChannel object associated with this datagram socket, if any.
- getChannel() - function in java.net.RelayedCandidateDatagramSocket
- getChannel() - function in java.net.MergingDatagramSocket
- getChannel() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Returns the unique DatagramChannel object associated with this datagram socket, if any.
- getChannel() - function in java.net.MultiplexingDatagramSocket
- getChannel() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getChannel() - function in java.net.GoogleRelayedCandidateSocket
- getChannel() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getChannel() - function in java.net.PseudoTcpJavaSocket
- getChannel() - function in java.net.PseudoTcpSocket
- getChannelDataMessage() - function in org.ice4j.ChannelDataMessageEvent
- Gets the ChannelData Message associated with this event.
- getChannelDataMessageEventHandler() - function in org.ice4j.stack.NetAccessManager
- Gets the ChannelDataEventHandler of this NetAccessManager which is to be notified when incoming ChannelData messages have been processed and are ready for delivery.
- getChannelNumber() - function in org.ice4j.message.ChannelData
- Get the channel number.
- getChannelNumber() - function in org.ice4j.attribute.ChannelNumberAttribute
- Get the channel number.
- getCheckList() - function in org.ice4j.ice.IceMediaStream
- Returns the list of CandidatePairs to be used in checks for this stream.
- getChecksum() - function in org.ice4j.attribute.FingerprintAttribute
- Returns the CRC32 checksum that this attribute is carrying.
- getClassFromName(String) - function in gov.nist.core.CandidateAttribute
- getComponent(int) - function in org.ice4j.ice.IceMediaStream
- Returns the Component with the specified id or null if no such component exists in this stream.
- getComponentCount() - function in org.ice4j.ice.IceMediaStream
- Returns the number of Components currently registered with this stream.
- getComponentID() - function in org.ice4j.ice.Component
- Returns the ID of this Component.
- getComponentIDs() - function in org.ice4j.ice.IceMediaStream
- Returns the IDs of all Components currently registered with this stream.
- getComponentSocket() - function in org.ice4j.ice.Component
- getConfig() - function in org.ice4j.ice.AgentConfig.Companion
- getConfig() - function in org.ice4j.ice.harvest.HarvestConfig.Companion
- getConnectionIdValue() - function in org.ice4j.attribute.ConnectionIdAttribute
- Gets the Connection-Id Value
- getConnectivityCheckTransaction() - function in org.ice4j.ice.CandidatePair
- Returns the TransactionID used in the connectivity check associated with this CandidatePair when it's in the IN_PROGRESS or null if it's in any other state.
- getConsentFreshness() - function in org.ice4j.ice.CandidatePair
- Gets the time in milliseconds of the latest consent freshness confirmation.
- getConsentFreshnessInterval() - function in org.ice4j.ice.AgentConfig
- getConsentFreshnessMaxWaitInterval() - function in org.ice4j.ice.AgentConfig
- getConsentFreshnessOriginalWaitInterval() - function in org.ice4j.ice.AgentConfig
- getControlledAgentCandidate() - function in org.ice4j.ice.CandidatePair
- Returns the candidate in this pair that belongs to the controlled agent.
- getControllingAgentCandidate() - function in org.ice4j.ice.CandidatePair
- Returns the candidate in this pair that belongs to the controlling agent.
- getConversationID() - function in org.ice4j.pseudotcp.PseudoTcpSocket
- getCredentialsManager() - function in org.ice4j.stack.StunStack
- Returns the CredentialsManager that this stack is using for verification of MessageIntegrityAttributes.
- getData() - function in org.ice4j.message.ChannelData
- Get the data.
- getData() - function in org.ice4j.attribute.DataAttribute
- Returns a (cloned) byte array containing the data value of the data attribute.
- getDatagramSocket() - function in org.ice4j.ice.PeerReflexiveCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.LocalCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.UPNPCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.HostCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.CandidatePair
- Returns the UDP DatagramSocket (if any) for this CandidatePair.
- getDatagramSocket() - function in org.ice4j.ice.ServerReflexiveCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.TcpHostCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.RelayedCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDatagramSocket() - function in org.ice4j.ice.GoogleRelayedCandidate
- Gets the DatagramSocket associated with this Candidate.
- getDataLength() - function in org.ice4j.message.ChannelData
- Get the data length (without padding).
- getDataLength() - function in org.ice4j.message.Response
- Returns the length of this message's body.
- getDataLength() - function in org.ice4j.message.Indication
- Returns the length of this message's body.
- getDataLength() - function in org.ice4j.message.Message
- Returns the length of this message's body.
- getDataLength() - function in org.ice4j.message.Request
- Returns the length of this message's body.
- getDataLength() - function in org.ice4j.attribute.IceControlledAttribute
- Returns the data length of this attribute
- getDataLength() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.XorOnlyAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.NonceAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.UseCandidateAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.RealmAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ErrorCodeAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.IceControllingAttribute
- Returns the data length of this attribute
- getDataLength() - function in org.ice4j.attribute.RequestedTransportAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.LifetimeAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.PriorityAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ConnectionIdAttribute
- Returns the length of this attribute body.
- getDataLength() - function in org.ice4j.attribute.UsernameAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.OptionalAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ChangeRequestAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ReservationTokenAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.UnknownAttributesAttribute
- Returns the length (in bytes) of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.DataAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.EvenPortAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.MessageIntegrityAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.FingerprintAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.Attribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.ChannelNumberAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.MagicCookieAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.DontFragmentAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.IceControlAttribute
- Returns the data length of this attribute
- getDataLength() - function in org.ice4j.attribute.SoftwareAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the length of this attribute's body.
- getDataLength() - function in org.ice4j.attribute.RequestedAddressFamilyAttribute
- Returns the length of this attribute's body.
- getDataLengthWithoutPadding() - function in org.ice4j.message.Response
- Returns the length of this message's body without padding.
- getDataLengthWithoutPadding() - function in org.ice4j.message.Indication
- Returns the length of this message's body without padding.
- getDataLengthWithoutPadding() - function in org.ice4j.message.Message
- Returns the length of this message's body without padding.
- getDataLengthWithoutPadding() - function in org.ice4j.message.Request
- Returns the length of this message's body without padding.
- getDefault() - function in javax.net.PseudoTcpSocketFactory
- getDefaultCandidate() - function in org.ice4j.ice.Component
- Returns the Candidate that has been selected as the default for this Component or null if no such Candidate has been selected yet.
- getDefaultReasonPhrase(char) - function in org.ice4j.attribute.ErrorCodeAttribute
- Returns a default reason phrase corresponding to the specified error code, as described by rfc 3489.
- getDefaultRemoteCandidate() - function in org.ice4j.ice.Component
- Returns the Candidate that the remote party has reported as default for this Component or null if no such Candidate has been reported yet.
- getEnableAwsHarvester() - function in org.ice4j.ice.harvest.HarvestConfig
- getErrorClass() - function in org.ice4j.attribute.ErrorCodeAttribute
- Returns this error's error class.
- getErrorCode() - function in org.ice4j.attribute.ErrorCodeAttribute
- A convenience method that constructs an error code from this Attribute's class and number.
- getErrorNumber() - function in org.ice4j.attribute.ErrorCodeAttribute
- Returns this attribute's error number.
- getExtendedType() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.LocalCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.UPNPCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.HostCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.TcpHostCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.RelayedCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getExtendedType() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the type of method used to discover this candidate ("host", "upnp", "stun peer reflexive", "stun server reflexive", "turn relayed", "google turn relayed", "google tcp turn relayed" or "jingle node").
- getFace() - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- getFace() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- Returns the local (face) address, or null.
- getFace() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- getFace() - function in org.ice4j.ice.harvest.MappingCandidateHarvester
- getFace() - function in org.ice4j.ice.harvest.StaticMappingCandidateHarvester
- The local address (aka face)
- getFamily() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the family that the this.address belongs to.
- getFamily() - function in org.ice4j.attribute.RequestedAddressFamilyAttribute
- Gets the address family value
- getFieldName() - function in gov.nist.javax.sdp.fields.CandidateAttribute
- getFileDescriptor() - function in org.ice4j.pseudotcp.PseudoTcpSocket
- Return the FileDescriptor of the underlying socket.
- getFilter() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Gets the DatagramPacketFilter} which determines which DatagramPacket}s read from the network are to be received through this socket.
- getFilter() - function in org.ice4j.socket.MultiplexedSocket
- Gets the DatagramPacketFilter} which determines which DatagramPacket}s read from the network are to be received through this socket.
- getForceAwsHarvester() - function in org.ice4j.ice.harvest.HarvestConfig
- getFoundation() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.LocalCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.Candidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.UPNPCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.HostCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.CandidatePair
- Returns the foundation of this CandidatePair.
- getFoundation() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.TcpHostCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.RelayedCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundation() - function in org.ice4j.ice.RemoteCandidate
- Returns a String containing the foundation of this Candidate.
- getFoundationsRegistry() - function in org.ice4j.ice.Agent
- Returns the FoundationsRegistry this agent is using to assign candidate foundations.
- getGeneration() - function in org.ice4j.ice.Agent
- Returns the current generation of this ICE Agent.
- getHarvestCount(String) - function in org.ice4j.ice.Agent
- Returns the number of harvests that a harvester with a specific class name has completed so far.
- getHarvestCount() - function in org.ice4j.ice.Agent
- Returns the total number of harvests completed by this agent.
- getHarvestCount() - function in org.ice4j.ice.harvest.HarvestStatistics
- Returns the number of harvests that the harvester associated with these statistics has completed so far.
- getHarvestDuration() - function in org.ice4j.ice.harvest.HarvestStatistics
- Returns the current harvesting time in ms.
- getHarvesters() - function in org.ice4j.ice.Agent
- Returns the set of harvesters currently in use by this agent.
- getHarvesters() - function in org.ice4j.ice.harvest.MappingCandidateHarvesters
- getHarvestingTime(String) - function in org.ice4j.ice.Agent
- Returns the harvesting time (in ms) for the harvester given in parameter.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.TcpHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.GoogleTurnCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.GoogleTurnSSLCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.StunCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.TurnCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.CandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.AbstractCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.UPNPHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.SinglePortUdpHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.HostCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.MappingCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHarvestStatistics() - function in org.ice4j.ice.harvest.StaticMappingCandidateHarvester
- Returns the statistics describing how well the various harvests of this harvester went.
- getHead(Handler) - function in java.util.logging.Ice4jLogFormatter
- getHmacSha1Content() - function in org.ice4j.attribute.MessageIntegrityAttribute
- Returns the HMAC-SHA1 value stored in this attribute.
- getHostAddress() - function in org.ice4j.TransportAddress
- Returns the host address.
- getHostAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.LocalCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.Candidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.HostCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns this candidate host address.
- getHostAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns this candidate host address.
- getHostName() - function in java.net.TransportAddress
- getHostString() - function in java.net.TransportAddress
- getIceSocketWrapper() - function in org.ice4j.ice.CandidatePair
- Returns the IceSocketWrapper for this CandidatePair.
- getID() - function in org.ice4j.StunException
- Returns this exception's identifier.
- getInetAddress() - function in java.net.ComponentSocket
- getInetAddress(String) - function in org.ice4j.ice.NetworkUtils
- Creates an InetAddress from the specified hostAddress.
- getInetAddress() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Returns the address to which this socket is connected.
- getInetAddress() - function in java.net.MultiplexedDatagramSocket
- getInetAddress() - function in org.ice4j.socket.MultiplexedSocket
- getInetAddress() - function in java.net.MultiplexedSocket
- getInetAddress() - function in org.ice4j.socket.DelegatingSocket
- getInetAddress() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Returns the address to which this socket is connected.
- getInetAddress() - function in java.net.SafeCloseDatagramSocket
- getInetAddress() - function in org.ice4j.socket.DelegatingServerSocket
- Forwards to delegate.
- getInetAddress() - function in org.ice4j.socket.MultiplexingSocket
- getInetAddress() - function in java.net.MultiplexingSocket
- getInetAddress() - function in org.ice4j.socket.DelegatingDatagramSocket
- Returns the address to which this socket is connected.
- getInetAddress() - function in java.net.RelayedCandidateDatagramSocket
- getInetAddress() - function in java.net.MergingDatagramSocket
- getInetAddress() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Returns the address to which this socket is connected.
- getInetAddress() - function in java.net.MultiplexingDatagramSocket
- getInetAddress() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getInetAddress() - function in java.net.GoogleRelayedCandidateSocket
- getInetAddress() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getInetAddress() - function in java.net.PseudoTcpJavaSocket
- getInetAddress() - function in java.net.PseudoTcpSocket
- getInputStream() - function in org.ice4j.socket.MultiplexedSocket
- getInputStream() - function in java.net.MultiplexedSocket
- getInputStream() - function in org.ice4j.socket.DelegatingSocket
- getInputStream() - function in java.net.DelegatingSocket
- getInputStream() - function in org.ice4j.socket.MultiplexingSocket
- getInputStream() - function in java.net.MultiplexingSocket
- getInputStream() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getInputStream() - function in java.net.GoogleRelayedCandidateSocket
- getInputStream() - function in java.net.PseudoTcpJavaSocket
- getInputStream() - function in java.net.PseudoTcpSocket
- getInt(String,int) - function in org.ice4j.StackProperties
- Returns the value of a specific property as a signed decimal integer.
- getKeepAlive() - function in org.ice4j.socket.MultiplexedSocket
- getKeepAlive() - function in java.net.MultiplexedSocket
- getKeepAlive() - function in org.ice4j.socket.DelegatingSocket
- getKeepAlive() - function in org.ice4j.socket.MultiplexingSocket
- getKeepAlive() - function in java.net.MultiplexingSocket
- getKeepAlive() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getKeepAlive() - function in java.net.GoogleRelayedCandidateSocket
- getKeepAlive() - function in java.net.PseudoTcpJavaSocket
- getKeepAlive() - function in java.net.PseudoTcpSocket
- getLifetime() - function in org.ice4j.attribute.LifetimeAttribute
- Get the lifetime.
- getLocalAddress() - function in org.ice4j.StunMessageEvent
- Returns a TransportAddress referencing the access point where the message was received.
- getLocalAddress() - function in org.ice4j.StunResponseEvent
- Returns a TransportAddress referencing the access point where the message was received.
- getLocalAddress() - function in org.ice4j.StunFailureEvent
- Returns the TransportAddress that the message was supposed to leave from.
- getLocalAddress() - function in org.ice4j.ChannelDataMessageEvent
- Gets the TransportAddress which is local address on which this event was received.
- getLocalAddress() - function in org.ice4j.StunTimeoutEvent
- Returns the TransportAddress that the message was supposed to leave from.
- getLocalAddress() - function in org.ice4j.PeerUdpMessageEvent
- Returns the address that this message was received on.
- getLocalAddress() - function in org.ice4j.socket.ComponentSocket
- Delegates to the "active" socket, if one exists.
- getLocalAddress() - function in java.net.ComponentSocket
- getLocalAddress() - function in org.ice4j.ice.harvest.HarvestConfig.StaticMapping
- getLocalAddress() - function in org.ice4j.stack.StunClientTransaction
- Returns the local TransportAddress that this transaction is sending requests from.
- getLocalAddress() - function in org.ice4j.stack.RawMessage
- Returns the address that this message was received on.
- getLocalAddress() - function in org.ice4j.socket.IceTcpSocketWrapper
- Get local address.
- getLocalAddress() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in java.net.MultiplexedDatagramSocket
- getLocalAddress() - function in org.ice4j.socket.MultiplexedSocket
- getLocalAddress() - function in java.net.MultiplexedSocket
- getLocalAddress() - function in org.ice4j.socket.IceSocketWrapper
- Get local address.
- getLocalAddress() - function in org.ice4j.socket.BaseDelegatingServerSocketChannel
- Forwards to delegate.
- getLocalAddress() - function in org.ice4j.socket.DelegatingSocket
- getLocalAddress() - function in org.ice4j.socket.IceTcpServerSocketWrapper
- Get local address.
- getLocalAddress() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in java.net.SafeCloseDatagramSocket
- getLocalAddress() - function in org.ice4j.socket.MultiplexingSocket
- getLocalAddress() - function in java.net.MultiplexingSocket
- getLocalAddress() - function in org.ice4j.socket.DelegatingDatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in org.ice4j.socket.RelayedCandidateDatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in org.ice4j.socket.MergingDatagramSocket
- Delegates to the "active" socket, if one exists.
- getLocalAddress() - function in org.ice4j.socket.BaseDelegatingSocketChannel
- Forwards to delegate.
- getLocalAddress() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in java.net.MultiplexingDatagramSocket
- getLocalAddress() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in java.net.GoogleRelayedCandidateSocket
- getLocalAddress() - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
- Gets the local address to which the socket is bound.
- getLocalAddress() - function in org.ice4j.socket.IceUdpSocketWrapper
- Get local address.
- getLocalAddress() - function in org.ice4j.stunclient.BlockingRequestSender
- Returns the local Address on which this Blocking Request Sender is bound to.
- getLocalAddress() - function in java.net.PseudoTcpJavaSocket
- getLocalAddress() - function in java.net.PseudoTcpSocket
- getLocalCandidate() - function in org.ice4j.ice.CandidatePair
- Returns the LocalCandidate of this CandidatePair.
- getLocalCandidateCount() - function in org.ice4j.ice.Component
- Returns the number of all local candidates currently registered in this Component.
- getLocalCandidates() - function in org.ice4j.ice.Component
- Returns a copy of the list containing all local candidates currently registered in this component.
- getLocalizedMessage() - function in java.lang.StunException
- getLocalizedMessage() - function in java.lang.NetAccessManager.SocketNotFoundException
- getLocalizedMessage() - function in java.lang.SocketClosedException
- getLocalKey(String) - function in org.ice4j.security.CredentialsManager
- Queries all currently registered CredentialsAuthoritys for a password corresponding to the specified local username or user frag and returns the first non-null one.
- getLocalKey(String) - function in org.ice4j.security.CredentialsAuthority
- Returns the key (password) that corresponds to the specified local username or user frag, an empty array if there was no password for that username or null if the username is not a local user name recognized by this CredentialsAuthority.
- getLocalKey(String) - function in org.ice4j.security.LongTermCredentialSession
- Returns the key (password) that corresponds to the specified local username or user frag, an empty array if there was no password for that username or null if the username is not a local user name recognized by this CredentialsAuthority.
- getLocalListeningAddress() - function in org.ice4j.stack.StunServerTransaction
- Returns the local TransportAddress that this transaction is receiving requests on.
- getLocalPassword() - function in org.ice4j.ice.Agent
- Returns that password that should be advertised in session descriptions containing ICE data from this agent.
- getLocalPort() - function in org.ice4j.socket.ComponentSocket
- Delegates to the "active" socket, if one exists.
- getLocalPort() - function in java.net.ComponentSocket
- getLocalPort() - function in org.ice4j.ice.harvest.HarvestConfig.StaticMapping
- getLocalPort() - function in org.ice4j.socket.IceTcpSocketWrapper
- Get local port.
- getLocalPort() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in java.net.MultiplexedDatagramSocket
- getLocalPort() - function in org.ice4j.socket.MultiplexedSocket
- getLocalPort() - function in java.net.MultiplexedSocket
- getLocalPort() - function in org.ice4j.socket.IceSocketWrapper
- Get local port.
- getLocalPort() - function in org.ice4j.socket.DelegatingSocket
- getLocalPort() - function in org.ice4j.socket.IceTcpServerSocketWrapper
- Get local port.
- getLocalPort() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in java.net.SafeCloseDatagramSocket
- getLocalPort() - function in org.ice4j.socket.DelegatingServerSocket
- Forwards to delegate.
- getLocalPort() - function in org.ice4j.socket.MultiplexingSocket
- getLocalPort() - function in java.net.MultiplexingSocket
- getLocalPort() - function in org.ice4j.socket.DelegatingDatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in org.ice4j.socket.RelayedCandidateDatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in org.ice4j.socket.MergingDatagramSocket
- Delegates to the "active" socket, if one exists.
- getLocalPort() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in java.net.MultiplexingDatagramSocket
- getLocalPort() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in java.net.GoogleRelayedCandidateSocket
- getLocalPort() - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
- Returns the port number on the local host to which this socket is bound.
- getLocalPort() - function in org.ice4j.socket.IceUdpSocketWrapper
- Get local port.
- getLocalPort() - function in java.net.PseudoTcpJavaSocket
- getLocalPort() - function in java.net.PseudoTcpSocket
- getLocalSocketAddress() - function in org.ice4j.socket.ComponentSocket
- Delegates to the "active" socket, if one exists.
- getLocalSocketAddress() - function in java.net.ComponentSocket
- getLocalSocketAddress() - function in org.ice4j.socket.IceTcpSocketWrapper
- Get socket address.
- getLocalSocketAddress() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in java.net.MultiplexedDatagramSocket
- getLocalSocketAddress() - function in org.ice4j.socket.MultiplexedSocket
- getLocalSocketAddress() - function in java.net.MultiplexedSocket
- getLocalSocketAddress() - function in org.ice4j.socket.IceSocketWrapper
- Get socket address.
- getLocalSocketAddress() - function in org.ice4j.socket.DelegatingSocket
- getLocalSocketAddress() - function in org.ice4j.socket.IceTcpServerSocketWrapper
- Get socket address.
- getLocalSocketAddress() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in java.net.SafeCloseDatagramSocket
- getLocalSocketAddress() - function in org.ice4j.socket.DelegatingServerSocket
- Forwards to delegate.
- getLocalSocketAddress() - function in org.ice4j.socket.MultiplexingSocket
- getLocalSocketAddress() - function in java.net.MultiplexingSocket
- getLocalSocketAddress() - function in org.ice4j.socket.DelegatingDatagramSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in org.ice4j.socket.RelayedCandidateDatagramSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in org.ice4j.socket.MergingDatagramSocket
- Delegates to the "active" socket, if one exists.
- getLocalSocketAddress() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in java.net.MultiplexingDatagramSocket
- getLocalSocketAddress() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in java.net.GoogleRelayedCandidateSocket
- getLocalSocketAddress() - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
- Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
- getLocalSocketAddress() - function in org.ice4j.socket.IceUdpSocketWrapper
- Get socket address.
- getLocalSocketAddress() - function in java.net.PseudoTcpJavaSocket
- getLocalSocketAddress() - function in java.net.PseudoTcpSocket
- getLocalUfrag() - function in org.ice4j.ice.Agent
- Returns that user name that should be advertised in session descriptions containing ICE data from this agent.
- getLocationInMessage() - function in org.ice4j.attribute.IceControlledAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.SourceAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.XorOnlyAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.NonceAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.UseCandidateAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.RealmAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ErrorCodeAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.RemoteAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ResponseAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.DestinationAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.MappedAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.IceControllingAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.RequestedTransportAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.LifetimeAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ChangedAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.PriorityAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ConnectionIdAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.UsernameAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.XorMappedAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.OptionalAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ChangeRequestAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ReservationTokenAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.UnknownAttributesAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.DataAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.EvenPortAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.MessageIntegrityAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.XorPeerAddressAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.FingerprintAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.Attribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ReflectedFromAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.ChannelNumberAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.MagicCookieAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.DontFragmentAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.IceControlAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.SoftwareAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.AlternateServerAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLocationInMessage() - function in org.ice4j.attribute.RequestedAddressFamilyAttribute
- For attributes that have arriving in incoming messages, this method returns their original location in the binary array so that we could later more easily verify attributes like MESSAGE-INTEGRITY.
- getLogger() - function in org.ice4j.ice.IceMediaStream
- getLogger() - function in org.ice4j.ice.Component
- getLoggingLevel() - function in org.ice4j.ice.Agent
- Gets the logging level for this Agent and its components.
- getM_rwnd_scale() - function in org.ice4j.pseudotcp.PseudoTCPBase
- getM_swnd_scale() - function in org.ice4j.pseudotcp.PseudoTCPBase
- getMappedAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.LocalCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.Candidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.HostCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappedAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns the address that was returned to us a "mapped address" from a TURN or a STUN server in case this Candidate is relayed or reflexive and null otherwise.
- getMappingFor(IceSocketWrapper) - function in org.ice4j.stunclient.SimpleAddressDetector
- Creates a listening point for the specified socket and attempts to discover how its local address is NAT mapped.
- getMask() - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- getMask() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- Returns the public (mask) address, or null.
- getMask() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- getMask() - function in org.ice4j.ice.harvest.MappingCandidateHarvester
- getMask() - function in org.ice4j.ice.harvest.StaticMappingCandidateHarvester
- The public address (aka mask)
- getMatcher() - function in gov.nist.core.CandidateAttribute
- getMatchPort() - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- getMatchPort() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- getMatchPort() - function in org.ice4j.ice.harvest.MappingCandidateHarvester
- Whether this harvester should match the port of the public address.
- getMatchPort() - function in org.ice4j.ice.harvest.StaticMappingCandidateHarvester
- Whether this harvester should match the port of the public address.
- getMaxCheckListSize() - function in org.ice4j.ice.AgentConfig
- getMaxConsentFreshnessRetransmissions() - function in org.ice4j.ice.AgentConfig
- getMessage() - function in org.ice4j.StunMessageEvent
- Gets the STUN Message associated with this event.
- getMessage() - function in org.ice4j.StunResponseEvent
- Gets the STUN Message associated with this event.
- getMessage() - function in org.ice4j.StunFailureEvent
- Gets the STUN Message associated with this event.
- getMessage() - function in java.lang.StunException
- getMessage() - function in org.ice4j.BaseStunMessageEvent
- Gets the STUN Message associated with this event.
- getMessage() - function in org.ice4j.StunTimeoutEvent
- Gets the STUN Message associated with this event.
- getMessage() - function in java.lang.NetAccessManager.SocketNotFoundException
- getMessage() - function in java.lang.SocketClosedException
- getMessageLength() - function in org.ice4j.PeerUdpMessageEvent
- Returns the message length.
- getMessageLength() - function in org.ice4j.stack.RawMessage
- Returns the message length.
- getMessageType() - function in org.ice4j.message.Response
- The message type of this message.
- getMessageType() - function in org.ice4j.message.Indication
- The message type of this message.
- getMessageType() - function in org.ice4j.message.Message
- The message type of this message.
- getMessageType() - function in org.ice4j.message.Request
- The message type of this message.
- getMTU() - function in org.ice4j.pseudotcp.PseudoTCPBase
- getMTU() - function in org.ice4j.pseudotcp.PseudoTcpSocket
- Gets MTU (maximum transmission unit) value
- getName() - function in org.ice4j.message.Response
- Returns the human readable name of this message.
- getName() - function in org.ice4j.message.Indication
- Returns the human readable name of this message.
- getName() - function in org.ice4j.message.Message
- Returns the human readable name of this message.
- getName() - function in org.ice4j.message.Request
- Returns the human readable name of this message.
- getName() - function in org.ice4j.ice.CheckList
- Returns the name of this check list so that we could use it for debugging purposes.
- getName() - function in org.ice4j.ice.IceMediaStream
- Returns the name of this IceMediaStream.
- getName() - function in org.ice4j.ice.Component
- Returns a human readable name that can be used in debug logs associated with this component.
- getName() - function in org.ice4j.ice.sdp.CandidateAttribute
- Returns the name of this attribute
- getName() - function in org.ice4j.ice.harvest.StunMappingCandidateHarvester
- getName() - function in org.ice4j.ice.harvest.AwsCandidateHarvester
- getName() - function in org.ice4j.ice.harvest.HarvestStatistics
- Returns the name of the associated harvester.
- getName() - function in org.ice4j.ice.harvest.HarvestConfig.StaticMapping
- getName() - function in org.ice4j.ice.harvest.MappingCandidateHarvester
- getName() - function in org.ice4j.ice.harvest.StaticMappingCandidateHarvester
- getName() - function in org.ice4j.attribute.IceControlledAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.XorOnlyAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.NonceAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.UseCandidateAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.RealmAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ErrorCodeAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.IceControllingAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.RequestedTransportAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.LifetimeAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.PriorityAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ConnectionIdAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.UsernameAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.OptionalAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ChangeRequestAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ReservationTokenAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.UnknownAttributesAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.DataAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.EvenPortAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.MessageIntegrityAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.FingerprintAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.Attribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.ChannelNumberAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.MagicCookieAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.DontFragmentAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.IceControlAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.SoftwareAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the human readable name of this attribute.
- getName() - function in org.ice4j.attribute.RequestedAddressFamilyAttribute
- Returns the human readable name of this attribute.
- getNatType() - function in org.ice4j.stunclient.StunDiscoveryReport
- Returns the type of the NAT described in the report.
- getNextClock(long) - function in org.ice4j.pseudotcp.PseudoTCPBase
- Evaluate next interval between getNextClock calls.
- getNominationStrategy() - function in org.ice4j.ice.Agent
- Returns the NominationStrategy that we use in order to decide if and when we should nominate valid pairs.
- getNonce() - function in org.ice4j.attribute.NonceAttribute
- Returns a (cloned) byte array containing the data value of the nonce attribute.
- getNonce() - function in org.ice4j.security.LongTermCredentialSession
- Gets the value of the NONCE attribute currently associated with the use of the LongTermCredential represented by this instance.
- getOOBInline() - function in org.ice4j.socket.MultiplexedSocket
- getOOBInline() - function in java.net.MultiplexedSocket
- getOOBInline() - function in org.ice4j.socket.DelegatingSocket
- getOOBInline() - function in org.ice4j.socket.MultiplexingSocket
- getOOBInline() - function in java.net.MultiplexingSocket
- getOOBInline() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getOOBInline() - function in java.net.GoogleRelayedCandidateSocket
- getOOBInline() - function in java.net.PseudoTcpJavaSocket
- getOOBInline() - function in java.net.PseudoTcpSocket
- getOption(SocketOption) - function in java.net.ComponentSocket
- getOption(SocketOption) - function in java.net.MultiplexedDatagramSocket
- getOption(SocketOption) - function in java.net.MultiplexedSocket
- getOption(SocketOption) - function in org.ice4j.socket.BaseDelegatingServerSocketChannel
- Forwards to delegate.
- getOption(SocketOption) - function in java.net.DelegatingSocket
- getOption(SocketOption) - function in java.net.SafeCloseDatagramSocket
- getOption(SocketOption) - function in java.net.DelegatingServerSocket
- getOption(SocketOption) - function in java.net.MultiplexingSocket
- getOption(SocketOption) - function in java.net.DelegatingDatagramSocket
- getOption(SocketOption) - function in java.net.RelayedCandidateDatagramSocket
- getOption(SocketOption) - function in java.net.MergingDatagramSocket
- getOption(SocketOption) - function in org.ice4j.socket.BaseDelegatingSocketChannel
- Forwards to delegate.
- getOption(SocketOption) - function in java.net.MultiplexingDatagramSocket
- getOption(SocketOption) - function in java.net.GoogleRelayedCandidateSocket
- getOption(SocketOption) - function in java.net.GoogleRelayedCandidateDatagramSocket
- getOption(SocketOption) - function in java.net.PseudoTcpJavaSocket
- getOption(Option) - function in org.ice4j.pseudotcp.PseudoTcpSocket
- Sets an Option on this socket.
- getOption(SocketOption) - function in java.net.PseudoTcpSocket
- getOriginalInputStream() - function in org.ice4j.socket.MultiplexingSocket
- Get original InputStream.
- getOriginalOutputStream() - function in org.ice4j.socket.MultiplexingSocket
- Get original OutputStream.
- getOutputStream() - function in org.ice4j.socket.MultiplexedSocket
- getOutputStream() - function in java.net.MultiplexedSocket
- getOutputStream() - function in org.ice4j.socket.DelegatingSocket
- getOutputStream() - function in java.net.DelegatingSocket
- getOutputStream() - function in java.net.MultiplexingSocket
- getOutputStream() - function in java.net.GoogleRelayedCandidateSocket
- getOutputStream() - function in java.net.PseudoTcpJavaSocket
- getOutputStream() - function in org.ice4j.pseudotcp.PseudoTcpSocket
- getPacketLogger() - function in org.ice4j.stack.StunStack
- Returns the currently set packet logger.
- getParentAgent() - function in org.ice4j.ice.IceMediaStream
- Returns a reference to the Agent that this stream belongs to.
- getParentComponent() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.LocalCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.Candidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.UPNPCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.HostCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.CandidatePair
- Returns the Component that this pair belongs to.
- getParentComponent() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.TcpHostCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.RelayedCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentComponent() - function in org.ice4j.ice.RemoteCandidate
- Returns a reference to the Component that this candidate belongs to.
- getParentStream() - function in org.ice4j.ice.CheckList
- Returns a reference to the IceMediaStream that created and that maintains this check list.
- getParentStream() - function in org.ice4j.ice.Component
- Returns a reference to the IceMediaStream that this Component belongs to.
- getPassword() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the password for this candidate.
- getPassword() - function in org.ice4j.ice.harvest.GoogleTurnCandidateHarvester
- Returns the password for this candidate.
- getPassword() - function in org.ice4j.ice.harvest.GoogleTurnSSLCandidateHarvester
- Returns the password for this candidate.
- getPassword() - function in org.ice4j.security.LongTermCredential
- Gets the password of this LongTermCredential.
- getPassword() - function in org.ice4j.security.LongTermCredentialSession
- Gets the password of the LongTermCredential used by this instance.
- getPerformConsentFreshness() - function in org.ice4j.ice.Agent
- Gets the indicator which determines whether this Agent is to perform consent freshness.
- getPort() - function in java.net.TransportAddress
- getPort() - function in java.net.ComponentSocket
- getPort() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Returns the port for this socket.
- getPort() - function in java.net.MultiplexedDatagramSocket
- getPort() - function in org.ice4j.socket.MultiplexedSocket
- getPort() - function in java.net.MultiplexedSocket
- getPort() - function in org.ice4j.socket.DelegatingSocket
- getPort() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Returns the port for this socket.
- getPort() - function in java.net.SafeCloseDatagramSocket
- getPort() - function in org.ice4j.socket.MultiplexingSocket
- getPort() - function in java.net.MultiplexingSocket
- getPort() - function in org.ice4j.socket.DelegatingDatagramSocket
- Returns the port for this socket.
- getPort() - function in java.net.RelayedCandidateDatagramSocket
- getPort() - function in java.net.MergingDatagramSocket
- getPort() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Returns the port for this socket.
- getPort() - function in java.net.MultiplexingDatagramSocket
- getPort() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getPort() - function in java.net.GoogleRelayedCandidateSocket
- getPort() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getPort() - function in org.ice4j.attribute.SourceAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.XorRelayedAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.RemoteAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.ResponseAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.DestinationAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.MappedAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.ChangedAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.XorMappedAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.XorPeerAddressAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.ReflectedFromAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in org.ice4j.attribute.AlternateServerAttribute
- Returns the port associated with the address contained by the attribute.
- getPort() - function in java.net.PseudoTcpJavaSocket
- getPort() - function in java.net.PseudoTcpSocket
- getPriority() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.LocalCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.Candidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.UPNPCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.HostCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.CandidatePair
- Returns the priority of this pair.
- getPriority() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.TcpHostCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.RelayedCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.ice.RemoteCandidate
- Returns the priority of this candidate.
- getPriority() - function in org.ice4j.attribute.PriorityAttribute
- Returns the priority specified in the PRIORITY Attribute
- getPublicAddress() - function in org.ice4j.ice.harvest.HarvestConfig.StaticMapping
- getPublicAddress() - function in org.ice4j.stunclient.StunDiscoveryReport
- Returns the public addressed discovered by a discovery process.
- getPublicPort() - function in org.ice4j.ice.harvest.HarvestConfig.StaticMapping
- getRandomPortNumber() - function in org.ice4j.ice.NetworkUtils
- Returns a random local port number that user applications could bind to.
- getRandomPortNumber(int,int) - function in org.ice4j.ice.NetworkUtils
- Returns a random local port number in the interval [min, max].
- getRawMessage() - function in org.ice4j.StunMessageEvent
- Returns the raw message that caused this event.
- getRawMessage() - function in org.ice4j.StunResponseEvent
- Returns the raw message that caused this event.
- getRealm() - function in org.ice4j.attribute.RealmAttribute
- Returns a (cloned) byte array containing the data value of the realm attribute.
- getRealm() - function in org.ice4j.security.LongTermCredentialSession
- Gets the realm (i.e.
- getReceiveBufferSize() - function in java.net.ComponentSocket
- getReceiveBufferSize() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Gets the value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
- getReceiveBufferSize() - function in java.net.MultiplexedDatagramSocket
- getReceiveBufferSize() - function in org.ice4j.socket.MultiplexedSocket
- getReceiveBufferSize() - function in java.net.MultiplexedSocket
- getReceiveBufferSize() - function in org.ice4j.socket.DelegatingSocket
- getReceiveBufferSize() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Gets the value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
- getReceiveBufferSize() - function in java.net.SafeCloseDatagramSocket
- getReceiveBufferSize() - function in org.ice4j.socket.DelegatingServerSocket
- Forwards to delegate.
- getReceiveBufferSize() - function in org.ice4j.socket.MultiplexingSocket
- getReceiveBufferSize() - function in java.net.MultiplexingSocket
- getReceiveBufferSize() - function in org.ice4j.socket.DelegatingDatagramSocket
- Gets the value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
- getReceiveBufferSize() - function in java.net.RelayedCandidateDatagramSocket
- getReceiveBufferSize() - function in java.net.MergingDatagramSocket
- getReceiveBufferSize() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Gets the value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
- getReceiveBufferSize() - function in java.net.MultiplexingDatagramSocket
- getReceiveBufferSize() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getReceiveBufferSize() - function in java.net.GoogleRelayedCandidateSocket
- getReceiveBufferSize() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getReceiveBufferSize() - function in java.net.PseudoTcpJavaSocket
- getReceiveBufferSize() - function in java.net.PseudoTcpSocket
- getReflexiveAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.LocalCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.Candidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.HostCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns this candidate reflexive address.
- getReflexiveAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns this candidate reflexive address.
- getRelatedAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.LocalCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.Candidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.HostCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns a TransportAddress related to this Candidate.
- getRelatedCandidate() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.LocalCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.Candidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.UPNPCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.HostCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.TcpHostCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.RelayedCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelatedCandidate() - function in org.ice4j.ice.RemoteCandidate
- Returns the related candidate corresponding to the address given in parameter: - null for a host candidate, - the base address (host candidate) for a reflexive candidate, - the mapped address (the mapped address of the TURN allocate response) for a relayed candidate.
- getRelayedAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.LocalCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.Candidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.HostCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns this candidate relayed address.
- getRelayedAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns this candidate relayed address.
- getRelayedCandidate() - function in org.ice4j.socket.RelayedCandidateDatagramSocket
- Gets the RelayedCandidate which uses this instance as the value of its socket property.
- getRelayedCandidate() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- Gets the RelayedCandidate which uses this instance as the value of its socket property.
- getRelayedCandidate() - function in org.ice4j.socket.GoogleRelayedCandidateDatagramSocket
- Gets the RelayedCandidate which uses this instance as the value of its socket property.
- getRelayServerAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.LocalCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.Candidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.HostCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the address of the relay server (i.e.
- getRelayServerAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns the address of the relay server (i.e.
- getRemoteAddress() - function in org.ice4j.StunMessageEvent
- Returns the address that sent the message.
- getRemoteAddress() - function in org.ice4j.StunResponseEvent
- Returns the address that sent the message.
- getRemoteAddress() - function in org.ice4j.ChannelDataMessageEvent
- Gets the TransportAddress which is the remote address of this event.
- getRemoteAddress() - function in org.ice4j.PeerUdpMessageEvent
- Returns the address and port of the host that sent the message
- getRemoteAddress() - function in org.ice4j.stack.StunClientTransaction
- Returns the remote TransportAddress that this transaction is sending requests to.
- getRemoteAddress() - function in org.ice4j.stack.RawMessage
- Returns the address and port of the host that sent the message
- getRemoteAddress() - function in org.ice4j.socket.BaseDelegatingSocketChannel
- Forwards to delegate.
- getRemoteCandidate() - function in org.ice4j.ice.CandidatePair
- Returns the remote candidate of this CandidatePair.
- getRemoteCandidateCount() - function in org.ice4j.ice.Component
- Returns the number of all remote candidates currently registered in this Component.
- getRemoteCandidates() - function in org.ice4j.ice.Component
- Returns a copy of the list containing all remote candidates currently registered in this component.
- getRemoteKey(String,String) - function in org.ice4j.security.CredentialsManager
- Queries all currently registered CredentialsAuthoritys for a password corresponding to the specified remote username or user frag and returns the first non-null one.
- getRemoteKey(String,String) - function in org.ice4j.security.CredentialsAuthority
- Returns the key (password) that corresponds to the specified remote username or user frag, an empty array if there was no password for that username or null if the username is not a remote user name recognized by this CredentialsAuthority.
- getRemoteKey(String,String) - function in org.ice4j.security.LongTermCredentialSession
- Returns the key (password) that corresponds to the specified remote username or user frag, an empty array if there was no password for that username or null if the username is not a remote user name recognized by this CredentialsAuthority.
- getRemotePassword() - function in org.ice4j.ice.IceMediaStream
- Returns the password that we received from the remote peer or null if we haven't received a password from them yet.
- getRemoteSocketAddress() - function in java.net.ComponentSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
- getRemoteSocketAddress() - function in java.net.MultiplexedDatagramSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.MultiplexedSocket
- getRemoteSocketAddress() - function in java.net.MultiplexedSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.DelegatingSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
- getRemoteSocketAddress() - function in java.net.SafeCloseDatagramSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.MultiplexingSocket
- getRemoteSocketAddress() - function in java.net.MultiplexingSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.DelegatingDatagramSocket
- Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
- getRemoteSocketAddress() - function in java.net.RelayedCandidateDatagramSocket
- getRemoteSocketAddress() - function in java.net.MergingDatagramSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
- getRemoteSocketAddress() - function in java.net.MultiplexingDatagramSocket
- getRemoteSocketAddress() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getRemoteSocketAddress() - function in java.net.GoogleRelayedCandidateSocket
- getRemoteSocketAddress() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getRemoteSocketAddress() - function in java.net.PseudoTcpJavaSocket
- getRemoteSocketAddress() - function in java.net.PseudoTcpSocket
- getRemoteUfrag() - function in org.ice4j.ice.IceMediaStream
- Returns the user name that we received from the remote peer or null if we haven't received a user name from them yet.
- getRequest() - function in org.ice4j.StunResponseEvent
- Returns the Request that started the transaction that this Response has just arrived in.
- getRequestedTransport() - function in org.ice4j.attribute.RequestedTransportAttribute
- Get the transport protocol.
- getRequestSourceAddress() - function in org.ice4j.stack.StunServerTransaction
- Returns the remote TransportAddress that this transaction is receiving requests from.
- getReservationToken() - function in org.ice4j.attribute.ReservationTokenAttribute
- Returns a (cloned) byte array containing the reservationToken value of the reservationToken attribute.
- getResponse() - function in org.ice4j.StunResponseEvent
- Returns the Response that has just arrived and that caused this event.
- getResponseDestinationAddress() - function in org.ice4j.stack.StunServerTransaction
- Returns the remote TransportAddress that this transaction is receiving requests from.
- getReuseAddress() - function in java.net.ComponentSocket
- getReuseAddress() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Tests if SO_REUSEADDR is enabled.
- getReuseAddress() - function in java.net.MultiplexedDatagramSocket
- getReuseAddress() - function in org.ice4j.socket.MultiplexedSocket
- getReuseAddress() - function in java.net.MultiplexedSocket
- getReuseAddress() - function in org.ice4j.socket.DelegatingSocket
- getReuseAddress() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Tests if SO_REUSEADDR is enabled.
- getReuseAddress() - function in java.net.SafeCloseDatagramSocket
- getReuseAddress() - function in org.ice4j.socket.DelegatingServerSocket
- Forwards to delegate.
- getReuseAddress() - function in org.ice4j.socket.MultiplexingSocket
- getReuseAddress() - function in java.net.MultiplexingSocket
- getReuseAddress() - function in org.ice4j.socket.DelegatingDatagramSocket
- Tests if SO_REUSEADDR is enabled.
- getReuseAddress() - function in java.net.RelayedCandidateDatagramSocket
- getReuseAddress() - function in java.net.MergingDatagramSocket
- getReuseAddress() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Tests if SO_REUSEADDR is enabled.
- getReuseAddress() - function in java.net.MultiplexingDatagramSocket
- getReuseAddress() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getReuseAddress() - function in java.net.GoogleRelayedCandidateSocket
- getReuseAddress() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getReuseAddress() - function in java.net.PseudoTcpJavaSocket
- getReuseAddress() - function in java.net.PseudoTcpSocket
- getSelectedLocalCandidate(String) - function in org.ice4j.ice.Agent
- Returns the selected local candidate for this Agent.
- getSelectedPair() - function in org.ice4j.ice.Component
- Returns the CandidatePair selected for use by ICE processing or null if no pair has been selected so far or if ICE processing has failed.
- getSelectedRemoteCandidate(String) - function in org.ice4j.ice.Agent
- Returns the selected remote candidate for this Agent.
- getSendBufferSize() - function in java.net.ComponentSocket
- getSendBufferSize() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Gets the value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
- getSendBufferSize() - function in java.net.MultiplexedDatagramSocket
- getSendBufferSize() - function in org.ice4j.socket.MultiplexedSocket
- getSendBufferSize() - function in java.net.MultiplexedSocket
- getSendBufferSize() - function in org.ice4j.socket.DelegatingSocket
- getSendBufferSize() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Gets the value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
- getSendBufferSize() - function in java.net.SafeCloseDatagramSocket
- getSendBufferSize() - function in org.ice4j.socket.MultiplexingSocket
- getSendBufferSize() - function in java.net.MultiplexingSocket
- getSendBufferSize() - function in org.ice4j.socket.DelegatingDatagramSocket
- Gets the value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
- getSendBufferSize() - function in java.net.RelayedCandidateDatagramSocket
- getSendBufferSize() - function in java.net.MergingDatagramSocket
- getSendBufferSize() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Gets the value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
- getSendBufferSize() - function in java.net.MultiplexingDatagramSocket
- getSendBufferSize() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getSendBufferSize() - function in java.net.GoogleRelayedCandidateSocket
- getSendBufferSize() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getSendBufferSize() - function in java.net.PseudoTcpJavaSocket
- getSendBufferSize() - function in java.net.PseudoTcpSocket
- getSendingAddress() - function in org.ice4j.stack.StunServerTransaction
- Returns the local TransportAddress that this transaction is sending responses from.
- getServerAddress() - function in org.ice4j.stunclient.SimpleAddressDetector
- Returns the server address that this detector is using to run stun queries.
- getSocket() - function in org.ice4j.ice.PeerReflexiveCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.LocalCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.UPNPCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.HostCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.Component
- getSocket() - function in org.ice4j.ice.CandidatePair
- Returns the TCP Socket (if any) for this CandidatePair.
- getSocket() - function in org.ice4j.ice.ServerReflexiveCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.TcpHostCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.RelayedCandidate
- Gets the Socket associated with this Candidate.
- getSocket() - function in org.ice4j.ice.GoogleRelayedCandidate
- Gets the Socket associated with this Candidate.
- getSocket(DatagramPacketFilter) - function in org.ice4j.socket.MultiplexingSocket
- Gets a MultiplexedDatagramSocket which filters DatagramPackets away from this DatagramSocket using a specific DatagramPacketFilter.
- getSocket(DatagramPacketFilter) - function in org.ice4j.socket.MultiplexingDatagramSocket
- Gets a MultiplexedDatagramSocket which filters DatagramPackets away from this DatagramSocket using a specific DatagramPacketFilter.
- getSocket(DatagramPacketFilter,boolean) - function in org.ice4j.socket.MultiplexingDatagramSocket
- Gets a MultiplexedDatagramSocket which filters DatagramPackets away from this DatagramSocket using a specific DatagramPacketFilter.
- getSocketWrapper() - function in org.ice4j.ice.Component
- getSoftware() - function in org.ice4j.ice.AgentConfig
- The value of the SOFTWARE attribute that ice4j should include in all outgoing messages.
- getSoftware() - function in org.ice4j.attribute.SoftwareAttribute
- Returns a (cloned) byte array containing the data value of the software attribute.
- getSoLinger() - function in org.ice4j.socket.MultiplexedSocket
- getSoLinger() - function in java.net.MultiplexedSocket
- getSoLinger() - function in org.ice4j.socket.DelegatingSocket
- getSoLinger() - function in org.ice4j.socket.MultiplexingSocket
- getSoLinger() - function in java.net.MultiplexingSocket
- getSoLinger() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getSoLinger() - function in java.net.GoogleRelayedCandidateSocket
- getSoLinger() - function in java.net.PseudoTcpJavaSocket
- getSoLinger() - function in java.net.PseudoTcpSocket
- getSoTimeout() - function in org.ice4j.socket.ComponentSocket
- getSoTimeout() - function in java.net.ComponentSocket
- getSoTimeout() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Retrieves setting for SO_TIMEOUT.
- getSoTimeout() - function in java.net.MultiplexedDatagramSocket
- getSoTimeout() - function in org.ice4j.socket.MultiplexedSocket
- getSoTimeout() - function in java.net.MultiplexedSocket
- getSoTimeout() - function in org.ice4j.socket.DelegatingSocket
- getSoTimeout() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Retrieves setting for SO_TIMEOUT.
- getSoTimeout() - function in java.net.SafeCloseDatagramSocket
- getSoTimeout() - function in org.ice4j.socket.DelegatingServerSocket
- Forwards to delegate.
- getSoTimeout() - function in org.ice4j.socket.MultiplexingSocket
- getSoTimeout() - function in java.net.MultiplexingSocket
- getSoTimeout() - function in org.ice4j.socket.DelegatingDatagramSocket
- Retrieves setting for SO_TIMEOUT.
- getSoTimeout() - function in java.net.RelayedCandidateDatagramSocket
- getSoTimeout() - function in org.ice4j.socket.MergingDatagramSocket
- getSoTimeout() - function in java.net.MergingDatagramSocket
- getSoTimeout() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Retrieves setting for SO_TIMEOUT.
- getSoTimeout() - function in java.net.MultiplexingDatagramSocket
- getSoTimeout() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getSoTimeout() - function in java.net.GoogleRelayedCandidateSocket
- getSoTimeout() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getSoTimeout() - function in java.net.PseudoTcpJavaSocket
- getSoTimeout() - function in java.net.PseudoTcpSocket
- getSource() - function in java.util.StunMessageEvent
- getSource() - function in java.util.StunResponseEvent
- getSource() - function in java.util.StunFailureEvent
- getSource() - function in java.util.BaseStunMessageEvent
- getSource() - function in java.util.ChannelDataMessageEvent
- getSource() - function in java.util.StunTimeoutEvent
- getSource() - function in java.util.PeerUdpMessageEvent
- getStackTrace() - function in java.lang.StunException
- getStackTrace() - function in java.lang.NetAccessManager.SocketNotFoundException
- getStackTrace() - function in java.lang.SocketClosedException
- getState() - function in org.ice4j.ice.CheckList
- Returns the state of this check list.
- getState() - function in org.ice4j.ice.Agent
- Returns the state of ICE processing for this Agent.
- getState() - function in org.ice4j.ice.CandidatePair
- Returns the state of this CandidatePair.
- getState() - function in org.ice4j.pseudotcp.PseudoTCPBase
- getState() - function in org.ice4j.pseudotcp.PseudoTcpSocket
- Returns current PseudoTcpState of this socket
- getStaticMappings() - function in org.ice4j.ice.harvest.HarvestConfig
- getStrategy() - function in org.ice4j.ice.DefaultNominator
- The NominationStrategy that this nominator is using when deciding whether or not a valid CandidatePair is suitable for nomination.
- getStream(String) - function in org.ice4j.ice.Agent
- Returns the IceMediaStream with the specified name or null if no such stream has been registered with this Agent yet.
- getStreamCount() - function in org.ice4j.ice.Agent
- Returns the number of IceMediaStreams currently registered with this agent.
- getStreamNames() - function in org.ice4j.ice.Agent
- Returns a List containing the names of all currently registered media streams.
- getStreams() - function in org.ice4j.ice.Agent
- Returns a List containing all IceMediaStreams currently registered with this agent.
- getString(String) - function in org.ice4j.StackProperties
- Returns the String value of the specified property (minus all encompassing whitespaces)and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
- getStringArray(String,String) - function in org.ice4j.StackProperties
- Returns the String array of the specified property, or null in case the returned property string array had zero length.
- getStunMappingCandidateHarvesterAddresses() - function in org.ice4j.ice.harvest.HarvestConfig
- getStunServerAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.LocalCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.Candidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.HostCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunServerAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns the address of the STUN server that was used to obtain this Candidate or null if this is not a server reflexive candidate.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.PeerReflexiveCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.LocalCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.UPNPCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.HostCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.ServerReflexiveCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.TcpHostCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.RelayedCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunSocket(TransportAddress) - function in org.ice4j.ice.GoogleRelayedCandidate
- Creates if necessary and returns a DatagramSocket that would capture all STUN packets arriving on this candidate's socket.
- getStunStack() - function in org.ice4j.StunMessageEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.StunResponseEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.StunFailureEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.BaseStunMessageEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.ChannelDataMessageEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.StunTimeoutEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.PeerUdpMessageEvent
- Gets the StunStack associated with this instance.
- getStunStack() - function in org.ice4j.ice.PeerReflexiveCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.LocalCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.Agent
- Gets the StunStack used by this Agent.
- getStunStack() - function in org.ice4j.ice.UPNPCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.HostCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.ServerReflexiveCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.TcpHostCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.RelayedCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.GoogleRelayedCandidate
- Gets the StunStack associated with this Candidate.
- getStunStack() - function in org.ice4j.ice.harvest.GoogleTurnCandidateHarvester
- Gets the StunStack used by this CandidateHarvester for the purposes of STUN communication.
- getStunStack() - function in org.ice4j.ice.harvest.GoogleTurnSSLCandidateHarvester
- Gets the StunStack used by this CandidateHarvester for the purposes of STUN communication.
- getStunStack() - function in org.ice4j.ice.harvest.StunCandidateHarvester
- Gets the StunStack used by this CandidateHarvester for the purposes of STUN communication.
- getStunStack() - function in org.ice4j.ice.harvest.TurnCandidateHarvester
- Gets the StunStack used by this CandidateHarvester for the purposes of STUN communication.
- getSuppressed() - function in java.lang.StunException
- getSuppressed() - function in java.lang.NetAccessManager.SocketNotFoundException
- getSuppressed() - function in java.lang.SocketClosedException
- getTail(Handler) - function in java.util.logging.Ice4jLogFormatter
- getTcpNoDelay() - function in org.ice4j.socket.MultiplexedSocket
- getTcpNoDelay() - function in java.net.MultiplexedSocket
- getTcpNoDelay() - function in org.ice4j.socket.DelegatingSocket
- getTcpNoDelay() - function in org.ice4j.socket.MultiplexingSocket
- getTcpNoDelay() - function in java.net.MultiplexingSocket
- getTcpNoDelay() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getTcpNoDelay() - function in java.net.GoogleRelayedCandidateSocket
- getTcpNoDelay() - function in java.net.PseudoTcpJavaSocket
- getTcpNoDelay() - function in java.net.PseudoTcpSocket
- getTCPSocket() - function in org.ice4j.socket.IceTcpSocketWrapper
- Returns Socket object if the delegate socket is a TCP one, null otherwise.
- getTCPSocket() - function in org.ice4j.socket.IceSocketWrapper
- Returns Socket object if the delegate socket is a TCP one, null otherwise.
- getTCPSocket() - function in org.ice4j.socket.IceTcpServerSocketWrapper
- Returns Socket object if the delegate socket is a TCP one, null otherwise.
- getTCPSocket() - function in org.ice4j.socket.IceUdpSocketWrapper
- Returns Socket object if the delegate socket is a TCP one, null otherwise.
- getTcpType() - function in org.ice4j.ice.PeerReflexiveCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.LocalCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.Candidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.UPNPCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.HostCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.ServerReflexiveCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.TcpHostCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.RelayedCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.GoogleRelayedCandidate
- Gets the CandidateTcpType for this Candidate.
- getTcpType() - function in org.ice4j.ice.RemoteCandidate
- Gets the CandidateTcpType for this Candidate.
- getTerminationDelay() - function in org.ice4j.ice.AgentConfig
- getTieBreaker() - function in org.ice4j.ice.Agent
- Returns this agent's tie-breaker number.
- getTieBreaker() - function in org.ice4j.attribute.IceControlledAttribute
- Returns the value of the tie-breaker.
- getTieBreaker() - function in org.ice4j.attribute.IceControllingAttribute
- Returns the value of the tie-breaker.
- getTieBreaker() - function in org.ice4j.attribute.IceControlAttribute
- Returns the value of the tie-breaker.
- getTimeout() - function in org.ice4j.ice.harvest.HarvestConfig
- getTotalCandidateCount() - function in org.ice4j.ice.harvest.HarvestStatistics
- Returns the number of candidates gathered by the associated harvester.
- getTotalHarvestingTime() - function in org.ice4j.ice.Agent
- Returns the combined harvesting time for all harvesters in this agent.
- getTrafficClass() - function in java.net.ComponentSocket
- getTrafficClass() - function in org.ice4j.socket.MultiplexedDatagramSocket
- Gets the traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
- getTrafficClass() - function in java.net.MultiplexedDatagramSocket
- getTrafficClass() - function in org.ice4j.socket.MultiplexedSocket
- getTrafficClass() - function in java.net.MultiplexedSocket
- getTrafficClass() - function in org.ice4j.socket.DelegatingSocket
- getTrafficClass() - function in org.ice4j.socket.SafeCloseDatagramSocket
- Gets the traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
- getTrafficClass() - function in java.net.SafeCloseDatagramSocket
- getTrafficClass() - function in org.ice4j.socket.MultiplexingSocket
- getTrafficClass() - function in java.net.MultiplexingSocket
- getTrafficClass() - function in org.ice4j.socket.DelegatingDatagramSocket
- Gets the traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
- getTrafficClass() - function in java.net.RelayedCandidateDatagramSocket
- getTrafficClass() - function in java.net.MergingDatagramSocket
- getTrafficClass() - function in org.ice4j.socket.MultiplexingDatagramSocket
- Gets the traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
- getTrafficClass() - function in java.net.MultiplexingDatagramSocket
- getTrafficClass() - function in org.ice4j.socket.GoogleRelayedCandidateSocket
- getTrafficClass() - function in java.net.GoogleRelayedCandidateSocket
- getTrafficClass() - function in java.net.GoogleRelayedCandidateDatagramSocket
- getTrafficClass() - function in java.net.PseudoTcpJavaSocket
- getTrafficClass() - function in java.net.PseudoTcpSocket
- getTransactionID() - function in org.ice4j.message.Response
- Returns a reference to this message's transaction id.
- getTransactionID() - function in org.ice4j.message.Indication
- Returns a reference to this message's transaction id.
- getTransactionID() - function in org.ice4j.message.Message
- Returns a reference to this message's transaction id.
- getTransactionID() - function in org.ice4j.message.Request
- Returns a reference to this message's transaction id.
- getTransactionID() - function in org.ice4j.StunMessageEvent
- Gets the ID of the transaction related to the STUN Message associated with this event.
- getTransactionID() - function in org.ice4j.StunResponseEvent
- Gets the ID of the transaction related to the STUN Message associated with this event.
- getTransactionID() - function in org.ice4j.StunFailureEvent
- Gets the ID of the transaction related to the STUN Message associated with this event.
- getTransactionID() - function in org.ice4j.BaseStunMessageEvent
- Gets the ID of the transaction related to the STUN Message associated with this event.
- getTransactionID() - function in org.ice4j.StunTimeoutEvent
- Gets the ID of the transaction related to the STUN Message associated with this event.
- getTransactionID() - function in org.ice4j.stack.StunServerTransaction
- Returns the ID of the current transaction.
- getTransport() - function in org.ice4j.TransportAddress
- The transport that this transport address is suggesting.
- getTransport() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.LocalCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.Candidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.UPNPCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.HostCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.TcpHostCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.RelayedCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the Transport for this Candidate.
- getTransport() - function in org.ice4j.ice.RemoteCandidate
- Returns the Transport for this Candidate.
- getTransportAddress() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.LocalCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.Candidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.UPNPCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.HostCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.TcpHostCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.RelayedCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the transport address that this candidate is representing.
- getTransportAddress() - function in org.ice4j.ice.RemoteCandidate
- Returns the transport address that this candidate is representing.
- getType() - function in org.ice4j.ice.PeerReflexiveCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.LocalCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.Candidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.UPNPCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.HostCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.ServerReflexiveCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.TcpHostCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.RelayedCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.GoogleRelayedCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getType() - function in org.ice4j.ice.RemoteCandidate
- Returns the type of this candidate which should be an instance of the CandidateType enumeration.
- getTypeChar() - function in org.ice4j.ice.sdp.CandidateAttribute
- Returns the type character for the field.
- getUdpMessageEventHandler() - function in org.ice4j.stack.NetAccessManager
- Gets the PeerUdpMessageEventHandler of this NetAccessManager which is to be notified when incoming UDP messages have been processed and are ready for delivery.
- getUdpReceiveBufferSize() - function in org.ice4j.ice.harvest.HarvestConfig
- getUDPSocket() - function in org.ice4j.socket.IceTcpSocketWrapper
- Returns DatagramSocket object if the delegate socket is a UDP one, null otherwise.
- getUDPSocket() - function in org.ice4j.socket.IceSocketWrapper
- Returns DatagramSocket object if the delegate socket is a UDP one, null otherwise.
- getUDPSocket() - function in org.ice4j.socket.IceTcpServerSocketWrapper
- Returns DatagramSocket object if the delegate socket is a UDP one, null otherwise.
- getUDPSocket() - function in org.ice4j.socket.IceUdpSocketWrapper
- Returns DatagramSocket object if the delegate socket is a UDP one, null otherwise.
- getUfrag() - function in org.ice4j.ice.PeerReflexiveCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.LocalCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.Candidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.UPNPCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.HostCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.ServerReflexiveCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.TcpHostCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.RelayedCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.GoogleRelayedCandidate
- Get the local ufrag.
- getUfrag() - function in org.ice4j.ice.RemoteCandidate
- Get the remote ufrag.
- getUseComponentSocket() - function in org.ice4j.ice.AgentConfig
- Whether the per-component merging socket should be enabled by default (the default value can be overridden with the Agent API).
- getUseDynamicPorts() - function in org.ice4j.ice.harvest.HarvestConfig
- getUseIpv6() - function in org.ice4j.ice.harvest.HarvestConfig
- getUseLinkLocalAddresses() - function in org.ice4j.ice.harvest.HarvestConfig
- getUsername() - function in org.ice4j.attribute.UsernameAttribute
- Returns a (cloned) byte array containing the data value of the username attribute.
- getUsername() - function in org.ice4j.security.LongTermCredential
- Gets the username of this LongTermCredential.
- getUsername() - function in org.ice4j.security.LongTermCredentialSession
- Gets the username of the LongTermCredential used by this instance.
- getValue() - function in org.ice4j.ice.sdp.CandidateAttribute
- Returns the value of this attribute.
- getWriteRemaining() - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
- GOOGLE_TCP_TURN_RELAYED_CANDIDATE - enum entry in org.ice4j.ice.CandidateExtendedType
The candidate is discovered by using TURN relayed method and using TCP (cf. RFC5766).
- GOOGLE_TURN_RELAYED_CANDIDATE - enum entry in org.ice4j.ice.CandidateExtendedType
The candidate is discovered by using TURN relayed method (cf. RFC5766).
- GoogleRelayedCandidate - class in org.ice4j.ice
- Represents a Candidate obtained by sending a Google TURN Allocate request from a HostCandidate to a TURN server.
- GoogleRelayedCandidateDatagramSocket - 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).
- GoogleRelayedCandidateDelegate - class in org.ice4j.socket
- Google TURN delegate object that will handle GTalk TURN send/receive operations.
- GoogleRelayedCandidateSocket - class in org.ice4j.socket
- Represents an application-purposed (as opposed to an ICE-specific) Socket for a RelayedCandidate harvested by a TurnCandidateHarvest (and its associated TurnCandidateHarvester, of course).
- GoogleTurnCandidateHarvest - class in org.ice4j.ice.harvest
- Represents the harvesting of Google TURN Candidates for a specific HostCandidate performed by a specific GoogleTurnCandidateHarvester.
- GoogleTurnCandidateHarvester - class in org.ice4j.ice.harvest
- Implements a CandidateHarvester which gathers Google TURN dialect Candidates for a specified Component.
- GoogleTurnSSLCandidateHarvester - class in org.ice4j.ice.harvest
- Implements a CandidateHarvester which gathers Google TURN SSLTCP dialect Candidates for a specified Component.