| 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.header.impl |
| Modifier and Type | Method and Description |
|---|---|
static Transport |
Transport.of(Buffer buffer)
Get the transport off of the given buffer
|
static Transport |
Transport.of(String buffer) |
static Transport |
Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport[] |
Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Transport> |
SipURI.getTransportParam()
Same as
#getParameter("transport") |
| Modifier and Type | Method and Description |
|---|---|
SipURI.Builder |
SipURI.Builder.withTransport(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Transport> |
SipURIImpl.getTransportParam() |
| Modifier and Type | Method and Description |
|---|---|
ViaHeader.Builder |
ViaHeader.Builder.withTransport(Transport transport) |
| Constructor and Description |
|---|
Builder(Transport transport,
Buffer host,
int port,
List<Buffer[]> params,
int indexOfBranch,
int indexOfReceived,
int indexOfRPort) |
| Constructor and Description |
|---|
ViaHeaderImpl(Buffer via,
Transport transport,
Buffer host,
int port,
List<Buffer[]> params,
int indexOfBranch,
int indexOfReceived,
int indexOfRPort) |
Copyright © 2020. All Rights Reserved.