Skip navigation links
Netty/Transport/Native/Unix/Common 4.1.30.Final-redhat-00001
A B C D E F G H I L M N P R S T U V W 

A

accept(byte[]) - Method in class io.netty.channel.unix.Socket
 
add(ByteBuf) - Method in class io.netty.channel.unix.IovArray
Add a ByteBuf to this 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 ByteBuffer which has the same ByteOrder as the native order of the machine.

B

bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
Buffer - Class in io.netty.channel.unix
 
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
 

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
 
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 InetSocketAddress to 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(String) - Constructor for class io.netty.channel.unix.DomainSocketAddress
 
DomainSocketAddress(File) - Constructor for class io.netty.channel.unix.DomainSocketAddress
 
DomainSocketChannel - Interface in io.netty.channel.unix
A UnixChannel that supports communication via Unix Domain Socket.
DomainSocketChannelConfig - Interface in io.netty.channel.unix
Special ChannelConfig for DomainSocketChannels.
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 FileDescriptor that is used by this Channel.
FileDescriptor - Class in io.netty.channel.unix
Native FileDescriptor implementation which allows to wrap an int and provide a FileDescriptor for it.
FileDescriptor(int) - Constructor for class io.netty.channel.unix.FileDescriptor
 
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(String) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for the given path.
from(File) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for the given File.

G

getReadMode() - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Return the DomainSocketReadMode for 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, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix.Errors
 
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
 
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
 
isKeepAlive() - Method in class io.netty.channel.unix.Socket
 
isOpen() - Method in class io.netty.channel.unix.FileDescriptor
Returns true if 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(long) - Method in class io.netty.channel.unix.IovArray
Set the maximum amount of bytes that can be added to this IovArray via IovArray.add(ByteBuf).
maxBytes() - Method in class io.netty.channel.unix.IovArray
Get the maximum amount of bytes that can be added to this IovArray via IovArray.add(ByteBuf).
memoryAddress(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
Returns the memory address of the given direct ByteBuffer.
memoryAddress(int) - Method in class io.netty.channel.unix.IovArray
Returns the memoryAddress for the given offset.

N

NativeInetAddress - Class in io.netty.channel.unix
Internal usage only!
NativeInetAddress(byte[], int) - Constructor for class io.netty.channel.unix.NativeInetAddress
 
NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix.NativeInetAddress
 
NativeIoException(String, int) - 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
 
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
 

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
ServerChannel that accepts DomainSocketChannel's via Unix Domain Socket.
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 DomainSocketReadMode for 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
Channel that expose operations that are only present on UNIX like 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, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
write(ByteBuffer) - 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
 
A B C D E F G H I L M N P R S T U V W 
Netty/Transport/Native/Unix/Common 4.1.30.Final-redhat-00001

Copyright © 2008–2018 The Netty Project. All rights reserved.