| Package | Description |
|---|---|
| io.pkts.packet.sip | |
| io.pkts.packet.sip.address | |
| io.pkts.packet.sip.address.impl | |
| io.pkts.packet.sip.header | |
| io.pkts.packet.sip.impl |
| Modifier and Type | Method and Description |
|---|---|
static SipRequest.Builder |
SipRequest.cancel(SipURI requestURI) |
| Modifier and Type | Method and Description |
|---|---|
SipMessage.Builder<T> |
SipMessage.Builder.onRequestURI(java.util.function.Function<SipURI,SipURI> f) |
SipMessage.Builder<T> |
SipMessage.Builder.onRequestURI(java.util.function.Function<SipURI,SipURI> f) |
| Modifier and Type | Method and Description |
|---|---|
SipURI |
SipURI.Builder.build()
Construct a
SipURI. |
SipURI |
SipURI.clone() |
static SipURI |
SipURI.frame(Buffer buffer)
Frame a sip or sips-uri, which according to RFC3261 is:
|
static SipURI |
SipURI.frame(String buffer) |
default SipURI |
SipURI.toSipURI() |
default SipURI |
URI.toSipURI() |
| Modifier and Type | Method and Description |
|---|---|
static SipURI.Builder |
SipURI.withTemplate(SipURI uri)
Create a new
SipURI.Builder based on the SipURI. |
| Modifier and Type | Class and Description |
|---|---|
class |
SipURIImpl |
| Modifier and Type | Method and Description |
|---|---|
SipURI |
SipURIImpl.clone() |
| Modifier and Type | Method and Description |
|---|---|
static ContactHeader.Builder |
ContactHeader.withSipURI(SipURI uri) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Function<SipURI,SipURI> |
SipMessageBuilder.getRequestURIFunction() |
protected java.util.function.Function<SipURI,SipURI> |
SipMessageBuilder.getRequestURIFunction() |
| Modifier and Type | Method and Description |
|---|---|
SipMessage.Builder<T> |
SipMessageBuilder.onRequestURI(java.util.function.Function<SipURI,SipURI> f) |
SipMessage.Builder<T> |
SipMessageBuilder.onRequestURI(java.util.function.Function<SipURI,SipURI> f) |
Copyright © 2016. All Rights Reserved.