Netty/Transport/SCTP 4.1.5.Final-redhat-1
A B C D E F G H I J L M N O P R S T U V 

A

AbstractNotificationHandler<T> - Class in com.sun.nio.sctp
 
AbstractNotificationHandler() - Constructor for class com.sun.nio.sctp.AbstractNotificationHandler
 
accept() - Method in class com.sun.nio.sctp.SctpServerChannel
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(SctpMessage) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
address() - Method in class com.sun.nio.sctp.MessageInfo
 
allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
Return all local addresses of the SCTP channel.
allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpServerChannel
Return all local addresses of the SCTP server channel.
allRemoteAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
allRemoteAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
allRemoteAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
Return all remote addresses of the SCTP server channel.
Association - Class in com.sun.nio.sctp
 
Association() - Constructor for class com.sun.nio.sctp.Association
 
association() - Method in interface com.sun.nio.sctp.Notification
 
association() - Method in class com.sun.nio.sctp.SctpChannel
 
association() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
association() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
association() - Method in interface io.netty.channel.sctp.SctpChannel
Returns the underlying SCTP association.
AssociationChangeNotification - Class in com.sun.nio.sctp
 
AssociationChangeNotification() - Constructor for class com.sun.nio.sctp.AssociationChangeNotification
 

B

bind(SocketAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
bind(SocketAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bind(SocketAddress, int) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
bindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
Bind a address to the already bound channel to enable multi-homing.
bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
Bind a address to the already bound channel to enable multi-homing.
bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
Bind a address to the already bound channel to enable multi-homing.
bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
Bind a address to the already bound channel to enable multi-homing.

C

com.sun.nio.sctp - package com.sun.nio.sctp
This package is only included to let SCTP also compile on non-unix operation systems.
config() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
config() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
config() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
config() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
config() - Method in interface io.netty.channel.sctp.SctpChannel
Returns the SctpChannelConfig configuration of the channel.
config() - Method in interface io.netty.channel.sctp.SctpServerChannel
Returns the SctpServerChannelConfig configuration of the channel.
connect(SocketAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
copy() - Method in class io.netty.channel.sctp.SctpMessage
 
create(int, int) - Static method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
createOutgoing(Association, SocketAddress, int) - Static method in class com.sun.nio.sctp.MessageInfo
 

D

decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
DefaultSctpChannelConfig - Class in io.netty.channel.sctp
The default SctpChannelConfig implementation for SCTP.
DefaultSctpChannelConfig(SctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpChannelConfig
 
DefaultSctpServerChannelConfig - Class in io.netty.channel.sctp
The default SctpServerChannelConfig implementation for SCTP.
DefaultSctpServerChannelConfig(SctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpServerChannelConfig
Creates a new instance.
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doClose() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doClose() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
duplicate() - Method in class io.netty.channel.sctp.SctpMessage
 

E

encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
equals(Object) - Method in class io.netty.channel.sctp.SctpMessage
 

F

filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
finishConnect() - Method in class com.sun.nio.sctp.SctpChannel
 

G

getAllLocalAddresses() - Method in class com.sun.nio.sctp.SctpChannel
 
getAllLocalAddresses() - Method in class com.sun.nio.sctp.SctpServerChannel
 
getBacklog() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getBacklog() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getOption(SctpSocketOption<T>) - Method in class com.sun.nio.sctp.SctpChannel
 
getOption(SctpSocketOption<T>) - Method in class com.sun.nio.sctp.SctpServerChannel
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
getRemoteAddresses() - Method in class com.sun.nio.sctp.SctpChannel
 
getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_SNDBUF option.

H

handleNotification(AssociationChangeNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(Notification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
HandlerResult - Enum in com.sun.nio.sctp
 
hashCode() - Method in class io.netty.channel.sctp.SctpMessage
 

I

io.netty.channel.sctp - package io.netty.channel.sctp
Abstract SCTP socket interfaces which extend the core channel API.
io.netty.channel.sctp.nio - package io.netty.channel.sctp.nio
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.sctp.oio - package io.netty.channel.sctp.oio
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
io.netty.handler.codec.sctp - package io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
isActive() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
isActive() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
isComplete() - Method in class com.sun.nio.sctp.MessageInfo
 
isComplete() - Method in class io.netty.channel.sctp.SctpMessage
Return true if this message is complete.
isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
isSctpNoDelay() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
isSctpNoDelay() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_NODELAY option.
isUnordered() - Method in class com.sun.nio.sctp.MessageInfo
 
isUnordered() - Method in class io.netty.channel.sctp.SctpMessage
return the unordered flag

J

javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 

L

localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
localAddress() - Method in interface io.netty.channel.sctp.SctpChannel
Return the (primary) local address of the SCTP channel.
localAddress() - Method in interface io.netty.channel.sctp.SctpServerChannel
Return the (primary) local address of the SCTP server channel.
localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 

M

maxInStreams() - Method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
maxOutStreams() - Method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
MessageInfo - Class in com.sun.nio.sctp
 
MessageInfo() - Constructor for class com.sun.nio.sctp.MessageInfo
 
messageInfo() - Method in class io.netty.channel.sctp.SctpMessage
Return the MessageInfo for inbound messages or null for outbound messages.
metadata() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
metadata() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 

N

name() - Method in interface com.sun.nio.sctp.SctpSocketOption
 
NioSctpChannel - Class in io.netty.channel.sctp.nio
SctpChannel implementation which use non-blocking mode and allows to read / write SctpMessages to the underlying SctpChannel.
NioSctpChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance
NioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance using SctpChannel
NioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance
NioSctpServerChannel - Class in io.netty.channel.sctp.nio
SctpServerChannel implementation which use non-blocking mode to accept new connections and create the NioSctpChannel for them.
NioSctpServerChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpServerChannel
Create a new instance
Notification - Interface in com.sun.nio.sctp
 
NotificationHandler<T> - Interface in com.sun.nio.sctp
 

O

OioSctpChannel - Class in io.netty.channel.sctp.oio
SctpChannel implementation which use blocking mode and allows to read / write SctpMessages to the underlying SctpChannel.
OioSctpChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance with an new SctpChannel.
OioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance from the given SctpChannel.
OioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance from the given SctpChannel.
OioSctpServerChannel - Class in io.netty.channel.sctp.oio
SctpServerChannel implementation which use blocking mode to accept new connections and create the OioSctpChannel for them.
OioSctpServerChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
Create a new instance with an new SctpServerChannel
OioSctpServerChannel(SctpServerChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
Create a new instance from the given SctpServerChannel
open() - Static method in class com.sun.nio.sctp.SctpChannel
 
open() - Static method in class com.sun.nio.sctp.SctpServerChannel
 

P

parent() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
parent() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
parent() - Method in interface io.netty.channel.sctp.SctpChannel
 
payloadProtocolID() - Method in class com.sun.nio.sctp.MessageInfo
 
payloadProtocolID(int) - Method in class com.sun.nio.sctp.MessageInfo
 
PeerAddressChangeNotification - Class in com.sun.nio.sctp
 
PeerAddressChangeNotification() - Constructor for class com.sun.nio.sctp.PeerAddressChangeNotification
 
protocolIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
Return the protocol-identifier

R

raise() - Static method in exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
receive(ByteBuffer, T, NotificationHandler<T>) - Method in class com.sun.nio.sctp.SctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
remoteAddress() - Method in interface io.netty.channel.sctp.SctpChannel
Return the (primary) remote address of the SCTP channel.
remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
replace(ByteBuf) - Method in class io.netty.channel.sctp.SctpMessage
 
retain() - Method in class io.netty.channel.sctp.SctpMessage
 
retain(int) - Method in class io.netty.channel.sctp.SctpMessage
 
retainedDuplicate() - Method in class io.netty.channel.sctp.SctpMessage
 

S

SCTP_DISABLE_FRAGMENTS - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_EXPLICIT_COMPLETE - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_INIT_MAXSTREAMS - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_NODELAY - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_NODELAY - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_PRIMARY_ADDR - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SctpChannel - Class in com.sun.nio.sctp
 
SctpChannel(SelectorProvider) - Constructor for class com.sun.nio.sctp.SctpChannel
 
SctpChannel - Interface in io.netty.channel.sctp
A SCTP/IP Channel interface for single SCTP association.
SctpChannelConfig - Interface in io.netty.channel.sctp
A ChannelConfig for a SctpChannel.
SctpChannelOption<T> - Class in io.netty.channel.sctp
Option for configuring the SCTP transport
SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
A ChannelHandler which receives SctpMessages which belong to a application protocol form a specific SCTP Stream and decode it as ByteBuf.
SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
SctpMessage - Class in io.netty.channel.sctp
Representation of SCTP Data Chunk
SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessageCompletionHandler - Class in io.netty.handler.codec.sctp
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so only complete SctpMessages will be forwarded to the next ChannelInboundHandler.
SctpMessageCompletionHandler() - Constructor for class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
SctpMessageToMessageDecoder - Class in io.netty.handler.codec.sctp
 
SctpMessageToMessageDecoder() - Constructor for class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
SctpNotificationHandler - Class in io.netty.channel.sctp
AbstractNotificationHandler implementation which will handle all Notifications by trigger a Notification user event in the ChannelPipeline of a SctpChannel.
SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.SctpNotificationHandler
 
SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
A ChannelHandler which transform ByteBuf to SctpMessage and send it through a specific stream with given protocol identifier.
SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpOutboundByteStreamHandler(int, int, boolean) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpServerChannel - Class in com.sun.nio.sctp
 
SctpServerChannel(SelectorProvider) - Constructor for class com.sun.nio.sctp.SctpServerChannel
 
SctpServerChannel - Interface in io.netty.channel.sctp
A SCTP/IP ServerChannel which accepts incoming SCTP/IP associations.
SctpServerChannelConfig - Interface in io.netty.channel.sctp
A ChannelConfig for a SctpServerChannelConfig.
SctpSocketOption<T> - Interface in com.sun.nio.sctp
 
SctpStandardSocketOptions - Class in com.sun.nio.sctp
 
SctpStandardSocketOptions() - Constructor for class com.sun.nio.sctp.SctpStandardSocketOptions
 
SctpStandardSocketOptions.InitMaxStreams - Class in com.sun.nio.sctp
 
SctpStandardSocketOptions.InitMaxStreams() - Constructor for class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
send(ByteBuffer, MessageInfo) - Method in class com.sun.nio.sctp.SctpChannel
 
SendFailedNotification - Class in com.sun.nio.sctp
 
SendFailedNotification() - Constructor for class com.sun.nio.sctp.SendFailedNotification
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Deprecated.
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setOption(SctpSocketOption<T>, T) - Method in class com.sun.nio.sctp.SctpChannel
 
setOption(SctpSocketOption<T>, T) - Method in class com.sun.nio.sctp.SctpServerChannel
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setSctpNoDelay(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSctpNoDelay(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Sets the SCTP_NODELAY option.
setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Sets the SO_SNDBUF option.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Deprecated.
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
ShutdownNotification - Class in com.sun.nio.sctp
 
ShutdownNotification() - Constructor for class com.sun.nio.sctp.ShutdownNotification
 
SO_LINGER - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_RCVBUF - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_SNDBUF - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
streamIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
Return the stream-identifier
streamNumber() - Method in class com.sun.nio.sctp.MessageInfo
 
streamNumber(int) - Method in class com.sun.nio.sctp.MessageInfo
 
supportedOptions() - Method in class com.sun.nio.sctp.SctpChannel
 

T

toString() - Method in class io.netty.channel.sctp.SctpMessage
 
touch() - Method in class io.netty.channel.sctp.SctpMessage
 
touch(Object) - Method in class io.netty.channel.sctp.SctpMessage
 
type() - Method in interface com.sun.nio.sctp.SctpSocketOption
 

U

unbindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
unbindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
Unbind the address from channel's multi-homing address list.
unordered(boolean) - Method in class com.sun.nio.sctp.MessageInfo
 
UnsupportedOperatingSystemException - Exception in com.sun.nio.sctp
 
UnsupportedOperatingSystemException() - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(String) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(String, Throwable) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(Throwable) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 

V

valueOf(String) - Static method in enum com.sun.nio.sctp.HandlerResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.nio.sctp.HandlerResult
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P R S T U V 
Netty/Transport/SCTP 4.1.5.Final-redhat-1

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