Package io.netty.channel.uring
Class IoUringBufferRingExhaustedEvent
- java.lang.Object
-
- io.netty.channel.uring.IoUringBufferRingExhaustedEvent
-
public final class IoUringBufferRingExhaustedEvent extends Object
Event that is fired when a read failed because the buffer ring was exhausted for now.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortbufferGroupId()Returns the buffer group id of the buffer ring that caused this event.booleanequals(Object obj)inthashCode()StringtoString()
-