A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

accept(byte[]) - Method in class io.netty5.channel.unix.Socket
 
addReadable(Buffer) - Method in class io.netty5.channel.unix.IovArray
 
addReadable(BufferComponent, int) - Method in class io.netty5.channel.unix.IovArray
 
address() - Method in class io.netty5.channel.unix.NativeInetAddress
 
address(byte[], int, int) - Static method in class io.netty5.channel.unix.NativeInetAddress
 
addressSize() - Static method in class io.netty5.channel.unix.Buffer
Returns the size of a pointer.
addWritable(Buffer) - Method in class io.netty5.channel.unix.IovArray
 
addWritable(BufferComponent, int) - Method in class io.netty5.channel.unix.IovArray
 
alloc() - Method in class io.netty5.channel.unix.SocketWritableByteChannel
 
allocateDirectWithNativeOrder(int) - Static method in class io.netty5.channel.unix.Buffer
Returns a new ByteBuffer which has the same ByteOrder as the native order of the machine.

B

bind(SocketAddress) - Method in class io.netty5.channel.unix.Socket
 
Buffer - Class in io.netty5.channel.unix
 
BYTES - io.netty5.channel.unix.DomainSocketReadMode
Read Buffers from the UnixChannel.

C

clear() - Method in class io.netty5.channel.unix.IovArray
 
close() - Method in class io.netty5.channel.unix.FileDescriptor
Close the file descriptor.
close() - Method in class io.netty5.channel.unix.SocketWritableByteChannel
 
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty5.channel.unix.UnixChannelUtil
 
connect(SocketAddress) - Method in class io.netty5.channel.unix.Socket
 
copyIpv4MappedIpv6Address(byte[], byte[]) - Static method in class io.netty5.channel.unix.NativeInetAddress
 
count() - Method in class io.netty5.channel.unix.IovArray
Returns the number if iov entries.

D

DatagramSocketAddress - Class in io.netty5.channel.unix
Act as special InetSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
disconnect() - Method in class io.netty5.channel.unix.Socket
 
DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty5.channel.unix.UnixChannelOption
 
DomainDatagramSocketAddress - Class in io.netty5.channel.unix
Act as special DomainSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
DomainDatagramSocketAddress(byte[], int, DomainDatagramSocketAddress) - Constructor for class io.netty5.channel.unix.DomainDatagramSocketAddress
 
DomainSocketReadMode - Enum in io.netty5.channel.unix
Different modes of reading from a UnixChannel that uses Unix Domain Sockets.

E

ensureAvailability() - Static method in class io.netty5.channel.unix.Unix
Deprecated.
equals(Object) - Method in class io.netty5.channel.unix.FileDescriptor
 
ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_EBADF_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERROR_EALREADY_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERROR_EISCONN_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
 
Errors - Class in io.netty5.channel.unix
Internal usage only!
Errors.NativeIoException - Exception in io.netty5.channel.unix
Internal usage only!
expectedErr() - Method in exception io.netty5.channel.unix.Errors.NativeIoException
 

F

fd() - Method in interface io.netty5.channel.unix.UnixChannel
Returns the FileDescriptor that is used by this Channel.
FILE_DESCRIPTORS - io.netty5.channel.unix.DomainSocketReadMode
Read FileDescriptors from the UnixChannel.
FileDescriptor - Class in io.netty5.channel.unix
Native FileDescriptor implementation which allows to wrap an int and provide a FileDescriptor for it.
FileDescriptor(int) - Constructor for class io.netty5.channel.unix.FileDescriptor
 
fillInStackTrace() - Method in exception io.netty5.channel.unix.Errors.NativeIoException
 
finishConnect() - Method in class io.netty5.channel.unix.Socket
 
free(ByteBuffer) - Static method in class io.netty5.channel.unix.Buffer
Free the direct ByteBuffer.
from(File) - Static method in class io.netty5.channel.unix.FileDescriptor
Open a new FileDescriptor for the given File.
from(String) - Static method in class io.netty5.channel.unix.FileDescriptor
Open a new FileDescriptor for the given path.

G

GenericUnixChannelOption<T> - Class in io.netty5.channel.unix
A generic socket option.
getIntOpt(int, int) - Method in class io.netty5.channel.unix.Socket
 
getRawOpt(int, int, ByteBuffer) - Method in class io.netty5.channel.unix.Socket
 
getReceiveBufferSize() - Method in class io.netty5.channel.unix.Socket
 
getSendBufferSize() - Method in class io.netty5.channel.unix.Socket
 
getSoError() - Method in class io.netty5.channel.unix.Socket
 
