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