| Interface | Description |
|---|---|
| SipMessageStreamBuilder.Configuration |
Configuration interface for controlling aspects of the
SipMessageStreamBuilder. |
| Class | Description |
|---|---|
| ImmutableSipMessage | |
| ImmutableSipRequest | |
| ImmutableSipResponse | |
| PreConditions |
Contains common checks for null etc.
|
| SipInitialLine | |
| SipMessageBuilder<T extends SipMessage> | |
| SipMessageStreamBuilder |
A very specialized SIP message builder for streams and is also highly specific
to how ByteBuf's within Netty works.
|
| SipMessageStreamBuilder.DefaultConfiguration | |
| SipParser |
Basic sip parser that contains most (all?) of the different grammar rules for SIP as defined by
RFC 3261.
|
| SipParser.HeaderValueState |
Because parsing streaming data where not everything has shown up yet we must remember
the state of where we are in the "parse out header values".
|
| SipRequestBuilder | |
| SipRequestLine |
Class representing a sip request line
|
| SipResponseBuilder | |
| SipResponseLine | |
| SipUserHostInfo |
Represents the user/host info portion of the SIP URI.
|
| TelUriParser |
Copyright © 2020. All Rights Reserved.