getSoLinger() - Method in class io.netty5.channel.unix.Socket
 
getTrafficClass() - Method in class io.netty5.channel.unix.Socket
 
gids() - Method in class io.netty5.channel.unix.PeerCredentials
 

H

hashCode() - Method in class io.netty5.channel.unix.FileDescriptor
 

I

initialize() - Static method in class io.netty5.channel.unix.Socket
 
IntegerUnixChannelOption - Class in io.netty5.channel.unix
A GenericUnixChannelOption which uses an Integer as optval.
IntegerUnixChannelOption(String, int, int) - Constructor for class io.netty5.channel.unix.IntegerUnixChannelOption
Creates a new instance.
intValue() - Method in class io.netty5.channel.unix.FileDescriptor
Return the int value of the filedescriptor.
io.netty5.channel.unix - package io.netty5.channel.unix
Unix specific transport.
io.netty5.transport.unix.common - module io.netty5.transport.unix.common
 
ioResult(String, int) - Static method in class io.netty5.channel.unix.Errors
 
ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty5.channel.unix.Errors
Deprecated.
IOV_MAX - Static variable in class io.netty5.channel.unix.Limits
 
IOV_SIZE - Static variable in class io.netty5.channel.unix.IovArray
The size of an iovec struct in bytes.
IovArray - Class in io.netty5.channel.unix
Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.
IovArray() - Constructor for class io.netty5.channel.unix.IovArray
 
IovArray(ByteBuffer) - Constructor for class io.netty5.channel.unix.IovArray
 
ipv4MappedIpv6Address(byte[]) - Static method in class io.netty5.channel.unix.NativeInetAddress
 
ipv6 - Variable in class io.netty5.channel.unix.Socket
 
isAvailable() - Static method in class io.netty5.channel.unix.Unix
Deprecated.
isBroadcast() - Method in class io.netty5.channel.unix.Socket
 
isBufferCopyNeededForWrite(Buffer) - Static method in class io.netty5.channel.unix.UnixChannelUtil
Checks if the specified buffer has memory address or is composed of n(n <= IOV_MAX) NIO direct buffers.
isInputShutdown() - Method in class io.netty5.channel.unix.Socket
 
isIPv6Preferred() - Static method in class io.netty5.channel.unix.Socket
 
isKeepAlive() - Method in class io.netty5.channel.unix.Socket
 
isOpen() - Method in class io.netty5.channel.unix.FileDescriptor
Returns true if the file descriptor is open.
isOpen() - Method in class io.netty5.channel.unix.SocketWritableByteChannel
 
isOutputShutdown() - Method in class io.netty5.channel.unix.Socket
 
isReuseAddress() - Method in class io.netty5.channel.unix.Socket
 
isReusePort() - Method in class io.netty5.channel.unix.Socket
 
isShutdown() - Method in class io.netty5.channel.unix.Socket
 
isTcpNoDelay() - Method in class io.netty5.channel.unix.Socket
 

L

length() - Method in class io.netty5.channel.unix.RawUnixChannelOption
The length of the optval.
level() - Method in class io.netty5.channel.unix.GenericUnixChannelOption
Returns the level.
Limits - Class in io.netty5.channel.unix
 
listen(int) - Method in class io.netty5.channel.unix.Socket
 
localAddress() - Method in class io.netty5.channel.unix.DatagramSocketAddress
 
localAddress() - Method in class io.netty5.channel.unix.DomainDatagramSocketAddress
 
localAddress() - Method in class io.netty5.channel.unix.Socket
 

M

markClosed() - Method in class io.netty5.channel.unix.FileDescriptor
 
maxBytes() - Method in class io.netty5.channel.unix.IovArray
Get the maximum amount of bytes that can be added to this IovArray.
maxBytes(long) - Method in class io.netty5.channel.unix.IovArray
Set the maximum amount of bytes that can be added to this IovArray via IovArray.add(long, long, int) or IovArray.test(Object).
memoryAddress(int) - Method in class io.netty5.channel.unix.IovArray
Returns the memoryAddress for the given index.

N

nativeAddressOf(ByteBuffer) - Static method in class io.netty5.channel.unix.Buffer
Returns the memory address of the given direct ByteBuffer.
NativeInetAddress - Class in io.netty5.channel.unix
Internal usage only!
NativeInetAddress(byte[]) - Constructor for class io.netty5.channel.unix.NativeInetAddress
 
NativeInetAddress(byte[], int) - Constructor for class io.netty5.channel.unix.NativeInetAddress
 
NativeIoException(String, int) - Constructor for exception io.netty5.channel.unix.Errors.NativeIoException
 
