| Interface | Description |
|---|---|
| Clock |
Simple interface for representing the system time.
|
| Connection |
Represents a connection between two end-points and its primary purpose is to
encapsulate specific knowledge of which type of underlying
Channel is
being used. |
| SipMessageEvent |
Whenever a
SipMessage is received it will be framed and a
SipMessageEvent will be created and passed up through the
ChannelPipeline. |
| Class | Description |
|---|---|
| AbstractConnection | |
| DefaultSipMessageEvent | |
| RawMessage |
Represents a raw sip message coming off of the network.
|
| SipMessageDatagramDecoder |
The
SipMessageDatagramDecoder will frame an incoming UDP packet into
a SipMessage. |
| SipMessageEncoder | |
| SipMessageStreamDecoder | |
| SystemClock | |
| TcpConnection | |
| UdpConnection |
Encapsulates a
|
| Enum | Description |
|---|---|
| RawMessage.State |
| Exception | Description |
|---|---|
| MaxMessageSizeExceededException |
Exception indicating that the maximum allowed size of a SIP message (or a
section thereof) has been reached.
|
Copyright © 2015. All Rights Reserved.