public class InvalidPacketDetectedEvent extends AbstractEvent
Usually this happens if during a KV operation either a malformed request or response was detected. For more information, refer to the payload of this event.
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
InvalidPacketDetectedEvent(IoContext context,
byte[] packet) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A textual description with more information about the event.
|
byte[] |
packet()
Returns the invalid/malformed packet in its entirety.
|
category, context, created, createdAt, duration, severity, toStringpublic InvalidPacketDetectedEvent(IoContext context, byte[] packet)
public String description()
Eventpublic byte[] packet()
Copyright © 2024 Couchbase, Inc.. All rights reserved.