NativeIoException(String, int, boolean) - Constructor for exception io.netty5.channel.unix.Errors.NativeIoException
 
newConnectionResetException(String, int) - Static method in class io.netty5.channel.unix.Errors
 
newInstance(InetAddress) - Static method in class io.netty5.channel.unix.NativeInetAddress
 
newIOException(String, int) - Static method in class io.netty5.channel.unix.Errors
 
newSocketDgram() - Static method in class io.netty5.channel.unix.Socket
 
newSocketDgram0() - Static method in class io.netty5.channel.unix.Socket
 
newSocketDgram0(boolean) - Static method in class io.netty5.channel.unix.Socket
 
newSocketDgram0(ProtocolFamily) - Static method in class io.netty5.channel.unix.Socket
 
newSocketDomain() - Static method in class io.netty5.channel.unix.Socket
 
newSocketDomain0() - Static method in class io.netty5.channel.unix.Socket
 
newSocketDomainDgram() - Static method in class io.netty5.channel.unix.Socket
 
newSocketDomainDgram0() - Static method in class io.netty5.channel.unix.Socket
 
newSocketStream() - Static method in class io.netty5.channel.unix.Socket
 
newSocketStream0() - Static method in class io.netty5.channel.unix.Socket
 
newSocketStream0(boolean) - Static method in class io.netty5.channel.unix.Socket
 
newSocketStream0(ProtocolFamily) - Static method in class io.netty5.channel.unix.Socket
 

O

optname() - Method in class io.netty5.channel.unix.GenericUnixChannelOption
Returns the optname.

P

PeerCredentials - Class in io.netty5.channel.unix
User credentials discovered for the peer unix domain socket.
pid() - Method in class io.netty5.channel.unix.PeerCredentials
Get the PID of the peer process.
pipe() - Static method in class io.netty5.channel.unix.FileDescriptor
 
protocolFamily() - Method in class io.netty5.channel.unix.Socket
 

R

