Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xmud.securitymanager.request
Class request_createclient  view request_createclient download request_createclient.java

java.lang.Object
  extended byorg.xmud.net.request.request
      extended byorg.xmud.securitymanager.request.request_createclient
All Implemented Interfaces:
java.io.Serializable

public class request_createclient
extends org.xmud.net.request.request
implements java.io.Serializable


Field Summary
 
Fields inherited from class org.xmud.net.request.request
clientid, id, ioerror, o_host, o_port, res, token
 
Constructor Summary
request_createclient()
           
 
Method Summary
 void init()
           
 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
 

Constructor Detail

request_createclient

public request_createclient()
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()

invoke

public org.xmud.net.response.response invoke(java.lang.Object target_object)