Uses of Class
net.targetr.rc.client.ClientRequest
Packages that use ClientRequest
Package
Description
Remote Control Web Server.
Handles communications between web clients.
-
Uses of ClientRequest in net.targetr.rc
Methods in net.targetr.rc with parameters of type ClientRequestModifier and TypeMethodDescriptionRoom.attachClient(ClientRequest clientReq) Adds the client to this room.Room.getClient(ClientRequest clientReq) Retrieves an existing client given their client request.RoomManager.getRoom(ClientRequest req) Retrieves an existing room given a client request. -
Uses of ClientRequest in net.targetr.rc.client
Fields in net.targetr.rc.client declared as ClientRequestModifier and TypeFieldDescriptionClient.clientRequestThe current client request associated with this client.