| Modifier and Type | Method and Description |
|---|---|
RtcpPacket |
RTCPFramer.frame(TransportPacket parent,
Buffer buffer) |
SipPacket |
SIPFramer.frame(TransportPacket parent,
Buffer buffer)
Ask the framer to frame the buffer into a packet.
|
RtpPacket |
RTPFramer.frame(TransportPacket parent,
Buffer buffer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TCPPacket |
interface |
UDPPacket |
| Modifier and Type | Method and Description |
|---|---|
TransportPacket |
TransportPacket.clone() |
TransportPacket |
TransportPacketFactory.create(Protocol protocol,
byte[] srcAddress,
int srcPort,
byte[] destAddress,
int destPort,
Buffer payload)
Create a new
TransportPacket. |
TransportPacket |
TransportPacketFactory.create(Protocol protocol,
String srcAddress,
int srcPort,
String destAddress,
int destPort,
Buffer payload)
Create a new
TransportPacket. |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpPacketImpl |
class |
TransportPacketImpl |
class |
UdpPacketImpl |
| Modifier and Type | Method and Description |
|---|---|
abstract TransportPacket |
TransportPacketImpl.clone() |
TransportPacket |
UdpPacketImpl.clone() |
TransportPacket |
TcpPacketImpl.clone() |
TransportPacket |
TransportPacketFactoryImpl.create(Protocol protocol,
byte[] srcAddress,
int srcPort,
byte[] destAddress,
int destPort,
Buffer payload) |
TransportPacket |
TransportPacketFactoryImpl.create(Protocol protocol,
String srcAddress,
int srcPort,
String destAddress,
int destPort,
Buffer payload)
Create a new
TransportPacket. |
protected TransportPacket |
AbstractApplicationPacket.getParent() |
| Constructor and Description |
|---|
AbstractApplicationPacket(Protocol p,
TransportPacket parent,
Buffer payload) |
UnknownApplicationPacketImpl(TransportPacket parent,
Buffer payload) |
| Constructor and Description |
|---|
RtcpPacketImpl(TransportPacket parent,
Buffer headers,
Buffer payload) |
| Modifier and Type | Method and Description |
|---|---|
TransportPacket |
RtpPacket.getParentPacket() |
| Modifier and Type | Method and Description |
|---|---|
TransportPacket |
RtpPacketImpl.getParentPacket() |
| Constructor and Description |
|---|
RtpPacketImpl(TransportPacket parent,
Buffer headers,
Buffer payload) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SctpPacket |
| Modifier and Type | Class and Description |
|---|---|
class |
SctpPacketImpl |
| Modifier and Type | Method and Description |
|---|---|
TransportPacket |
SctpPacketImpl.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected TransportPacket |
SipPacketImpl.getTransportPacket() |
| Constructor and Description |
|---|
SipPacketImpl(TransportPacket parent,
SipMessage msg) |
SipRequestPacketImpl(TransportPacket transportPacket,
SipRequest request) |
SipResponsePacketImpl(TransportPacket transportPacket,
SipResponse msg) |
Copyright © 2021. All Rights Reserved.