All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pkts.frame.Layer7Frame Maven / Gradle / Ivy

There is a newer version: 3.0.10
Show newest version
package io.pkts.frame;

import io.pkts.packet.PacketParseException;
import io.pkts.packet.impl.ApplicationPacket;

public interface Layer7Frame extends Frame {

    /**
     * Layer 7 frames parse their content into Application packets
     * 
     * {@inheritDoc}
     */
    @Override
    ApplicationPacket parse() throws PacketParseException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy