A B C D E F G H I L M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(byte[]) - Method in class io.netty.channel.unix.Socket
- add(ByteBuf) - Method in class io.netty.channel.unix.IovArray
-
Deprecated.
- add(ByteBuf, int, int) - Method in class io.netty.channel.unix.IovArray
- address() - Method in class io.netty.channel.unix.NativeInetAddress
- address(byte[], int, int) - Static method in class io.netty.channel.unix.NativeInetAddress
- addressSize() - Static method in class io.netty.channel.unix.Buffer
-
Returns the size of a pointer.
- alloc() - Method in class io.netty.channel.unix.SocketWritableByteChannel
- allocateDirectWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
-
Returns a new
ByteBufferwhich has the sameByteOrderas the native order of the machine.
B
- bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
- buffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- buffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- buffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- Buffer - Class in io.netty.channel.unix
- BYTES - io.netty.channel.unix.DomainSocketReadMode
-
Read
ByteBufs from theDomainSocketChannel.
C
- calculateNewCapacity(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- clear() - Method in class io.netty.channel.unix.IovArray
- close() - Method in class io.netty.channel.unix.FileDescriptor
-
Close the file descriptor.
- close() - Method in class io.netty.channel.unix.SocketWritableByteChannel
- compositeBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeDirectBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeDirectBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeHeapBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeHeapBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.unix.UnixChannelUtil
- config() - Method in interface io.netty.channel.unix.DomainSocketChannel
- connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
- copyIpv4MappedIpv6Address(byte[], byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
- count() - Method in class io.netty.channel.unix.IovArray
-
Returns the number if iov entries.
D
- DatagramSocketAddress - Class in io.netty.channel.unix
-
Act as special
InetSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed. - directBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- directBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- directBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- disconnect() - Method in class io.netty.channel.unix.Socket
- DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.unix.UnixChannelOption
- DomainSocketAddress - Class in io.netty.channel.unix
-
A address for a Unix Domain Socket.
- DomainSocketAddress(File) - Constructor for class io.netty.channel.unix.DomainSocketAddress
- DomainSocketAddress(String) - Constructor for class io.netty.channel.unix.DomainSocketAddress
- DomainSocketChannel - Interface in io.netty.channel.unix
-
A
UnixChannelthat supports communication via Unix Domain Socket. - DomainSocketChannelConfig - Interface in io.netty.channel.unix
-
Special
ChannelConfigforDomainSocketChannels. - DomainSocketReadMode - Enum in io.netty.channel.unix
-
Different modes of reading from a
DomainSocketChannel.
E
- equals(Object) - Method in class io.netty.channel.unix.DomainSocketAddress
- equals(Object) - Method in class io.netty.channel.unix.FileDescriptor
- ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EBADF_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_EALREADY_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_EISCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- Errors - Class in io.netty.channel.unix
-
Internal usage only!
- Errors.NativeIoException - Exception in io.netty.channel.unix
-
Internal usage only!
- expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeIoException
F
- fd() - Method in interface io.netty.channel.unix.UnixChannel
-
Returns the
FileDescriptorthat is used by thisChannel. - FILE_DESCRIPTORS - io.netty.channel.unix.DomainSocketReadMode
-
Read
FileDescriptors from theDomainSocketChannel. - FileDescriptor - Class in io.netty.channel.unix
-
Native
FileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it. - FileDescriptor(int) - Constructor for class io.netty.channel.unix.FileDescriptor
- fillInStackTrace() - Method in exception io.netty.channel.unix.Errors.NativeIoException
- finishConnect() - Method in class io.netty.channel.unix.Socket
- free(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
-
Free the direct
ByteBuffer. - from(File) - Static method in class io.netty.channel.unix.FileDescriptor
-
Open a new
FileDescriptorfor the givenFile. - from(String) - Static method in class io.netty.channel.unix.FileDescriptor
-
Open a new
FileDescriptorfor the given path.
G
- getReadMode() - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Return the
DomainSocketReadModefor the channel. - getReceiveBufferSize() - Method in class io.netty.channel.unix.Socket
- getSendBufferSize() - Method in class io.netty.channel.unix.Socket
- getSoError() - Method in class io.netty.channel.unix.Socket
- getSoLinger() - Method in class io.netty.channel.unix.Socket
- getTrafficClass() - Method in class io.netty.channel.unix.Socket
- gids() - Method in class io.netty.channel.unix.PeerCredentials
H
- hashCode() - Method in class io.netty.channel.unix.DomainSocketAddress
- hashCode() - Method in class io.netty.channel.unix.FileDescriptor
- heapBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- heapBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- heapBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
I
- initialize() - Static method in class io.netty.channel.unix.Socket
- intValue() - Method in class io.netty.channel.unix.FileDescriptor
-
Return the int value of the filedescriptor.
- io.netty.channel.unix - package io.netty.channel.unix
-
Unix specific transport.
- ioBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- ioBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- ioBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- ioResult(String, int) - Static method in class io.netty.channel.unix.Errors
- ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix.Errors
-
Deprecated.
- IOV_MAX - Static variable in class io.netty.channel.unix.Limits
- IovArray - Class in io.netty.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.netty.channel.unix.IovArray
- ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
- ipv6 - Variable in class io.netty.channel.unix.Socket
- isBroadcast() - Method in class io.netty.channel.unix.Socket
- isBufferCopyNeededForWrite(ByteBuf) - Static method in class io.netty.channel.unix.UnixChannelUtil
-
Checks if the specified buffer has memory address or is composed of n(n <= IOV_MAX) NIO direct buffers.
- isDirectBufferPooled() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- isInputShutdown() - Method in class io.netty.channel.unix.Socket
- isIPv6Preferred() - Static method in class io.netty.channel.unix.Socket
- isKeepAlive() - Method in class io.netty.channel.unix.Socket
- isOpen() - Method in class io.netty.channel.unix.FileDescriptor
-
Returns
trueif the file descriptor is open. - isOpen() - Method in class io.netty.channel.unix.SocketWritableByteChannel
- isOutputShutdown() - Method in class io.netty.channel.unix.Socket
- isReuseAddress() - Method in class io.netty.channel.unix.Socket
- isReusePort() - Method in class io.netty.channel.unix.Socket
- isShutdown() - Method in class io.netty.channel.unix.Socket
- isTcpNoDelay() - Method in class io.netty.channel.unix.Socket
L
- Limits - Class in io.netty.channel.unix
- listen(int) - Method in class io.netty.channel.unix.Socket
- localAddress() - Method in class io.netty.channel.unix.DatagramSocketAddress
- localAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
- localAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
- localAddress() - Method in class io.netty.channel.unix.Socket
M
- maxBytes() - Method in class io.netty.channel.unix.IovArray
-
Get the maximum amount of bytes that can be added to this
IovArray. - maxBytes(long) - Method in class io.netty.channel.unix.IovArray
-
Set the maximum amount of bytes that can be added to this
IovArrayviaIovArray.add(ByteBuf, int, int) - memoryAddress(int) - Method in class io.netty.channel.unix.IovArray
-
Returns the
memoryAddressfor the givenoffset. - memoryAddress(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
-
Returns the memory address of the given direct
ByteBuffer.
N
- NativeInetAddress - Class in io.netty.channel.unix
-
Internal usage only!
- NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix.NativeInetAddress
- NativeInetAddress(byte[], int) - Constructor for class io.netty.channel.unix.NativeInetAddress
- NativeIoException(String, int) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
- NativeIoException(String, int, boolean) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
- newConnectionResetException(String, int) - Static method in class io.netty.channel.unix.Errors
- newInstance(InetAddress) - Static method in class io.netty.channel.unix.NativeInetAddress
- newIOException(String, int) - Static method in class io.netty.channel.unix.Errors
- newSocketDgram() - Static method in class io.netty.channel.unix.Socket
- newSocketDgram0() - Static method in class io.netty.channel.unix.Socket
- newSocketDgram0(boolean) - Static method in class io.netty.channel.unix.Socket
- newSocketDomain() - Static method in class io.netty.channel.unix.Socket
- newSocketDomain0() - Static method in class io.netty.channel.unix.Socket
- newSocketStream() - Static method in class io.netty.channel.unix.Socket
- newSocketStream0() - Static method in class io.netty.channel.unix.Socket
- newSocketStream0(boolean) - Static method in class io.netty.channel.unix.Socket
P
- path() - Method in class io.netty.channel.unix.DomainSocketAddress
-
The path to the domain socket.
- PeerCredentials - Class in io.netty.channel.unix
-
User credentials discovered for the peer unix domain socket.
- pid() - Method in class io.netty.channel.unix.PeerCredentials
-
Get the PID of the peer process.
- pipe() - Static method in class io.netty.channel.unix.FileDescriptor
- PreferredDirectByteBufAllocator - Class in io.netty.channel.unix
- PreferredDirectByteBufAllocator() - Constructor for class io.netty.channel.unix.PreferredDirectByteBufAllocator
- processMessage(Object) - Method in class io.netty.channel.unix.IovArray
R
- read(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- readAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- receivedAmount() - Method in class io.netty.channel.unix.DatagramSocketAddress
- recvFd() - Method in class io.netty.channel.unix.Socket
- recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
- release() - Method in class io.netty.channel.unix.IovArray
-
Release the
IovArray. - remoteAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
- remoteAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.unix.Socket
S
- scopeId() - Method in class io.netty.channel.unix.NativeInetAddress
- sendFd(int) - Method in class io.netty.channel.unix.Socket
- sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- ServerDomainSocketChannel - Interface in io.netty.channel.unix
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setBroadcast(boolean) - Method in class io.netty.channel.unix.Socket
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setKeepAlive(boolean) - Method in class io.netty.channel.unix.Socket
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setReadMode(DomainSocketReadMode) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Change the
DomainSocketReadModefor the channel. - setReceiveBufferSize(int) - Method in class io.netty.channel.unix.Socket
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.unix.Socket
- setReusePort(boolean) - Method in class io.netty.channel.unix.Socket
- setSendBufferSize(int) - Method in class io.netty.channel.unix.Socket
- setSoLinger(int) - Method in class io.netty.channel.unix.Socket
- setTcpNoDelay(boolean) - Method in class io.netty.channel.unix.Socket
- setTrafficClass(int) - Method in class io.netty.channel.unix.Socket
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- shutdown() - Method in class io.netty.channel.unix.Socket
- shutdown(boolean, boolean) - Method in class io.netty.channel.unix.Socket
- size() - Method in class io.netty.channel.unix.IovArray
-
Returns the size in bytes
- SIZEOF_JLONG - Static variable in class io.netty.channel.unix.Limits
- SO_REUSEPORT - Static variable in class io.netty.channel.unix.UnixChannelOption
- Socket - Class in io.netty.channel.unix
-
Provides a JNI bridge to native socket operations.
- Socket(int) - Constructor for class io.netty.channel.unix.Socket
- SocketWritableByteChannel - Class in io.netty.channel.unix
- SocketWritableByteChannel(FileDescriptor) - Constructor for class io.netty.channel.unix.SocketWritableByteChannel
- SSIZE_MAX - Static variable in class io.netty.channel.unix.Limits
T
- toString() - Method in class io.netty.channel.unix.DomainSocketAddress
- toString() - Method in class io.netty.channel.unix.FileDescriptor
- toString() - Method in class io.netty.channel.unix.PeerCredentials
- toString() - Method in class io.netty.channel.unix.Socket
U
- UDS_SUN_PATH_SIZE - Static variable in class io.netty.channel.unix.Socket
- uid() - Method in class io.netty.channel.unix.PeerCredentials
- UIO_MAX_IOV - Static variable in class io.netty.channel.unix.Limits
- UnixChannel - Interface in io.netty.channel.unix
-
Channelthat expose operations that are only present onUNIXlike systems. - UnixChannelOption<T> - Class in io.netty.channel.unix
- UnixChannelOption() - Constructor for class io.netty.channel.unix.UnixChannelOption
- UnixChannelUtil - Class in io.netty.channel.unix
- updateAllocator(ByteBufAllocator) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
V
- valueOf(String) - Static method in enum io.netty.channel.unix.DomainSocketReadMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.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.netty.channel.unix.SocketWritableByteChannel
- write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- writeAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- writev(ByteBuffer[], int, int, long) - Method in class io.netty.channel.unix.FileDescriptor
- writevAddresses(long, int) - Method in class io.netty.channel.unix.FileDescriptor
All Classes All Packages