PacketCapture.DefinitionStages.WithCreate 接口
定义
public interface WithCreate extends Creatable<PacketCapture>
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
方法
definePacketCaptureFilter() |
Begin the definition of packet capture filter. |
withBytesToCapturePerPacket(int bytesToCapturePerPacket) |
Set number of bytes captured per packet, the remaining bytes are truncated.
|
withTimeLimitInSeconds(int timeLimitInSeconds) |
Set maximum duration of the capture session in seconds.
|
withTotalBytesPerSession(int totalBytesPerSession) |
Set maximum size of the capture output.
|