Class RbelCapturer

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Direct Known Subclasses:
    PCapCapture, WiremockCapture

    public abstract class RbelCapturer
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      RbelCapturer()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract RbelCapturer initialize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Constructor Detail

      • RbelCapturer

        public RbelCapturer()
    • Method Detail