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

io.pkts.packet.impl.ApplicationPacket Maven / Gradle / Ivy

There is a newer version: 3.0.10
Show newest version
/**
 * 
 */
package io.pkts.packet.impl;

import io.pkts.packet.TransportPacket;

/**
 * Represents a packet from the Application Layer (layer 7) in the OSI model.
 * 
 * Since layer 5 and 6 hasn't been added to this implementation yet, this packet
 * will extend layer 4 (transport layer) directly.
 * 
 * @author [email protected]
 */
public interface ApplicationPacket extends TransportPacket {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy