| Package | Description |
|---|---|
| io.pkts.framer | |
| io.pkts.packet | |
| io.pkts.packet.impl | |
| io.pkts.packet.sctp | |
| io.pkts.packet.sctp.impl |
| Modifier and Type | Method and Description |
|---|---|
TCPPacket |
TCPFramer.frame(IPPacket parent,
Buffer buffer)
Ask the framer to frame the buffer into a packet.
|
SctpPacket |
SctpFramer.frame(IPPacket parent,
Buffer buffer)
Ask the framer to frame the buffer into a packet.
|
UDPPacket |
UDPFramer.frame(IPPacket parent,
Buffer buffer)
Ask the framer to frame the buffer into a packet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPv4Packet
Represents a packet from the Network Layer (layer 3).
|
interface |
IPv6Packet |
| Modifier and Type | Method and Description |
|---|---|
IPPacket |
IPPacket.clone() |
IPPacket |
TransportPacket.getParentPacket() |
IPPacket |
TCPPacket.getParentPacket() |
IPPacket |
UDPPacket.getParentPacket() |
| Modifier and Type | Class and Description |
|---|---|
class |
IPv4PacketImpl |
class |
IPv6PacketImpl |
| Modifier and Type | Method and Description |
|---|---|
IPPacket |
MACPacketImpl.getNextPacket() |
IPPacket |
TransportPacketImpl.getParentPacket() |
| Constructor and Description |
|---|
TcpPacketImpl(IPPacket parent,
Buffer headers,
Buffer options,
Buffer payload) |
TransportPacketImpl(IPPacket parent,
Protocol protocol,
Buffer headers,
Buffer payload) |
UdpPacketImpl(IPPacket parent,
Buffer headers,
Buffer payload) |
| Modifier and Type | Method and Description |
|---|---|
static SctpPacket |
SctpPacket.frame(IPPacket ipPacket,
Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
static SctpPacket |
SctpPacketImpl.frame(IPPacket ipPacket,
Buffer buffer) |
Copyright © 2021. All Rights Reserved.