| Package | Description |
|---|---|
| io.pkts.packet.sip | |
| io.pkts.packet.sip.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SipMessage.Builder<T extends SipMessage>
Whenever you create a new
SipMessage you will end up with a SipMessage.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SipRequest |
interface |
SipResponse |
| Modifier and Type | Method and Description |
|---|---|
SipMessage |
SipMessage.clone()
Perform a deep clone of this SipMessage.
|
static SipMessage |
SipMessage.frame(Buffer buffer)
Frame the supplied buffer into a
SipMessage. |
static SipMessage |
SipMessage.frame(byte[] buffer) |
static SipMessage |
SipMessage.frame(String buffer) |
| Modifier and Type | Method and Description |
|---|---|
SipMessage.Builder<? extends SipMessage> |
SipMessage.copy() |
| Modifier and Type | Method and Description |
|---|---|
SipMessage.Builder<T> |
SipMessage.Builder.onCommit(java.util.function.Consumer<SipMessage> f)
After the
SipMessage has been fully built and created the "end result"
will be conveyed to the registered function. |
| Modifier and Type | Class and Description |
|---|---|
class |
SipMessageBuilder<T extends SipMessage> |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSipMessage |
class |
ImmutableSipRequest |
class |
ImmutableSipResponse |
| Modifier and Type | Method and Description |
|---|---|
SipMessage |
SipMessageStreamBuilder.build() |
SipMessage |
ImmutableSipMessage.clone() |
static SipMessage |
SipParser.frame(Buffer buffer)
Frame the supplied buffer into a
SipMessage. |
static SipMessage |
SipParser.frame2(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
SipMessage.Builder<T> |
SipMessageBuilder.onCommit(java.util.function.Consumer<SipMessage> f) |
Copyright © 2020. All Rights Reserved.