QuickServer
v1.4.5

Uses of Package
org.quickserver.net.server

Packages that use org.quickserver.net.server
org.quickserver.net Support classes and exceptions. 
org.quickserver.net.qsadmin Contains all of the classes for creating QSAdminServer. 
org.quickserver.net.server Contains all of the classes for creating QuickServer. 
org.quickserver.net.server.impl Contains all of the implementation classes for interface in server package. 
org.quickserver.util.io Support classes for IO operation. 
 

Classes in org.quickserver.net.server used by org.quickserver.net
QuickServer
          Main class of QuickServer library.
 

Classes in org.quickserver.net.server used by org.quickserver.net.qsadmin
Authenticator
          This interface defines a class that can be used by QuickServer to authenticate a client when new connection is made to QuickServer.
ClientCommandHandler
          This interface defines the methods that should be implemented by any class that wants to handle client interaction.
ClientEventHandler
          This interface defines the methods that should be implemented by any class that wants to handle client events.
ClientHandler
          Class that handles clients for QuickServer.
QuickAuthenticator
          This class is used to authenticate a client when it connects to QuickServer.
QuickServer
          Main class of QuickServer library.
 

Classes in org.quickserver.net.server used by org.quickserver.net.server
Authenticator
          This interface defines a class that can be used by QuickServer to authenticate a client when new connection is made to QuickServer.
ClientBinaryHandler
          This interface defines the methods that should be implemented by any class that wants to handle java Objects from a client.
ClientCommandHandler
          This interface defines the methods that should be implemented by any class that wants to handle client interaction.
ClientData
          This is a marker interface, which a class can implement to act has a client data carrier.
ClientEvent
          Encapsulates client event.
ClientEventHandler
          This interface defines the methods that should be implemented by any class that wants to handle client events.
ClientHandler
          Class that handles clients for QuickServer.
ClientIdentifier
          Client Identifier interface.
ClientObjectHandler
          This interface defines the methods that should be implemented by any class that wants to handle java Objects from a client.
ClientWriteHandler
          This interface defines the methods that should be implemented by any class that needs to be notified when its ready to accept more data.
DataMode
          This class defines the mode(format) of data exchange between QuickServer and client socket.
DataType
          This class defines the type(direction) of data exchanging between QuickServer and client socket.
QuickServer
          Main class of QuickServer library.
TheClient
          Encapsulates client socket and its configuration details.
 

Classes in org.quickserver.net.server used by org.quickserver.net.server.impl
ClientHandler
          Class that handles clients for QuickServer.
ClientIdentifiable
          This is an interface that can be implemented by ClientData so that the client connected can be identified.
ClientIdentifier
          Client Identifier interface.
PoolManager
          PoolManager interface.
QuickServer
          Main class of QuickServer library.
 

Classes in org.quickserver.net.server used by org.quickserver.util.io
ClientHandler
          Class that handles clients for QuickServer.
 


QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org