public static enum UnixSocketAddressWithTransport.TransportType extends Enum<UnixSocketAddressWithTransport.TransportType>
| Enum Constant and Description |
|---|
UDS |
UDS_DATAGRAM |
UDS_STREAM |
| Modifier and Type | Method and Description |
|---|---|
static UnixSocketAddressWithTransport.TransportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnixSocketAddressWithTransport.TransportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnixSocketAddressWithTransport.TransportType UDS_STREAM
public static final UnixSocketAddressWithTransport.TransportType UDS_DATAGRAM
public static final UnixSocketAddressWithTransport.TransportType UDS
public static UnixSocketAddressWithTransport.TransportType[] values()
for (UnixSocketAddressWithTransport.TransportType c : UnixSocketAddressWithTransport.TransportType.values()) System.out.println(c);
public static UnixSocketAddressWithTransport.TransportType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.