public class PacketCaptureFilter extends Object
| Constructor and Description |
|---|
PacketCaptureFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
localIPAddress()
Get the localIPAddress value.
|
String |
localPort()
Get the localPort value.
|
PcProtocol |
protocol()
Get the protocol value.
|
String |
remoteIPAddress()
Get the remoteIPAddress value.
|
String |
remotePort()
Get the remotePort value.
|
PacketCaptureFilter |
withLocalIPAddress(String localIPAddress)
Set the localIPAddress value.
|
PacketCaptureFilter |
withLocalPort(String localPort)
Set the localPort value.
|
PacketCaptureFilter |
withProtocol(PcProtocol protocol)
Set the protocol value.
|
PacketCaptureFilter |
withRemoteIPAddress(String remoteIPAddress)
Set the remoteIPAddress value.
|
PacketCaptureFilter |
withRemotePort(String remotePort)
Set the remotePort value.
|
public PcProtocol protocol()
public PacketCaptureFilter withProtocol(PcProtocol protocol)
protocol - the protocol value to setpublic String localIPAddress()
public PacketCaptureFilter withLocalIPAddress(String localIPAddress)
localIPAddress - the localIPAddress value to setpublic String remoteIPAddress()
public PacketCaptureFilter withRemoteIPAddress(String remoteIPAddress)
remoteIPAddress - the remoteIPAddress value to setpublic String localPort()
public PacketCaptureFilter withLocalPort(String localPort)
localPort - the localPort value to setpublic String remotePort()
public PacketCaptureFilter withRemotePort(String remotePort)
remotePort - the remotePort value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/