public enum SocketType extends java.lang.Enum<SocketType>
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getNames() |
static SocketType |
getSocketType(java.net.URI uri) |
java.net.URI |
getURI() |
static SocketType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocketType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocketType ChatSocket
public static final SocketType HolderSocket
public static final SocketType HoldableSocket
public static final SocketType GroupSocket
public static final SocketType ReviewSocket
public static final SocketType BuddySocket
public static final SocketType CoordinatorSocket
public static final SocketType ParticipantSocket
public static final SocketType CommentSocket
public static final SocketType CommentModeratedSocket
public static final SocketType CommentUnrestrictedSocket
public static final SocketType ControlSocket
public static final SocketType BAPCCoordinatorSocket
public static final SocketType BAPCParticipantSocket
public static final SocketType BACCCoordinatorSocket
public static final SocketType BACCParticipantSocket
public static final SocketType BAAtomicPCCoordinatorSocket
public static final SocketType BAAtomicCCCoordinatorSocket
public static SocketType[] values()
for (SocketType c : SocketType.values()) System.out.println(c);
public static SocketType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String[] getNames()
public static SocketType getSocketType(java.net.URI uri)
public java.net.URI getURI()
Copyright © 2019. All Rights Reserved.