Class PacketCaptureFilter


  • public class PacketCaptureFilter
    extends Object
    Filter that is applied to packet capture request. Multiple filters can be applied.
    • Constructor Detail

      • PacketCaptureFilter

        public PacketCaptureFilter()
    • Method Detail

      • protocol

        public PcProtocol protocol()
        Get the protocol value.
        Returns:
        the protocol value
      • withProtocol

        public PacketCaptureFilter withProtocol​(PcProtocol protocol)
        Set the protocol value.
        Parameters:
        protocol - the protocol value to set
        Returns:
        the PacketCaptureFilter object itself.
      • localIPAddress

        public String localIPAddress()
        Get the localIPAddress value.
        Returns:
        the localIPAddress value
      • withLocalIPAddress

        public PacketCaptureFilter withLocalIPAddress​(String localIPAddress)
        Set the localIPAddress value.
        Parameters:
        localIPAddress - the localIPAddress value to set
        Returns:
        the PacketCaptureFilter object itself.
      • remoteIPAddress

        public String remoteIPAddress()
        Get the remoteIPAddress value.
        Returns:
        the remoteIPAddress value
      • withRemoteIPAddress

        public PacketCaptureFilter withRemoteIPAddress​(String remoteIPAddress)
        Set the remoteIPAddress value.
        Parameters:
        remoteIPAddress - the remoteIPAddress value to set
        Returns:
        the PacketCaptureFilter object itself.
      • localPort

        public String localPort()
        Get the localPort value.
        Returns:
        the localPort value
      • withLocalPort

        public PacketCaptureFilter withLocalPort​(String localPort)
        Set the localPort value.
        Parameters:
        localPort - the localPort value to set
        Returns:
        the PacketCaptureFilter object itself.
      • remotePort

        public String remotePort()
        Get the remotePort value.
        Returns:
        the remotePort value
      • withRemotePort

        public PacketCaptureFilter withRemotePort​(String remotePort)
        Set the remotePort value.
        Parameters:
        remotePort - the remotePort value to set
        Returns:
        the PacketCaptureFilter object itself.