QuickServer
v1.4.7

Package org.quickserver.net.server

Contains all of the classes for creating QuickServer.

See:
          Description

Interface Summary
Authenticator Deprecated. As of 1.4.6 use ClientAuthenticationHandler
ClientAuthenticationHandler 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 character/string data from client.
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.
ClientExtendedEventHandler This interface defines the methods that should be implemented by any class that wants to handle extended client events.
ClientHandler Interface that represents client handle in QuickServer.
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.
PoolManager PoolManager interface.
 

Class Summary
AuthStatus This class defines the state of authentication.
ClientEvent Encapsulates client event.
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.
QuickAuthenticationHandler This class is used to authenticate a client when it connects to QuickServer.
QuickAuthenticator This class is used to authenticate a client when it connects to QuickServer.
QuickServer Main class of QuickServer library.
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.7

Copyright © 2003-2006 QuickServer.org