QuickServer
v1.4.5

Package org.quickserver.net.server

Contains all of the classes for creating QuickServer.

See:
          Description

Interface Summary
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.
ClientEventHandler This interface defines the methods that should be implemented by any class that wants to handle client events.
ClientIdentifiable This is an interface that can be implemented by ClientData so that the client connected can be identified.
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.
ObjectCleanup Deprecated. as of v1.3 no longer used (now object pools are used)
PoolManager PoolManager interface.
 

Class Summary
ClientEvent Encapsulates client event.
ClientHandler Class that handles clients for QuickServer.
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.
GhostSocketReaper Class (Server Hook) that closes any dead (ghost) sockets that are no longer connected or communicating.
MaxClientHandler Class that handles excess clients of QuickServer.
ObjectCleaner Class (Server Hook) that forces the garbage collection.
QuickAuthenticator This class is used to authenticate a client when it connects to QuickServer.
QuickServer Main class of QuickServer library.
ServerAuthenticator This class is used to authenticate a client when it connects to QuickServer.
TheClient Encapsulates client socket and its configuration details.
 

Package org.quickserver.net.server Description

Contains all of the classes for creating QuickServer.


QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org