Uses of Class
com.iizix.server.client.ClientEndPoint
Packages that use ClientEndPoint
Uses of ClientEndPoint in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ClientEndPointModifier and TypeMethodDescriptionClientSessionGyro.getClientEndPoint()
Gets the client end point instance.Methods in com.iizix.server.gyro with parameters of type ClientEndPointModifier and TypeMethodDescriptionAppSessionGyro.createClientSessionGyro
(ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps) Called to create the ClientSessionGyro for the first client session or for parallel client sessions.