| Package | Description |
|---|---|
| io.pkts.framer | |
| io.pkts.packet | |
| io.pkts.packet.impl |
| Modifier and Type | Method and Description |
|---|---|
UDPPacket |
UDPFramer.frame(IPPacket parent,
Buffer buffer)
Ask the framer to frame the buffer into a packet.
|
| Modifier and Type | Method and Description |
|---|---|
UDPPacket |
TransportPacketFactory.createUDP(Buffer payload) |
UDPPacket |
TransportPacketFactory.createUDP(long ts,
Buffer payload)
Create a
UDPPacket with the specified payload and with the
following default values:
MAC Src Address: 00:00:00:00:00:00
MAC Dst Address: 00:00:00:00:00:00
IP Src Address: 127.0.0.1
IP Dst Address: 127.0.0.1
UDP Src Port: 0
UDP Dst Port: 0
|
| Modifier and Type | Class and Description |
|---|---|
class |
UdpPacketImpl |
| Modifier and Type | Method and Description |
|---|---|
UDPPacket |
TransportPacketFactoryImpl.createUDP(Buffer payload) |
UDPPacket |
TransportPacketFactoryImpl.createUDP(long ts,
Buffer payload) |
Copyright © 2021. All Rights Reserved.