Package org.pcap4j.packet.factory.statik
Interface StaticTcpOptionFactory.Instantiater
- Enclosing class:
StaticTcpOptionFactory
private static interface StaticTcpOptionFactory.Instantiater
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends TcpPacket.TcpOption> newInstance(byte[] rawData, int offset, int length)
-
Method Details
-
newInstance
TcpPacket.TcpOption newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException - Throws:
IllegalRawDataException
-
getTargetClass
Class<? extends TcpPacket.TcpOption> getTargetClass()
-