public final class IOUring extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
ensureAvailability() |
static boolean |
isAvailable() |
static boolean |
isTcpFastOpenClientSideAvailable()
Returns
true if the io_uring native transport is both available and supports
client-side TCP FastOpen. |
static boolean |
isTcpFastOpenServerSideAvailable()
Returns
true if the io_uring native transport is both available and supports
server-side TCP FastOpen. |
static Throwable |
unavailabilityCause() |
public static boolean isAvailable()
public static boolean isTcpFastOpenClientSideAvailable()
true if the io_uring native transport is both available and supports
client-side TCP FastOpen.true if it's possible to use client-side TCP FastOpen via io_uring, otherwise false.public static boolean isTcpFastOpenServerSideAvailable()
true if the io_uring native transport is both available and supports
server-side TCP FastOpen.true if it's possible to use server-side TCP FastOpen via io_uring, otherwise false.public static void ensureAvailability()
public static Throwable unavailabilityCause()
Copyright © 2020–2024 The Netty Project. All rights reserved.