All Packages Class Hierarchy This Package Previous Next Index
Interface CsocketS.CSServer
- public interface CSServer
- extends Object
-
available()
-
-
close()
-
-
destroy()
-
-
get_id()
-
-
getKey(larrayHolder)
-
-
open(String, int)
-
-
read(larrayHolder)
-
-
write(byte[])
-
get_id
public abstract int get_id()
close
public abstract void close()
open
public abstract void open(String host,
int port)
read
public abstract int read(larrayHolder rarray)
write
public abstract void write(byte warray[])
getKey
public abstract void getKey(larrayHolder keyarray)
available
public abstract int available()
destroy
public abstract void destroy()
All Packages Class Hierarchy This Package Previous Next Index