public interface io.netty.channel.rxtx.RxtxChannelConfig 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.rxtx.RxtxChannelConfig
super_class: java.lang.Object
{
public abstract io.netty.channel.rxtx.RxtxChannelConfig setBaudrate(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
baudrate
public abstract io.netty.channel.rxtx.RxtxChannelConfig setStopbits(io.netty.channel.rxtx.RxtxChannelConfig$Stopbits);
descriptor: (Lio/netty/channel/rxtx/RxtxChannelConfig$Stopbits;)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
stopbits
public abstract io.netty.channel.rxtx.RxtxChannelConfig setDatabits(io.netty.channel.rxtx.RxtxChannelConfig$Databits);
descriptor: (Lio/netty/channel/rxtx/RxtxChannelConfig$Databits;)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
databits
public abstract io.netty.channel.rxtx.RxtxChannelConfig setParitybit(io.netty.channel.rxtx.RxtxChannelConfig$Paritybit);
descriptor: (Lio/netty/channel/rxtx/RxtxChannelConfig$Paritybit;)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
paritybit
public abstract int getBaudrate();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig$Stopbits getStopbits();
descriptor: ()Lio/netty/channel/rxtx/RxtxChannelConfig$Stopbits;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig$Databits getDatabits();
descriptor: ()Lio/netty/channel/rxtx/RxtxChannelConfig$Databits;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig$Paritybit getParitybit();
descriptor: ()Lio/netty/channel/rxtx/RxtxChannelConfig$Paritybit;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isDtr();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig setDtr(boolean);
descriptor: (Z)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
dtr
public abstract boolean isRts();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig setRts(boolean);
descriptor: (Z)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
rts
public abstract int getWaitTimeMillis();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig setWaitTimeMillis(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
waitTimeMillis
public abstract io.netty.channel.rxtx.RxtxChannelConfig setReadTimeout(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
readTimeout
public abstract int getReadTimeout();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.channel.rxtx.RxtxChannelConfig setConnectTimeoutMillis(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
connectTimeoutMillis
public abstract io.netty.channel.rxtx.RxtxChannelConfig setMaxMessagesPerRead(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
maxMessagesPerRead
public abstract io.netty.channel.rxtx.RxtxChannelConfig setWriteSpinCount(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeSpinCount
public abstract io.netty.channel.rxtx.RxtxChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator);
descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
allocator
public abstract io.netty.channel.rxtx.RxtxChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
allocator
public abstract io.netty.channel.rxtx.RxtxChannelConfig setAutoRead(boolean);
descriptor: (Z)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
autoRead
public abstract io.netty.channel.rxtx.RxtxChannelConfig setAutoClose(boolean);
descriptor: (Z)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
autoClose
public abstract io.netty.channel.rxtx.RxtxChannelConfig setWriteBufferHighWaterMark(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeBufferHighWaterMark
public abstract io.netty.channel.rxtx.RxtxChannelConfig setWriteBufferLowWaterMark(int);
descriptor: (I)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeBufferLowWaterMark
public abstract io.netty.channel.rxtx.RxtxChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/rxtx/RxtxChannelConfig;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
writeBufferWaterMark
public abstract io.netty.channel.rxtx.RxtxChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setAutoClose:(Z)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setMaxMessagesPerRead:(I)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setWriteBufferLowWaterMark:(I)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setAutoRead:(Z)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setConnectTimeoutMillis:(I)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setWriteSpinCount:(I)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setWriteBufferWaterMark:(Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setMessageSizeEstimator:(Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setAllocator:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/channel/rxtx/RxtxChannelConfig;
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.rxtx.RxtxChannelConfig.setWriteBufferHighWaterMark:(I)Lio/netty/channel/rxtx/RxtxChannelConfig;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "RxtxChannelConfig.java"
NestMembers:
io.netty.channel.rxtx.RxtxChannelConfig$Databits io.netty.channel.rxtx.RxtxChannelConfig$Paritybit io.netty.channel.rxtx.RxtxChannelConfig$Stopbits
InnerClasses:
public final Databits = io.netty.channel.rxtx.RxtxChannelConfig$Databits of io.netty.channel.rxtx.RxtxChannelConfig
public final Paritybit = io.netty.channel.rxtx.RxtxChannelConfig$Paritybit of io.netty.channel.rxtx.RxtxChannelConfig
public final Stopbits = io.netty.channel.rxtx.RxtxChannelConfig$Stopbits of io.netty.channel.rxtx.RxtxChannelConfig
RuntimeVisibleAnnotations:
java.lang.Deprecated()