| Package | Description |
|---|---|
| io.pkts.packet.sip.address | |
| io.pkts.packet.sip.address.impl |
| Modifier and Type | Method and Description |
|---|---|
static Address.Builder |
Address.builder() |
Address.Builder |
Address.copy()
An
Address is an immutable object so if you wish to change something
you have to create a copy of it. |
Address.Builder |
Address.Builder.withDisplayName(Buffer displayName) |
Address.Builder |
Address.Builder.withDisplayName(String displayName) |
static Address.Builder |
Address.withHost(Buffer host) |
Address.Builder |
Address.Builder.withHost(Buffer host)
Use this host for the URI with this
Address. |
static Address.Builder |
Address.withHost(String host) |
Address.Builder |
Address.Builder.withHost(String host) |
Address.Builder |
Address.Builder.withNoParameters()
Wipe out all parameters on the URI within the
Address object. |
Address.Builder |
Address.Builder.withPort(int port)
|
Address.Builder |
Address.Builder.withTransport(Buffer transport) |
Address.Builder |
Address.Builder.withTransport(String transport) |
Address.Builder |
Address.Builder.withTransportSCTP()
Set SCTP as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address object is indeed wrapping). |
Address.Builder |
Address.Builder.withTransportTCP()
Set TCP as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address object is indeed wrapping). |
Address.Builder |
Address.Builder.withTransportTLS()
Set TLS as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address object is indeed wrapping). |
Address.Builder |
Address.Builder.withTransportUDP()
Set UDP as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address object is indeed wrapping). |
Address.Builder |
Address.Builder.withTransportWS()
Set WS as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address object is indeed wrapping). |
Address.Builder |
Address.Builder.withTransportWSS()
Set WSS as the transport on the wrapped SIP URI (assuming this is a SIP URI that this
Address object is indeed wrapping). |
static Address.Builder |
Address.withURI(URI uri) |
Address.Builder |
Address.Builder.withURI(URI uri) |
Address.Builder |
Address.Builder.withURIParameter(Buffer name,
Buffer value)
Set a parameter on the URI within the
Address object. |
Address.Builder |
Address.Builder.withURIParameter(Buffer name,
int value)
Set a parameter on the URI within the
Address object. |
Address.Builder |
Address.Builder.withURIParameter(String name,
int value)
Set a parameter on the URI within the
Address object. |
Address.Builder |
Address.Builder.withURIParameter(String name,
String value)
Set a parameter on the URI within the
Address object. |
Address.Builder |
Address.Builder.withUser(Buffer user)
|
Address.Builder |
Address.Builder.withUser(String user) |
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
AddressImpl.copy() |
Copyright © 2016. All Rights Reserved.