QuickServer
v1.4.7

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. 
org.quickserver.util.logging Support classes for LogRecord formatting. 
org.quickserver.util.xmlreader Classes for reading XML and storing the configuration. 
 

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
AuthStatus
          This class defines the state of authentication.
ClientAuthenticationHandler
          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 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.
ClientHandler
          Interface that represents client handle in QuickServer.
QuickAuthenticationHandler
          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
          Deprecated. As of 1.4.6 use ClientAuthenticationHandler
AuthStatus
          This class defines the state of authentication.
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.
ClientEvent
          Encapsulates client event.
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.
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
Authenticator
          Deprecated. As of 1.4.6 use ClientAuthenticationHandler
AuthStatus
          This class defines the state of authentication.
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.
ClientEvent
          Encapsulates client event.
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.
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.
PoolManager
          PoolManager interface.
QuickServer
          Main class of QuickServer library.
TheClient
          Encapsulates client socket and its configuration details.
 

Classes in org.quickserver.net.server used by org.quickserver.util.io
ClientHandler
          Interface that represents client handle in QuickServer.
 

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

Classes in org.quickserver.net.server used by org.quickserver.util.xmlreader
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.
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
v1.4.7

Copyright © 2003-2006 QuickServer.org