Uses of Class
com.iizix.server.IEndPoint.Type
Packages that use IEndPoint.Type Package Description com.iizix.server com.iizix.server.client com.iizix.server.vsviewer Uses of IEndPoint.Type in com.iizix.server
Fields in com.iizix.server declared as IEndPoint.Type Modifier and Type Field Description protected IEndPoint.TypeAbstractEndPoint. endPointTypeThe end-point type.Methods in com.iizix.server that return IEndPoint.Type Modifier and Type Method Description IEndPoint.TypeAbstractEndPoint. getEndPointType()Gets the end point type.IEndPoint.TypeIEndPoint. getEndPointType()Gets the end point type.static IEndPoint.TypeIEndPoint.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IEndPoint.Type[]IEndPoint.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.server with parameters of type IEndPoint.Type Constructor Description AbstractEndPoint(IEndPoint.Type endPointType, java.lang.String name, long sessionID, IWebSocketComm comm, ServerShell server, java.lang.ThreadGroup serverThreadGroup, java.util.HashMap<java.lang.String,java.lang.String> classNameMap, java.lang.ClassLoader contextClassLoader)Creates a new EndPoint instance.Uses of IEndPoint.Type in com.iizix.server.client
Methods in com.iizix.server.client that return IEndPoint.Type Modifier and Type Method Description IEndPoint.TypeClientEndPoint. getEndPointType()Gets the end point type.IEndPoint.TypeFailedReconnectClientEndPoint. getEndPointType()Gets the end point type.Uses of IEndPoint.Type in com.iizix.server.vsviewer
Methods in com.iizix.server.vsviewer that return IEndPoint.Type Modifier and Type Method Description IEndPoint.TypeVSViewerEndPoint. getEndPointType()Gets the end point type.