RawUnixChannelOption - Class in io.netty5.channel.unix
A GenericUnixChannelOption which uses an ByteBuffer as optval.
RawUnixChannelOption(String, int, int, int) - Constructor for class io.netty5.channel.unix.RawUnixChannelOption
Creates a new instance.
read(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
 
readAddress(long, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
 
receivedAmount() - Method in class io.netty5.channel.unix.DatagramSocketAddress
 
receivedAmount() - Method in class io.netty5.channel.unix.DomainDatagramSocketAddress
 
recv(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.Socket
 
recvAddress(long, int, int) - Method in class io.netty5.channel.unix.Socket
 
recvFd() - Method in class io.netty5.channel.unix.Socket
 
recvFrom(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.Socket
 
recvFromAddress(long, int, int) - Method in class io.netty5.channel.unix.Socket
 
recvFromAddressDomainSocket(long, int, int) - Method in class io.netty5.channel.unix.Socket
 
recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.Socket
 
registerInternal(Runnable) - Static method in class io.netty5.channel.unix.Unix
Internal method...
release() - Method in class io.netty5.channel.unix.IovArray
Release the IovArray.
remoteAddress() - Method in class io.netty5.channel.unix.Socket
 
replace(Buffer) - Method in class io.netty5.channel.unix.SegmentedDatagramPacket
 

S

scopeId() - Method in class io.netty5.channel.unix.NativeInetAddress
 
SegmentedDatagramPacket - Class in io.netty5.channel.unix
Allows to use GSO if the underlying OS supports it.
SegmentedDatagramPacket(Buffer, int, InetSocketAddress) - Constructor for class io.netty5.channel.unix.SegmentedDatagramPacket
Create a new segmented datagram packet.
SegmentedDatagramPacket(Buffer, int, SocketAddress, SocketAddress) - Constructor for class io.netty5.channel.unix.SegmentedDatagramPacket
Create a new segmented datagram packet.
segmentSize() - Method in class io.netty5.channel.unix.SegmentedDatagramPacket
Return the size of each segment (the last segment can be smaller).
send(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.Socket
 
sendAddress(long, int, int) - Method in class io.netty5.channel.unix.Socket
 
sendFd(int) - Method in class io.netty5.channel.unix.Socket
 
sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty5.channel.unix.Socket
 
sendTo(ByteBuffer, int, int, InetAddress, int, boolean) - Method in class io.netty5.channel.unix.Socket
 
sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty5.channel.unix.Socket
 
sendToAddress(long, int, int, InetAddress, int, boolean) - Method in class io.netty5.channel.unix.Socket
 
sendToAddressDomainSocket(long, int, int, byte[]) - Method in class io.netty5.channel.unix.Socket
 
sendToAddresses(long, int, InetAddress, int) - Method in class io.netty5.channel.unix.Socket
 
sendToAddresses(long, int, InetAddress, int, boolean) - Method in class io.netty5.channel.unix.Socket
 
sendToAddressesDomainSocket(long, int, byte[]) - Method in class io.netty5.channel.unix.Socket
 
sendToDomainSocket(ByteBuffer, int, int, byte[]) - Method in class io.netty5.channel.unix.Socket
 
setBroadcast(boolean) - Method in class io.netty5.channel.unix.Socket
 
setIntOpt(int, int, int) - Method in class io.netty5.channel.unix.Socket
 
setKeepAlive(boolean) - Method in class io.netty5.channel.unix.Socket
 
setRawOpt(int, int, ByteBuffer) - Method in class io.netty5.channel.unix.Socket
 
setReceiveBufferSize(int) - Method in class io.netty5.channel.unix.Socket
 
setReuseAddress(boolean) - Method in class io.netty5.channel.unix.Socket
 
setReusePort(boolean) - Method in class io.netty5.channel.unix.Socket
 
setSendBufferSize(int) - Method in class io.netty5.channel.unix.Socket
 
setSoLinger(int) - Method in class io.netty5.channel.unix.Socket
 
setTcpNoDelay(boolean) - Method in class io.netty5.channel.unix.Socket
 
setTrafficClass(int) - Method in class io.netty5.channel.unix.Socket
 
shouldUseIpv6(ProtocolFamily) - Static method in class io.netty5.channel.unix.Socket
 
shutdown() - Method in class io.netty5.channel.unix.Socket
 
shutdown(boolean, boolean) - Method in class io.netty5.channel.unix.Socket
 
size() - Method in class io.netty5.channel.unix.IovArray
Returns the size in bytes
SIZEOF_JLONG - Static variable in class io.netty5.channel.unix.Limits
 
SO_PEERCRED - Static variable in class io.netty5.channel.unix.UnixChannelOption
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
SO_REUSEPORT - Static variable in class io.netty5.channel.unix.UnixChannelOption
 
Socket - Class in io.netty5.channel.unix
Provides a JNI bridge to native socket operations.
Socket(int, SocketProtocolFamily) - Constructor for class io.netty5.channel.unix.Socket
 
SocketWritableByteChannel - Class in io.netty5.channel.unix
 
SocketWritableByteChannel(FileDescriptor) - Constructor for class io.netty5.channel.unix.SocketWritableByteChannel
 
SSIZE_MAX - Static variable in class io.netty5.channel.unix.Limits
 

T

test(Object) - Method in class io.netty5.channel.unix.IovArray
 
toString() - Method in class io.netty5.channel.unix.FileDescriptor
 
toString() - Method in class io.netty5.channel.unix.PeerCredentials
 
toString() - Method in class io.netty5.channel.unix.Socket
 
touch(Object) - Method in class io.netty5.channel.unix.SegmentedDatagramPacket
 

U

uid() - Method in class io.netty5.channel.unix.PeerCredentials
 
UIO_MAX_IOV - Static variable in class io.netty5.channel.unix.Limits
 
unavailabilityCause() - Static method in class io.netty5.channel.unix.Unix
Deprecated.
Unix - Class in io.netty5.channel.unix
Tells if netty-transport-native-unix is supported.
UnixChannel - Interface in io.netty5.channel.unix
Channel that expose operations that are only present on UNIX like systems.
UnixChannelOption<T> - Class in io.netty5.channel.unix
 
UnixChannelOption() - Constructor for class io.netty5.channel.unix.UnixChannelOption
 
UnixChannelUtil - Class in io.netty5.channel.unix
 
useIpv6(Socket, InetAddress) - Static method in class io.netty5.channel.unix.Socket
Returns true if the given socket and address combination should use IPv6 internally, false otherwise.

V

validate(ByteBuffer) - Method in class io.netty5.channel.unix.RawUnixChannelOption
 
valueOf(String) - Static method in enum io.netty5.channel.unix.DomainSocketReadMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty5.channel.unix.DomainSocketReadMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ByteBuffer) - Method in class io.netty5.channel.unix.SocketWritableByteChannel
 
write(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
 
write(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.SocketWritableByteChannel
 
writeAddress(long, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
 
writev(ByteBuffer[], int, int, long) - Method in class io.netty5.channel.unix.FileDescriptor
 
writevAddresses(long, int) - Method in class io.netty5.channel.unix.FileDescriptor
 
writtenMessages(int, long) - Method in class io.netty5.channel.unix.IovArray
Return the number of messages that have been completely written for the given total number of bytes.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages