public interface io.netty.channel.sctp.SctpServerChannelConfig extends io.netty.channel.ChannelConfig
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.channel.sctp.SctpServerChannelConfig
super_class: java.lang.Object
{
public abstract int getBacklog();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.sctp.SctpServerChannelConfig setBacklog(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
backlog
public abstract int getSendBufferSize();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.sctp.SctpServerChannelConfig setSendBufferSize(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
sendBufferSize
public abstract int getReceiveBufferSize();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.sctp.SctpServerChannelConfig setReceiveBufferSize(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
receiveBufferSize
public abstract com.sun.nio.sctp.SctpStandardSocketOptions$InitMaxStreams getInitMaxStreams();
descriptor: ()Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.sctp.SctpServerChannelConfig setInitMaxStreams(com.sun.nio.sctp.SctpStandardSocketOptions$InitMaxStreams);
descriptor: (Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams;)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
initMaxStreams
public abstract io.netty.channel.sctp.SctpServerChannelConfig setMaxMessagesPerRead(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
maxMessagesPerRead
public abstract io.netty.channel.sctp.SctpServerChannelConfig setWriteSpinCount(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeSpinCount
public abstract io.netty.channel.sctp.SctpServerChannelConfig setConnectTimeoutMillis(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
connectTimeoutMillis
public abstract io.netty.channel.sctp.SctpServerChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
allocator
public abstract io.netty.channel.sctp.SctpServerChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
allocator
public abstract io.netty.channel.sctp.SctpServerChannelConfig setAutoRead(boolean);
descriptor: (Z)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
autoRead
public abstract io.netty.channel.sctp.SctpServerChannelConfig setAutoClose(boolean);
descriptor: (Z)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
autoClose
public abstract io.netty.channel.sctp.SctpServerChannelConfig setWriteBufferHighWaterMark(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeBufferHighWaterMark
public abstract io.netty.channel.sctp.SctpServerChannelConfig setWriteBufferLowWaterMark(int);
descriptor: (I)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeBufferLowWaterMark
public abstract io.netty.channel.sctp.SctpServerChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeBufferWaterMark
public abstract io.netty.channel.sctp.SctpServerChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/sctp/SctpServerChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
estimator
public io.netty.channel.ChannelConfig setAutoClose(boolean);
descriptor: (Z)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setAutoClose:(Z)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setMaxMessagesPerRead(int);
descriptor: (I)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setMaxMessagesPerRead:(I)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setWriteBufferLowWaterMark(int);
descriptor: (I)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setWriteBufferLowWaterMark:(I)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setAutoRead(boolean);
descriptor: (Z)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setAutoRead:(Z)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setConnectTimeoutMillis(int);
descriptor: (I)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setConnectTimeoutMillis:(I)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setWriteSpinCount(int);
descriptor: (I)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setWriteSpinCount:(I)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setWriteBufferWaterMark:(Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setMessageSizeEstimator:(Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.ChannelConfig setWriteBufferHighWaterMark(int);
descriptor: (I)Lio/netty/channel/ChannelConfig;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface io.netty.channel.sctp.SctpServerChannelConfig.setWriteBufferHighWaterMark:(I)Lio/netty/channel/sctp/SctpServerChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "SctpServerChannelConfig.java"
InnerClasses:
public InitMaxStreams = com.sun.nio.sctp.SctpStandardSocketOptions$InitMaxStreams of com.sun.nio.sctp.SctpStandardSocketOptions