| Modifier and Type | Method and Description |
|---|---|
static IoUringIoOps |
IoUringIoOps.newAccept(int fd,
int flags,
int acceptFlags,
long acceptedAddressMemoryAddress,
long acceptedAddressLengthMemoryAddress,
short data)
Returns a new
OP_ACCEPT IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newAsyncCancel(int fd,
int flags,
long userData,
short data)
Returns a new
OP_ASYNC_CANCEL IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newClose(int fd,
int flags,
short data)
Returns a new
OP_CLOSE IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newConnect(int fd,
int flags,
long remoteMemoryAddress,
short data)
Returns a new
OP_CONNECT IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newPollAdd(int fd,
int flags,
int mask,
short data)
Returns a new
OP_POLL_ADD IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newPollRemove(int fd,
int flags,
long userData,
short data)
Returns a new
OP_POLL_REMOVE IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newRecv(int fd,
int flags,
int recvFlags,
long memoryAddress,
int length,
short data)
Returns a new
OP_RECV IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newRecvmsg(int fd,
int flags,
int msgFlags,
long memoryAddress,
short data)
Returns a new
OP_RECVMSG IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newSend(int fd,
int flags,
int sendFlags,
long memoryAddress,
int length,
short data)
Returns a new
OP_SEND IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newSendmsg(int fd,
int flags,
int msgFlags,
long address,
short data)
Returns a new
OP_SENDMSG IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newShutdown(int fd,
int flags,
int how,
int id,
short data)
Returns a new
OP_SHUTDOWN IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newWrite(int fd,
int flags,
int writeFlags,
long memoryAddress,
int length,
short data)
Returns a new
OP_WRITE IoUringIoOps. |
static IoUringIoOps |
IoUringIoOps.newWritev(int fd,
int flags,
int writevFlags,
long memoryAddress,
int length,
short data)
Returns a new
OP_WRITEV IoUringIoOps. |
Copyright © 2008–2024 The Netty Project. All rights reserved.