Package com.smartfoxserver.extensions
Interface IClientRequestHandler
- All Known Implementing Classes:
BaseClientRequestHandler,SignUpAssistantComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SFSExtensionObtain a reference to the parent extension.voidhandleClientRequest(User sender, ISFSObject params, TransportType txType) Handle a client requestdefault void
-
Method Details
-
handleClientRequest
Handle a client request- Parameters:
sender- the sender of the requestparams- the parameters of the requesttxType- the network transport used for the request (TCP, UDP etc...)- See Also:
-
setParentExtension
- Internal
-
getParentExtension
Obtain a reference to the parent extension.- Returns:
- a reference to the parent extension
-