Module com.slytechs.jnet.jnetpcap
Class ProxyPreProcessor
java.lang.Object
com.slytechs.jnet.jnetpcap.internal.AbstractPcapDispatcher
com.slytechs.jnet.jnetpcap.internal.ProxyPreProcessor
- All Implemented Interfaces:
AutoCloseable,org.jnetpcap.internal.PcapDispatcher,org.jnetpcap.PcapHandler,org.jnetpcap.PcapHandler.NativeCallback
The Class ProxyPreProcessor.
- Author:
- Sly Technologies Inc, repos@slytechs.com
-
Nested Class Summary
Nested classes/interfaces inherited from class com.slytechs.jnet.jnetpcap.internal.AbstractPcapDispatcher
AbstractPcapDispatcher.PcapDispatcherFactoryNested classes/interfaces inherited from interface org.jnetpcap.PcapHandler
org.jnetpcap.PcapHandler.NativeCallback, org.jnetpcap.PcapHandler.OfArray<U>, org.jnetpcap.PcapHandler.OfByteBuffer<U>, org.jnetpcap.PcapHandler.OfMemorySegment<U> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDispatcher(org.jnetpcap.internal.PcapDispatcher dispatcher) Sets the dispatcher.Methods inherited from class com.slytechs.jnet.jnetpcap.internal.AbstractPcapDispatcher
captureLength, close, dispatchNative, dispatchRaw, getUncaughtException, headerLength, interrupt, loopNative, loopRaw, nativeCallback, next, nextEx, onNativeCallbackException, pcapHeaderABI, setUncaughtExceptionHandler
-
Constructor Details
-
ProxyPreProcessor
public ProxyPreProcessor()Instantiates a new proxy pre processor.
-
-
Method Details
-
setDispatcher
public void setDispatcher(org.jnetpcap.internal.PcapDispatcher dispatcher) Sets the dispatcher.- Parameters:
dispatcher- the new dispatcher
-