Uses of Class
org.apache.felix.httplite.osgi.Logger

Packages that use Logger
org.apache.felix.httplite.osgi   
org.apache.felix.httplite.server   
org.apache.felix.httplite.servlet   
 

Uses of Logger in org.apache.felix.httplite.osgi
 

Constructors in org.apache.felix.httplite.osgi with parameters of type Logger
HttpServiceFactoryImpl(Logger logger, Server m_server)
           
HttpServiceImpl(org.osgi.framework.Bundle bundle, Server server, Logger logger, java.util.Map servletMap)
           
ServiceRegistration(java.lang.String alias, javax.servlet.Servlet servlet, java.util.Dictionary initparams, org.osgi.service.http.HttpContext context, Logger logger)
           
ServiceRegistration(java.lang.String alias, java.lang.String name, org.osgi.service.http.HttpContext context, Logger logger)
           
 

Uses of Logger in org.apache.felix.httplite.server
 

Constructors in org.apache.felix.httplite.server with parameters of type Logger
Connection(java.net.Socket socket, int timeout, int requestLimit, ServiceRegistrationResolver resolver, Logger logger)
          Constructs a connection with the specified inactivity timeout and request limit.
Connection(java.net.Socket socket, ServiceRegistrationResolver resolver, Logger logger)
          Constructs a connection with a default inactivity timeout and request limit.
ResourceHandler(HttpServletRequestImpl req, HttpServletResponseImpl res, ServiceRegistration resource, Logger logger)
           
Server(java.util.Map configMap, Logger logger)
          Construct a web server with the specified configuration.
ServletHandler(HttpServletRequestImpl request, HttpServletResponseImpl response, ServiceRegistration element, Logger m_logger)
           
ThreadPool(int threadLimit, int threadTimeout, Logger logger)
          Constructs a thread pool with the specified thread limit and inactivity timeout.
ThreadPool(int threadLimit, Logger logger)
          Constructs a thread pool with the specified thread limit and with the default inactivity timeout.
 

Uses of Logger in org.apache.felix.httplite.servlet
 

Constructors in org.apache.felix.httplite.servlet with parameters of type Logger
HttpServletRequestImpl(java.net.Socket socket, ServiceRegistrationResolver serviceRegistrationResolver, Logger logger)
           
ServletContextImpl(java.lang.String name, org.osgi.service.http.HttpContext httpContext, java.util.Dictionary initparams, Logger logger)
           
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.