QuickServer
v1.4.7

org.quickserver.net.server
Class DataType

java.lang.Object
  extended byorg.quickserver.net.server.DataType

public class DataType
extends java.lang.Object

This class defines the type(direction) of data exchanging between QuickServer and client socket.

Since:
1.2

Field Summary
static DataType IN
          Incoming data type for ClientHandler
static DataType OUT
          Outgoing data type for ClientHandler
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IN

public static final DataType IN
Incoming data type for ClientHandler


OUT

public static final DataType OUT
Outgoing data type for ClientHandler

Method Detail

toString

public java.lang.String toString()

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org