|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
lilypad.client.connect.api | |
lilypad.client.connect.api.request.impl |
Uses of Request in lilypad.client.connect.api |
---|
Methods in lilypad.client.connect.api with parameters of type Request | ||
---|---|---|
|
Connect.request(Request<T> request)
Pass a request to be completed and given a result by the network. |
Uses of Request in lilypad.client.connect.api.request.impl |
---|
Classes in lilypad.client.connect.api.request.impl that implement Request | |
---|---|
class |
AsProxyRequest
Request to be assigned the role of a proxy on the network. |
class |
AsServerRequest
Request to be assigned the role of a server on the network. |
class |
AuthenticateRequest
Request to authenticate with the network. |
class |
GetDetailsRequest
Request to get the uniform connection details of the network, not guaranteed to be an accurate representation. |
class |
GetKeyRequest
Request to receive a shared salt to be used within the authentication process. |
class |
GetPlayersRequest
Request to get an accurate representation of all players on the network. |
class |
GetWhoamiRequest
Request to get the current identification the network recognizes your session as. |
class |
MessageRequest
Request to have a message sent to a single or multiple other identifications on the network. |
class |
NotifyPlayerRequest
Request to notify the network that a player has been added or removed from our proxy. |
class |
RedirectRequest
Request asking the network to redirect a player to a specified server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |