| Package | Description |
|---|---|
| io.pkts | |
| io.pkts.frame |
| Modifier and Type | Method and Description |
|---|---|
void |
PcapOutputStream.write(Frame frame)
Write a
Frame to the outputstream. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFrame |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Frame |
AbstractFrame.framePayload(FramerManager framerManager,
Buffer payload)
Each implementing frame needs to figure out how to frame its payload.
|
Frame |
Frame.getFrame(Protocol p)
Find the frame for protocol p.
|
Frame |
AbstractFrame.getFrame(Protocol p)
Find the frame for protocol p.
|
Frame |
Frame.getNextFrame()
Get the next frame, or null if there is none.
|
Frame |
AbstractFrame.getNextFrame()
Get the next frame, or null if there is none.
|
Copyright © 2021. All Rights Reserved.