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.Type
AbstractEndPoint. endPointType
The end-point type.Methods in com.iizix.server that return IEndPoint.Type Modifier and Type Method Description IEndPoint.Type
AbstractEndPoint. getEndPointType()
Gets the end point type.IEndPoint.Type
IEndPoint. getEndPointType()
Gets the end point type.static IEndPoint.Type
IEndPoint.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.Type
ClientEndPoint. getEndPointType()
Gets the end point type.IEndPoint.Type
FailedReconnectClientEndPoint. 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.Type
VSViewerEndPoint. getEndPointType()
Gets the end point type.