Package de.gematik.rbellogger.captures
Class PCapCapture
- java.lang.Object
-
- de.gematik.rbellogger.captures.RbelCapturer
-
- de.gematik.rbellogger.captures.PCapCapture
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class PCapCapture extends RbelCapturer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPCapCapture.PCapCaptureBuilder
-
Constructor Summary
Constructors Constructor Description PCapCapture(RbelConverter rbelConverter, java.lang.String deviceName, java.lang.String pcapFile, java.lang.String filter, boolean printMessageToSystemOut)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PCapCapture.PCapCaptureBuilderbuilder()voidclose()RbelCapturerinitialize()-
Methods inherited from class de.gematik.rbellogger.captures.RbelCapturer
canEqual, equals, getRbelConverter, hashCode, setRbelConverter, toString
-
-
-
-
Constructor Detail
-
PCapCapture
public PCapCapture(RbelConverter rbelConverter, java.lang.String deviceName, java.lang.String pcapFile, java.lang.String filter, boolean printMessageToSystemOut)
-
-
Method Detail
-
initialize
public RbelCapturer initialize()
- Specified by:
initializein classRbelCapturer
-
close
public void close()
-
builder
public static PCapCapture.PCapCaptureBuilder builder()
-
-