com.electrotank.electroserver5.extensions
Interface PluginRequest
- All Known Implementing Classes:
- BasePlugin
public interface PluginRequest
Provides an interface for communication from clients to a plugin.
- See Also:
Plugin,
BasePlugin,
ElectroServerApi,
PluginInterop,
PluginLifeCycle
request
void request(String userName,
EsObjectRO requestParameters,
RequestContext requestContext)
- Handles a request from a specific user. Normally this request comes
from a client using
ElectroServer.send.
- Parameters:
userName - name of the userrequestParameters - EsObjectRO containing information about the requestrequestContext - contains information about the context of the request,
such as whether it was over UDP or encrypted.
Copyright © 2007-2010 Electrotank, Inc. All Rights Reserved.