| Interface | Description |
|---|---|
| FragmentListener |
When an
IPPacket is detected to to be fragemented, the corresponding
IPFrame will be passed to this interface and it is up to this
listener to defragment the IP-packet. |
| RtpStream | |
| SipStatistics | |
| SipStream |
Represents a stream of related SIP messages.
|
| Stream<T extends Packet> | |
| StreamHandler |
The
StreamHandler is a higher-level PacketHandler that
consumes streams and calls its registered StreamListeners. |
| StreamId | |
| StreamListener<T extends Packet> |
Whenever a new
Packet that belongs to a particular Stream has
been detected by the StreamHandler, it will call its registered
StreamListeners. |
| Enum | Description |
|---|---|
| SipStream.CallState |
Even though SIP can be used for so much more than just establishing
"phone calls" (VoIP) it is commonly used for this very purpose.
|
Copyright © 2021. All Rights Reserved.