org.jnetpcap.protocol.tcpip
Interface HttpOptions


public interface HttpOptions

Http protocol options.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 boolean skipFragments(boolean state)
          Http analyzer will not dispatch any incomplete http messages.
 

Method Detail

skipFragments

boolean skipFragments(boolean state)
Http analyzer will not dispatch any incomplete http messages. Only fully complete and reassembled messages will dispatched. Incomplete or fragmented messages will be skipped by this analyzer.

Parameters:
state - true to enable, otherwise false
Returns:
old value