| Package | Description |
|---|---|
| io.pkts.streams | |
| io.pkts.streams.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RtpStream
|
interface |
SipStream
Represents a stream of related SIP messages.
|
| Modifier and Type | Method and Description |
|---|---|
Map<StreamId,? extends Stream> |
StreamHandler.getStreams()
Through the
StreamListener.startStream(Stream, Packet) and
StreamListener.endStream(Stream) you will get notified when a
stream starts and when it ends. |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamListener.endStream(Stream<T> stream)
Called when the
Stream has ended. |
void |
StreamListener.packetReceived(Stream<T> stream,
T packet)
Called when a new
Packet has been received. |
void |
StreamListener.startStream(Stream<T> stream,
T packet)
Called when a new
Stream is detected. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSipStream
The
BasicSipStream only does some very basic analysis of the SIP
messages in order to determine which dialog the message belongs to. |
class |
DefaultRtpStream |
| Modifier and Type | Method and Description |
|---|---|
Map<StreamId,? extends Stream> |
SipStreamHandler.getStreams() |
Map<StreamId,? extends Stream> |
DefaultStreamHandler.getStreams() |
Copyright © 2021. All Rights Reserved.