public enum TcpOiListeningEndpoint extends java.lang.Enum<TcpOiListeningEndpoint>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,TcpOiClientHandler> |
getClients() |
java.net.ServerSocket |
getSocket() |
void |
permitClient(SsoToken ssoToken) |
static TcpOiListeningEndpoint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TcpOiListeningEndpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcpOiListeningEndpoint INSTANCE
public static TcpOiListeningEndpoint[] values()
for (TcpOiListeningEndpoint c : TcpOiListeningEndpoint.values()) System.out.println(c);
public static TcpOiListeningEndpoint 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 java.net.ServerSocket getSocket()
public java.util.Map<java.lang.String,TcpOiClientHandler> getClients()
public void permitClient(SsoToken ssoToken)
Copyright © 2010 All Rights Reserved.