|
|||||||||
Home >> All >> org >> xmud >> securitymanager >> [ request overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.xmud.securitymanager.request
Class request_authenticateclient

java.lang.Objectorg.xmud.net.request.request
org.xmud.securitymanager.request.request_authenticateclient
- All Implemented Interfaces:
- java.io.Serializable
- public class request_authenticateclient
- extends org.xmud.net.request.request
- implements java.io.Serializable
- extends org.xmud.net.request.request
Field Summary | |
(package private) int |
clientid
|
(package private) int |
objid
|
(package private) java.lang.String |
pass
|
Fields inherited from class org.xmud.net.request.request |
id, ioerror, o_host, o_port, res, token |
Constructor Summary | |
request_authenticateclient()
|
Method Summary | |
void |
init(int clientid,
java.lang.String pass,
int objid)
|
org.xmud.net.response.response |
invoke(java.lang.Object target_object)
|
boolean |
needReceive()
|
void |
readCustom(java.io.DataInputStream in)
|
void |
writeCustom(java.io.DataOutputStream out)
|
Methods inherited from class org.xmud.net.request.request |
getId, getType, hasCustomSerialization, print, setId, shouldCompress, shouldDiscardOld |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
clientid
int clientid
pass
java.lang.String pass
objid
int objid
Constructor Detail |
request_authenticateclient
public request_authenticateclient()
Method Detail |
writeCustom
public void writeCustom(java.io.DataOutputStream out) throws java.io.IOException
readCustom
public void readCustom(java.io.DataInputStream in) throws java.io.IOException
needReceive
public boolean needReceive()
init
public void init(int clientid, java.lang.String pass, int objid)
invoke
public org.xmud.net.response.response invoke(java.lang.Object target_object)
|
|||||||||
Home >> All >> org >> xmud >> securitymanager >> [ request overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |