A B C D E F G H I L M N O 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
- allocateDirectBufferWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
-
Returns a new
CleanableDirectBufferwhich has the sameByteOrderas the native order of the machine. - allocateDirectWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
-
Deprecated.Use
Buffer.allocateDirectBufferWithNativeOrder(int)instead.
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.DomainDatagramChannel
- config() - Method in interface io.netty.channel.unix.DomainSocketChannel
- connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
- copy() - Method in class io.netty.channel.unix.DomainDatagramPacket
- copy() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- 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
- DomainDatagramChannel - Interface in io.netty.channel.unix
-
A
UnixChannelthat supports communication via UNIX domain datagram sockets. - DomainDatagramChannelConfig - Interface in io.netty.channel.unix
-
A
ChannelConfigfor aDomainDatagramChannel. - DomainDatagramPacket - Class in io.netty.channel.unix
-
The message container that is used for
DomainDatagramChannelto communicate with the remote peer. - DomainDatagramPacket(ByteBuf, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
-
Create a new instance with the specified packet
dataandrecipientaddress. - DomainDatagramPacket(ByteBuf, DomainSocketAddress, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
-
Create a new instance with the specified packet
data,recipientaddress, andsenderaddress. - DomainDatagramSocketAddress - Class in io.netty.channel.unix
-
Act as special
DomainSocketAddressto 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.netty.channel.unix.DomainDatagramSocketAddress
- 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. - duplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
- duplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
E
- ensureAvailability() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- 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_EHOSTUNREACH_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 - Variable in class io.netty.channel.unix.SocketWritableByteChannel
- 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
-
Deprecated.Use
Buffer.allocateDirectBufferWithNativeOrder(int)instead. - 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
- GenericUnixChannelOption<T> - Class in io.netty.channel.unix
-
A generic socket option.
- getIntOpt(int, int) - Method in class io.netty.channel.unix.Socket
- getRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
- 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 interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_SNDBUFoption. - 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
- handleConnectErrno(String, int) - Static method in class io.netty.channel.unix.Errors
- 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
- IntegerUnixChannelOption - Class in io.netty.channel.unix
- IntegerUnixChannelOption(String, int, int) - Constructor for class io.netty.channel.unix.IntegerUnixChannelOption
-
Creates a new instance.
- 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
- IOV_SIZE - Static variable in class io.netty.channel.unix.IovArray
-
The size of an
iovecstruct in bytes. - 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
-
Deprecated.Use
IovArray(int)instead. - IovArray(int) - Constructor for class io.netty.channel.unix.IovArray
-
Allocate an IovArray with enough room for the given number of entries (not bytes).
- IovArray(ByteBuf) - Constructor for class io.netty.channel.unix.IovArray
-
Deprecated.Use
IovArray(int)instead. - ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
- ipv6 - Variable in class io.netty.channel.unix.Socket
- isAvailable() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- 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.
- isConnected() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
Return
trueif theDomainDatagramChannelis connected to the remote peer. - isDirectBufferPooled() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- isFull() - Method in class io.netty.channel.unix.IovArray
-
Return
trueif there is no more space left in theIovArray. - 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
- length() - Method in class io.netty.channel.unix.RawUnixChannelOption
-
The length of the optval.
- level() - Method in class io.netty.channel.unix.GenericUnixChannelOption
-
Returns the level.
- 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.DomainDatagramChannel
- localAddress() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
- 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
- localDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
M
- markClosed() - Method in class io.netty.channel.unix.FileDescriptor
- 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) - maxCount() - Method in class io.netty.channel.unix.IovArray
-
Get the maximum amount of buffers that can be added to this
IovArray. - maxCount(int) - Method in class io.netty.channel.unix.IovArray
-
Set the maximum amount of buffers 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
- newSocketDgram0(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
Deprecated.
- newSocketDgram0(SocketProtocolFamily) - 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
- newSocketDomainDgram() - Static method in class io.netty.channel.unix.Socket
- newSocketDomainDgram0() - 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
- newSocketStream0(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
Deprecated.
- newSocketStream0(SocketProtocolFamily) - Static method in class io.netty.channel.unix.Socket
O
- optname() - Method in class io.netty.channel.unix.GenericUnixChannelOption
-
Returns the optname.
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
- RawUnixChannelOption - Class in io.netty.channel.unix
- RawUnixChannelOption(String, int, int, int) - Constructor for class io.netty.channel.unix.RawUnixChannelOption
-
Creates a new instance.
- 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
- receivedAmount() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
- recv(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- recvAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
- 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
- recvFromAddressDomainSocket(long, int, int) - Method in class io.netty.channel.unix.Socket
- recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- registerInternal(Runnable) - Static method in class io.netty.channel.unix.Unix
-
Internal method...
- release() - Method in class io.netty.channel.unix.IovArray
-
Release the
IovArray. - remoteAddress() - Method in interface io.netty.channel.unix.DomainDatagramChannel
- 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
- remoteDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
- replace(ByteBuf) - Method in class io.netty.channel.unix.DomainDatagramPacket
- replace(ByteBuf) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- retain() - Method in class io.netty.channel.unix.DomainDatagramPacket
- retain() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- retain(int) - Method in class io.netty.channel.unix.DomainDatagramPacket
- retain(int) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- retainedDuplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
- retainedDuplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
S
- scopeId() - Method in class io.netty.channel.unix.NativeInetAddress
- SegmentedDatagramPacket - Class in io.netty.channel.unix
-
Allows to use GSO if the underlying OS supports it.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - Constructor for class io.netty.channel.unix.SegmentedDatagramPacket
-
Create a new instance.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.unix.SegmentedDatagramPacket
-
Create a new instance.
- segmentSize() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
Return the size of each segment (the last segment can be smaller).
- send(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- sendAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
- sendFd(int) - Method in class io.netty.channel.unix.Socket
- sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendTo(ByteBuffer, int, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
- sendToAddressDomainSocket(long, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
- sendToAddressesDomainSocket(long, int, byte[]) - Method in class io.netty.channel.unix.Socket
- sendToDomainSocket(ByteBuffer, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
- ServerDomainSocketChannel - Interface in io.netty.channel.unix
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- 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.DomainDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setIntOpt(int, int, int) - Method in class io.netty.channel.unix.Socket
- setKeepAlive(boolean) - Method in class io.netty.channel.unix.Socket
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
- 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.DomainDatagramChannelConfig
- 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 interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_SNDBUFoption. - 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.DomainDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- shouldUseIpv6(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
Deprecated.
- shouldUseIpv6(SocketProtocolFamily) - Static method in class io.netty.channel.unix.Socket
- 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
- throwConnectException(String, int) - Static method in class io.netty.channel.unix.Errors
-
Deprecated.
- 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
- touch() - Method in class io.netty.channel.unix.DomainDatagramPacket
- touch() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- touch(Object) - Method in class io.netty.channel.unix.DomainDatagramPacket
- touch(Object) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
U
- UDS_SUN_PATH_SIZE - Static variable in class io.netty.channel.unix.Socket
-
Deprecated.
- uid() - Method in class io.netty.channel.unix.PeerCredentials
- UIO_MAX_IOV - Static variable in class io.netty.channel.unix.Limits
- unavailabilityCause() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- Unix - Class in io.netty.channel.unix
-
Tells if
netty-transport-native-unixis supported. - 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
- useIpv6(Socket, InetAddress) - Static method in class io.netty.channel.unix.Socket
-
Returns
trueif the given socket and address combination should use IPv6 internally,falseotherwise.
V
- validate(ByteBuffer) - Method in class io.netty.channel.unix.RawUnixChannelOption
- 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
- wrapMemoryAddress(long, int) - Static method in class io.netty.channel.unix.Buffer
- wrapMemoryAddressWithNativeOrder(long, int) - Static method in class io.netty.channel.unix.Buffer
- write(ByteBuffer) - Method in class io.netty.channel.unix.SocketWritableByteChannel
- write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.SocketWritableByteChannel
- 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