- canHandle(byte[]) - Method in interface org.restcomm.media.network.deprecated.channel.PacketHandler
-
Checks whether the handler can process the incoming packet or not.
- canHandle(byte[], int, int) - Method in interface org.restcomm.media.network.deprecated.channel.PacketHandler
-
- Channel - Interface in org.restcomm.media.network.deprecated.channel
-
- channelRead0(ChannelHandlerContext, DatagramPacket) - Method in class org.restcomm.media.network.netty.handler.NetworkFilter
-
- close(FutureCallback<Void>) - Method in interface org.restcomm.media.network.api.AsynchronousNetworkChannel
-
- close(FutureCallback<Void>) - Method in interface org.restcomm.media.network.api.AsynchronousNetworkManager
-
Asynchronously shuts down the Network Manager, closing any registered channels.
- close() - Method in interface org.restcomm.media.network.api.SynchronousNetworkChannel
-
- close() - Method in interface org.restcomm.media.network.api.SynchronousNetworkManager
-
Shuts down the Network Manager, closing any registered channels.
- close() - Method in class org.restcomm.media.network.deprecated.channel.AbstractNetworkChannel
-
- close() - Method in interface org.restcomm.media.network.deprecated.channel.Channel
-
Deprecated.
Disconnects and closes the channel.
Invoking this method will have no effect if the channel is already
closed.
- close() - Method in class org.restcomm.media.network.deprecated.channel.MultiplexedChannel
-
Deprecated.
- close() - Method in interface org.restcomm.media.network.deprecated.channel.NetworkChannel
-
Disconnects and closes the channel.
Invoking this method will have no effect if the channel is already closed.
- close(FutureCallback<Void>) - Method in class org.restcomm.media.network.netty.channel.AsyncNettyNetworkChannel
-
- close() - Method in class org.restcomm.media.network.netty.NettyNetworkManager
-
Shuts down the Network Manager, closing any registered channels.
- close(FutureCallback<Void>) - Method in class org.restcomm.media.network.netty.NettyNetworkManager
-
Asynchronously shuts down the Network Manager, closing any registered channels.
- connect(SocketAddress, FutureCallback<Void>) - Method in interface org.restcomm.media.network.api.AsynchronousNetworkChannel
-
- connect(SocketAddress) - Method in interface org.restcomm.media.network.api.SynchronousNetworkChannel
-
- connect(InetSocketAddress) - Method in class org.restcomm.media.network.deprecated.channel.AbstractNetworkChannel
-
- connect(SocketAddress) - Method in interface org.restcomm.media.network.deprecated.channel.Channel
-
Deprecated.
Connects the channel to a remote peer.
The channel will only be able to accept traffic from that peer.
- connect(SocketAddress) - Method in class org.restcomm.media.network.deprecated.channel.MultiplexedChannel
-
Deprecated.
- connect(InetSocketAddress) - Method in interface org.restcomm.media.network.deprecated.channel.NetworkChannel
-
Connects the channel to a remote peer.
The channel will only be able to accept traffic from that peer.
- connect(SocketAddress, FutureCallback<Void>) - Method in class org.restcomm.media.network.netty.channel.AsyncNettyNetworkChannel
-
- connectImmediately(InetSocketAddress) - Method in class org.restcomm.media.network.deprecated.UdpManager
-
- contains(PacketHandler) - Method in class org.restcomm.media.network.deprecated.channel.PacketHandlerPipeline
-
Checks whether a certain handler is already registered in the pipeline.
- count() - Method in class org.restcomm.media.network.deprecated.channel.PacketHandlerPipeline
-
Gets the number of handlers registered in the pipeline.
- current() - Method in interface org.restcomm.media.network.deprecated.PortManager
-
Gets the current port.
- current() - Method in class org.restcomm.media.network.deprecated.RtpPortManager
-
- currentChannel - Variable in class org.restcomm.media.network.deprecated.server.NioServer
-
- INSTANCE - Static variable in class org.restcomm.media.network.netty.channel.NettyNetworkChannelFsmBuilder
-
- IPAddressCompare - Class in org.restcomm.media.network.deprecated
-
Helper functions to check whether ip address is in network with specified subnet mask
used in proxy leg implementation
- IPAddressCompare() - Constructor for class org.restcomm.media.network.deprecated.IPAddressCompare
-
- IPAddressType - Enum in org.restcomm.media.network.deprecated
-
Defines relation between audio/video format and RTP payload number as
specified by Audio/Video Profile spec.
- isActive() - Method in interface org.restcomm.media.network.deprecated.netty.NetworkManager
-
Gets whether the manager is active.
- isActive() - Method in class org.restcomm.media.network.deprecated.netty.UdpNetworkManager
-
- isBound() - Method in interface org.restcomm.media.network.api.AsynchronousNetworkChannel
-
- isBound() - Method in interface org.restcomm.media.network.api.SynchronousNetworkChannel
-
- isBound() - Method in class org.restcomm.media.network.netty.channel.AsyncNettyNetworkChannel
-
- isConnected() - Method in interface org.restcomm.media.network.api.AsynchronousNetworkChannel
-
- isConnected() - Method in interface org.restcomm.media.network.api.SynchronousNetworkChannel
-
- isConnected() - Method in class org.restcomm.media.network.deprecated.channel.AbstractNetworkChannel
-
- isConnected() - Method in interface org.restcomm.media.network.deprecated.channel.Channel
-
Deprecated.
Gets whether channel is connected or not.
- isConnected() - Method in class org.restcomm.media.network.deprecated.channel.MultiplexedChannel
-
Deprecated.
- isConnected() - Method in interface org.restcomm.media.network.deprecated.channel.NetworkChannel
-
Gets whether channel is connected or not.
- isConnected() - Method in class org.restcomm.media.network.netty.channel.AsyncNettyNetworkChannel
-
- isInRangeV4(byte[], byte[], byte[]) - Static method in class org.restcomm.media.network.deprecated.IPAddressCompare
-
Checks whether ipAddress is in IPV4 network with specified subnet
- isInRangeV6(byte[], byte[], byte[]) - Static method in class org.restcomm.media.network.deprecated.IPAddressCompare
-
Checks whether ipAddress is in IPV6 network with specified subnet
- isIPv4() - Method in class org.restcomm.media.network.deprecated.TransportAddress
-
Verifies whether the address bound to this candidate is IPv4.
- isIPv6() - Method in class org.restcomm.media.network.deprecated.TransportAddress
-
Verifies whether the address bound to this candidate is IPv6.
- isOpen() - Method in interface org.restcomm.media.network.api.AsynchronousNetworkChannel
-
- isOpen() - Method in interface org.restcomm.media.network.api.SynchronousNetworkChannel
-
- isOpen() - Method in class org.restcomm.media.network.deprecated.channel.AbstractNetworkChannel
-
- isOpen() - Method in interface org.restcomm.media.network.deprecated.channel.Channel
-
Deprecated.
Gets whether channel is open or not.
- isOpen() - Method in class org.restcomm.media.network.deprecated.channel.MultiplexedChannel
-
Deprecated.
- isOpen() - Method in interface org.restcomm.media.network.deprecated.channel.NetworkChannel
-
Gets whether channel is open or not.
- isOpen() - Method in class org.restcomm.media.network.netty.channel.AsyncNettyNetworkChannel
-
- isReadable() - Method in interface org.restcomm.media.network.deprecated.ProtocolHandler
-
- isRegistered() - Method in class org.restcomm.media.network.deprecated.channel.AbstractNetworkChannel
-
- isRegistered() - Method in interface org.restcomm.media.network.deprecated.channel.NetworkChannel
-
Gets whether channel is registered in a Selector.
- isRunning() - Method in class org.restcomm.media.network.deprecated.server.NioServer
-
Indicates whether the server is running or not.
- isSecure(NetworkChannel, InetSocketAddress) - Method in class org.restcomm.media.network.deprecated.channel.DirectNetworkGuard
-
- isSecure(NetworkChannel, InetSocketAddress) - Method in interface org.restcomm.media.network.deprecated.channel.NetworkGuard
-
Deprecated.
Decides whether a remote peer is secure or not.
- isSecure(NetworkChannel, InetSocketAddress) - Method in class org.restcomm.media.network.deprecated.channel.RestrictedNetworkGuard
-
- isSecure(NetworkChannel, InetSocketAddress) - Method in class org.restcomm.media.network.deprecated.channel.SbcNetworkGuard
-
- isSecure(Channel, InetSocketAddress) - Method in class org.restcomm.media.network.netty.filter.DirectNetworkGuard
-
- isSecure(Channel, InetSocketAddress) - Method in class org.restcomm.media.network.netty.filter.LocalNetworkGuard
-
- isSecure(Channel, InetSocketAddress) - Method in interface org.restcomm.media.network.netty.filter.NetworkGuard
-
Decides whether a remote peer is secure or not.
- isSecure(Channel, InetSocketAddress) - Method in class org.restcomm.media.network.netty.filter.SbcNetworkGuard
-
- isVirtual() - Method in class org.restcomm.media.network.deprecated.TransportAddress
-
- isWriteable() - Method in interface org.restcomm.media.network.deprecated.ProtocolHandler
-