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

io.pkts.framer.Layer4Framer Maven / Gradle / Ivy

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

import io.pkts.buffer.Buffer;
import io.pkts.frame.Layer3Frame;
import io.pkts.frame.Layer4Frame;

import java.io.IOException;


/**
 * @author [email protected]
 */
public interface Layer4Framer extends Framer {

    @Override
    Layer4Frame frame(Layer3Frame parent, Buffer buffer) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy