Uses of Class
software.amazon.awssdk.crt.io.SocketOptions.SocketDomain
-
Packages that use SocketOptions.SocketDomain Package Description software.amazon.awssdk.crt.io -
-
Uses of SocketOptions.SocketDomain in software.amazon.awssdk.crt.io
Fields in software.amazon.awssdk.crt.io declared as SocketOptions.SocketDomain Modifier and Type Field Description SocketOptions.SocketDomain
SocketOptions. domain
Sets the socket domainMethods in software.amazon.awssdk.crt.io that return SocketOptions.SocketDomain Modifier and Type Method Description static SocketOptions.SocketDomain
SocketOptions.SocketDomain. valueOf(String name)
Returns the enum constant of this type with the specified name.static SocketOptions.SocketDomain[]
SocketOptions.SocketDomain. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-