public interface sun.nio.ch.SocketOpts
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.nio.ch.SocketOpts
super_class: java.lang.Object
{
public abstract boolean broadcast();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts broadcast(boolean);
descriptor: (Z)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public abstract boolean keepAlive();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts keepAlive(boolean);
descriptor: (Z)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public abstract int linger();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts linger(int);
descriptor: (I)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n
public abstract boolean outOfBandInline();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts outOfBandInline(boolean);
descriptor: (Z)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public abstract int receiveBufferSize();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts receiveBufferSize(int);
descriptor: (I)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n
public abstract int sendBufferSize();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts sendBufferSize(int);
descriptor: (I)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n
public abstract boolean reuseAddress();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
public abstract sun.nio.ch.SocketOpts reuseAddress(boolean);
descriptor: (Z)Lsun/nio/ch/SocketOpts;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
}
SourceFile: "SocketOpts.java"
NestMembers:
sun.nio.ch.SocketOpts$IP sun.nio.ch.SocketOpts$IP$TCP
InnerClasses:
public abstract IP = sun.nio.ch.SocketOpts$IP of sun.nio.ch.SocketOpts