public final class jdk.net.ExtendedSocketOptions
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: jdk.net.ExtendedSocketOptions
super_class: java.lang.Object
{
public static final java.net.SocketOption<java.lang.Boolean> TCP_QUICKACK;
descriptor: Ljava/net/SocketOption;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<Ljava/lang/Boolean;>;
public static final java.net.SocketOption<java.lang.Integer> TCP_KEEPIDLE;
descriptor: Ljava/net/SocketOption;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<Ljava/lang/Integer;>;
public static final java.net.SocketOption<java.lang.Integer> TCP_KEEPINTERVAL;
descriptor: Ljava/net/SocketOption;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<Ljava/lang/Integer;>;
public static final java.net.SocketOption<java.lang.Integer> TCP_KEEPCOUNT;
descriptor: Ljava/net/SocketOption;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<Ljava/lang/Integer;>;
public static final java.net.SocketOption<java.lang.Integer> SO_INCOMING_NAPI_ID;
descriptor: Ljava/net/SocketOption;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<Ljava/lang/Integer;>;
public static final java.net.SocketOption<UnixDomainPrincipal> SO_PEERCRED;
descriptor: Ljava/net/SocketOption;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<LUnixDomainPrincipal;>;
private static final jdk.net.ExtendedSocketOptions$PlatformSocketOptions platformSocketOptions;
descriptor: Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final boolean quickAckSupported;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final boolean keepAliveOptSupported;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final boolean peerCredentialsSupported;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final boolean incomingNapiIdOptSupported;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.util.Set<java.net.SocketOption<?>> extendedOptions;
descriptor: Ljava/util/Set;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/Set<Ljava/net/SocketOption<*>;>;
private static final jdk.internal.access.JavaIOFileDescriptorAccess fdAccess;
descriptor: Ljdk/internal/access/JavaIOFileDescriptorAccess;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tUnixDomainPrincipal cannot be resolved to a type\n\tThe constructor ExtendedSocketOptions.ExtSocketOption<UnixDomainPrincipal>(String, Class<UnixDomainPrincipal>) refers to the missing type UnixDomainPrincipal\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tThe method getSoPeerCred(int) from the type ExtendedSocketOptions.PlatformSocketOptions refers to the missing type UnixDomainPrincipal\n\tUnixDomainPrincipal cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/net/ExtendedSocketOptions;
static java.util.Set<java.net.SocketOption<?>> options();
descriptor: ()Ljava/util/Set;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tUnixDomainPrincipal cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Ljava/util/Set<Ljava/net/SocketOption<*>;>;
private static void setQuickAckOption(java.io.FileDescriptor, boolean);
descriptor: (Ljava/io/FileDescriptor;Z)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
enable
private static java.lang.Object getSoPeerCred(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)Ljava/lang/Object;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method getSoPeerCred(int) from the type ExtendedSocketOptions.PlatformSocketOptions refers to the missing type UnixDomainPrincipal\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
private static java.lang.Object getQuickAckOption(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)Ljava/lang/Object;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
private static void setTcpkeepAliveProbes(java.io.FileDescriptor, int);
descriptor: (Ljava/io/FileDescriptor;I)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
value
private static void setTcpKeepAliveTime(java.io.FileDescriptor, int);
descriptor: (Ljava/io/FileDescriptor;I)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
value
private static void setTcpKeepAliveIntvl(java.io.FileDescriptor, int);
descriptor: (Ljava/io/FileDescriptor;I)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
value
private static int getTcpkeepAliveProbes(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
private static int getTcpKeepAliveTime(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
private static int getTcpKeepAliveIntvl(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
private static int getIncomingNapiId(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.net.SocketException
MethodParameters:
Name Flags
fd
}
SourceFile: "ExtendedSocketOptions.java"
NestMembers:
jdk.net.ExtendedSocketOptions$1 jdk.net.ExtendedSocketOptions$ExtSocketOption jdk.net.ExtendedSocketOptions$PlatformSocketOptions jdk.net.ExtendedSocketOptions$PlatformSocketOptions$1
InnerClasses:
private ExtSocketOption = jdk.net.ExtendedSocketOptions$ExtSocketOption of jdk.net.ExtendedSocketOptions
PlatformSocketOptions = jdk.net.ExtendedSocketOptions$PlatformSocketOptions of jdk.net.ExtendedSocketOptions