Uses of Enum Class
com.iizix.server.IEndPoint.Type
Uses of IEndPoint.Type in com.iizix.server
Modifier and TypeFieldDescriptionprotected final IEndPoint.Type
AbstractEndPoint.endPointType
The end-point type.Modifier and TypeMethodDescriptionfinal IEndPoint.Type
AbstractEndPoint.getEndPointType()
Gets the end point type.IEndPoint.getEndPointType()
Gets the end point type.static IEndPoint.Type
Returns the enum constant of this class with the specified name.static IEndPoint.Type[]
IEndPoint.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAbstractEndPoint
(IEndPoint.Type endPointType, String name, long sessionID, IWebSocketComm comm, ServerShell server, ThreadGroup serverThreadGroup, HashMap<String, String> classNameMap, ClassLoader contextClassLoader) Creates a new EndPoint instance.Uses of IEndPoint.Type in com.iizix.server.client
Modifier and TypeMethodDescriptionClientEndPoint.getEndPointType()
Gets the end point type.FailedReconnectClientEndPoint.getEndPointType()
Gets the end point type.Uses of IEndPoint.Type in com.iizix.server.vsviewer