Uses of Package
winstone

Packages that use winstone
winstone   
winstone.accesslog   
winstone.ajp13   
winstone.auth   
winstone.cluster   
winstone.invoker   
winstone.jndi   
winstone.jndi.resourceFactories   
winstone.realm   
winstone.ssl   
 

Classes in winstone used by winstone
AccessLogger
          Used for logging accesses, eg in Apache access_log style
AuthenticationHandler
           
AuthenticationPrincipal
          Implements the principal method - basically just a way of identifying an authenticated user.
ClientSocketException
          Indicates an I/O exception writing to client.
Cluster
          Represents a cluster implementation, which is basically the communication mechanism between a group of winstone containers.
HostConfiguration
          Manages the references to individual webapps within the container.
HostGroup
          Manages the references to individual hosts within the container.
Launcher
          Implements the main launcher daemon thread.
Listener
          Interface that defines the necessary methods for being a connection listener within winstone.
Mapping
          Encapsulates the parsing of URL patterns, as well as the mapping of a url pattern to a servlet instance
ObjectPool
          Holds the object pooling code for Winstone.
RequestDispatcher
          This class implements both the RequestDispatcher and FilterChain components.
RequestHandlerThread
          The threads to which incoming requests get allocated.
ServletConfiguration
          This is the one that keeps a specific servlet instance's config, as well as holding the instance itself.
WebAppConfiguration
          Models the web.xml file's details ...
WinstoneInputStream
          The request stream management class.
WinstoneOutputStream
          Matches the socket output stream to the servlet output.
WinstoneRequest
          Implements the request interface required by the servlet spec.
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
WinstoneResponse
          Response for servlet
WinstoneSession
          Http session implementation for Winstone.
 

Classes in winstone used by winstone.accesslog
AccessLogger
          Used for logging accesses, eg in Apache access_log style
WebAppConfiguration
          Models the web.xml file's details ...
WinstoneRequest
          Implements the request interface required by the servlet spec.
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
WinstoneResponse
          Response for servlet
 

Classes in winstone used by winstone.ajp13
HostGroup
          Manages the references to individual hosts within the container.
Listener
          Interface that defines the necessary methods for being a connection listener within winstone.
ObjectPool
          Holds the object pooling code for Winstone.
RequestHandlerThread
          The threads to which incoming requests get allocated.
WinstoneInputStream
          The request stream management class.
WinstoneOutputStream
          Matches the socket output stream to the servlet output.
WinstoneRequest
          Implements the request interface required by the servlet spec.
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
WinstoneResponse
          Response for servlet
 

Classes in winstone used by winstone.auth
AuthenticationHandler
           
AuthenticationRealm
          Interface for authentication realms.
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
 

Classes in winstone used by winstone.cluster
Cluster
          Represents a cluster implementation, which is basically the communication mechanism between a group of winstone containers.
HostGroup
          Manages the references to individual hosts within the container.
WebAppConfiguration
          Models the web.xml file's details ...
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
WinstoneSession
          Http session implementation for Winstone.
 

Classes in winstone used by winstone.invoker
ServletConfiguration
          This is the one that keeps a specific servlet instance's config, as well as holding the instance itself.
 

Classes in winstone used by winstone.jndi
JNDIManager
          Handles setup and teardown of the JNDI context
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
 

Classes in winstone used by winstone.jndi.resourceFactories
WinstoneResourceBundle
          A ResourceBundle that includes the ability to do string replacement on the resources it retrieves.
 

Classes in winstone used by winstone.realm
AuthenticationPrincipal
          Implements the principal method - basically just a way of identifying an authenticated user.
AuthenticationRealm
          Interface for authentication realms.
 

Classes in winstone used by winstone.ssl
HostGroup
          Manages the references to individual hosts within the container.
HttpListener
          Implements the main listener daemon thread.
Listener
          Interface that defines the necessary methods for being a connection listener within winstone.
ObjectPool
          Holds the object pooling code for Winstone.
WinstoneRequest
          Implements the request interface required by the servlet spec.
 



Copyright © 2013. All Rights Reserved.