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