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

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

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

/**
 * Marker interface for those {@link ApplicationPacket}s we were unable to
 * figure out what protocol they are.
 * 
 * @author [email protected]
 */
public interface UnknownApplicationPacket extends ApplicationPacket {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy