| Package | Description |
|---|---|
| io.pkts.packet.sip | |
| io.pkts.packet.sip.address | |
| io.pkts.packet.sip.address.impl | |
| io.pkts.packet.sip.impl |
| Modifier and Type | Method and Description |
|---|---|
URI |
SipRequest.getRequestUri()
Get the request uri of the sip request
|
| Modifier and Type | Method and Description |
|---|---|
static SipRequest.Builder |
SipRequest.ack(URI requestURI) |
static SipRequest.Builder |
SipRequest.bye(URI requestURI) |
static SipRequest.Builder |
SipRequest.info(URI requestURI) |
static SipRequest.Builder |
SipRequest.invite(URI requestURI) |
static SipRequest.Builder |
SipRequest.message(URI requestURI) |
static SipRequest.Builder |
SipRequest.notify(URI requestURI) |
static SipRequest.Builder |
SipRequest.options(URI requestURI) |
static SipRequest.Builder |
SipRequest.prack(URI requestURI) |
static SipRequest.Builder |
SipRequest.publish(URI requestURI) |
static SipRequest.Builder |
SipRequest.refer(URI requestURI) |
static SipRequest.Builder |
SipRequest.register(URI requestURI) |
static SipRequest.Builder |
SipRequest.request(Buffer method,
URI requestURI) |
static SipRequest.Builder |
SipRequest.subscribe(URI requestURI) |
static SipRequest.Builder |
SipRequest.update(URI requestURI) |
SipRequest.Builder |
SipRequest.Builder.withRequestURI(URI uri) |
| Modifier and Type | Class and Description |
|---|---|
static class |
URI.Builder<T extends URI> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SipURI |
interface |
TelURI |
| Modifier and Type | Method and Description |
|---|---|
URI |
URI.clone() |
static URI |
URI.frame(Buffer buffer) |
URI |
Address.getURI()
|
| Modifier and Type | Method and Description |
|---|---|
URI.Builder<? extends URI> |
URI.copy()
All URIs are immutable so if you wish to change it you need to
obtain a copy of it which will return a new builder that allows
you to change and build a new URI.
|
| Modifier and Type | Method and Description |
|---|---|
static Address.Builder |
Address.withURI(URI uri) |
Address.Builder |
Address.Builder.withURI(URI uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
SipURIImpl |
class |
TelURIImpl |
class |
URIImpl |
| Modifier and Type | Method and Description |
|---|---|
abstract URI |
URIImpl.clone() |
URI |
TelURIImpl.clone() |
URI |
AddressImpl.getURI() |
| Constructor and Description |
|---|
AddressImpl(Buffer original,
Buffer displayName,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
URI |
ImmutableSipRequest.getRequestUri() |
URI |
SipRequestLine.getRequestUri() |
| Modifier and Type | Method and Description |
|---|---|
SipRequest.Builder |
SipRequestBuilder.withRequestURI(URI uri) |
| Constructor and Description |
|---|
SipRequestLine(Buffer method,
URI requestUri) |
Copyright © 2020. All Rights Reserved.