A C D F G H I L N O R S T U W

A

Activator - Class in org.apache.felix.http.jetty
Basic implementation of OSGi HTTP service 1.1.
Activator() - Constructor for class org.apache.felix.http.jetty.Activator
 
Activator.ConnectorListener - Class in org.apache.felix.http.jetty
 
Activator.ConnectorListener(String) - Constructor for class org.apache.felix.http.jetty.Activator.ConnectorListener
 
Activator.HttpServiceFactory - Class in org.apache.felix.http.jetty
 
Activator.HttpServiceFactory() - Constructor for class org.apache.felix.http.jetty.Activator.HttpServiceFactory
 
addAlias(String, Object) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
addOsgiServletHolder(String, ServletHolder) - Method in class org.mortbay.jetty.servlet.OsgiServletHandler
 
aliasValid(String) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 

C

createDefaultHttpContext() - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 

D

debug - Static variable in class org.apache.felix.http.jetty.Activator
 
debug(String) - Static method in class org.apache.felix.http.jetty.Activator
 
debug(String, Throwable) - Method in class org.apache.felix.http.jetty.LogServiceLog
 
debug(String, Object, Object) - Method in class org.apache.felix.http.jetty.LogServiceLog
 
DEFAULT_HTTP_ENABLE - Static variable in class org.apache.felix.http.jetty.Activator
 
DEFAULT_HTTP_PORT - Static variable in class org.apache.felix.http.jetty.Activator
 
DEFAULT_HTTPS_ENABLE - Static variable in class org.apache.felix.http.jetty.Activator
 
DEFAULT_HTTPS_PORT - Static variable in class org.apache.felix.http.jetty.Activator
 
DEFAULT_SSL_PROVIDER - Static variable in class org.apache.felix.http.jetty.Activator
 
DEFAULT_USE_NIO - Static variable in class org.apache.felix.http.jetty.Activator
 
DefaultContextImpl - Class in org.apache.felix.http.jetty
Implementation of default HttpContext as per OSGi specification.
DefaultContextImpl(Bundle) - Constructor for class org.apache.felix.http.jetty.DefaultContextImpl
 
doStart() - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 
doStart() - Method in class org.mortbay.jetty.servlet.OsgiServletHolder
 
doStop() - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 
doStop() - Method in class org.mortbay.jetty.servlet.OsgiServletHolder
 
doUnregister(String, boolean) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 

F

FELIX_HTTP_DEBUG - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to enable debug messages
FELIX_HTTP_ENABLE - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to control whether to enable HTTP.
FELIX_HTTPS_ENABLE - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to control whether to enable HTTPS.
FELIX_KEYSTORE - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to override the keystore file location.
FELIX_KEYSTORE_KEY_PASSWORD - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to override the keystore key password.
FELIX_KEYSTORE_PASSWORD - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to override the keystore password.
FELIX_SSL_PROVIDER - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to override the SSL provider.

G

getAttribute(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getAttributeNames() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getBooleanProperty(String, boolean) - Method in class org.apache.felix.http.jetty.Activator
 
getContext(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getContextPath() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getInitParameter(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getInitParameterNames() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getIntProperty(String, int) - Method in class org.apache.felix.http.jetty.Activator
 
getLastModified(URL) - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
Gets the last modified value for file modification detection.
getLogger(String) - Method in class org.apache.felix.http.jetty.LogServiceLog
 
getMajorVersion() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getMimeType(String) - Method in class org.apache.felix.http.jetty.DefaultContextImpl
 
getMimeType(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getMinorVersion() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getNamedDispatcher(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getOsgiHttpContext() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getOsgiServlet() - Method in class org.mortbay.jetty.servlet.OsgiServletHolder
 
getRealPath(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getRequestDispatcher(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getResource(String) - Method in class org.apache.felix.http.jetty.DefaultContextImpl
 
getResource(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getResource(String) - Method in class org.mortbay.jetty.servlet.OsgiServletHandler
 
getResourceAsStream(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getResourcePaths(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getServerInfo() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getService(Bundle, ServiceRegistration) - Method in class org.apache.felix.http.jetty.Activator.HttpServiceFactory
 
getServlet(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getServlet() - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 
getServlet() - Method in class org.mortbay.jetty.servlet.OsgiServletHolder
 
getServletContextName() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getServletNames() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getServlets() - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
getStringProperty(String, String) - Method in class org.apache.felix.http.jetty.Activator
 

H

handle(ServletRequest, ServletResponse) - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 
handle(String, HttpServletRequest, HttpServletResponse, int) - Method in class org.mortbay.jetty.servlet.OsgiServletHandler
 
handle(ServletRequest, ServletResponse) - Method in class org.mortbay.jetty.servlet.OsgiServletHolder
 
handleGet(HttpServletRequest, HttpServletResponse, URL, String) - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.http.jetty.DefaultContextImpl
 
HTTP_DEBUG - Static variable in class org.apache.felix.http.jetty.Activator
 
HTTP_NIO - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to control whether NIO will be used.
HTTP_PORT - Static variable in class org.apache.felix.http.jetty.Activator
Standard OSGi port property for HTTP service
HTTP_SVCPROP_PORT - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to determine the name of the service property to set with the http port used.
HTTPS_PORT - Static variable in class org.apache.felix.http.jetty.Activator
Standard OSGi port property for HTTPS service
HTTPS_SVCPROP_PORT - Static variable in class org.apache.felix.http.jetty.Activator
Felix specific property to determine the name of the service property to set with the https port used.
HttpServiceImpl - Class in org.apache.felix.http.jetty
 
HttpServiceImpl(Bundle, Server, OsgiServletHandler) - Constructor for class org.apache.felix.http.jetty.HttpServiceImpl
 

I

info(String, Object, Object) - Method in class org.apache.felix.http.jetty.LogServiceLog
 
initializeHTTPS() - Method in class org.apache.felix.http.jetty.Activator
 
initializeJetty() - Method in class org.apache.felix.http.jetty.Activator
 
initializeJettyLogger() - Method in class org.apache.felix.http.jetty.Activator
 
initializeStatics() - Static method in class org.apache.felix.http.jetty.HttpServiceImpl
Initializes static variables.
isDebugEnabled() - Method in class org.apache.felix.http.jetty.LogServiceLog
 

L

lifeCycleFailure(LifeCycle, Throwable) - Method in class org.apache.felix.http.jetty.Activator.ConnectorListener
 
lifeCycleStarted(LifeCycle) - Method in class org.apache.felix.http.jetty.Activator.ConnectorListener
 
lifeCycleStarting(LifeCycle) - Method in class org.apache.felix.http.jetty.Activator.ConnectorListener
 
lifeCycleStopped(LifeCycle) - Method in class org.apache.felix.http.jetty.Activator.ConnectorListener
 
lifeCycleStopping(LifeCycle) - Method in class org.apache.felix.http.jetty.Activator.ConnectorListener
 
log(int, String, Throwable) - Static method in class org.apache.felix.http.jetty.Activator
 
log(Exception, String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
log(String, Throwable) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
log(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
LogServiceLog - Class in org.apache.felix.http.jetty
 
LogServiceLog() - Constructor for class org.apache.felix.http.jetty.LogServiceLog
 
LogServiceLog(String) - Constructor for class org.apache.felix.http.jetty.LogServiceLog
 

N

nameValid(String) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
newInstance() - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 
newInstance() - Method in class org.mortbay.jetty.servlet.OsgiServletHolder
 

O

org.apache.felix.http.jetty - package org.apache.felix.http.jetty
 
org.mortbay.jetty.servlet - package org.mortbay.jetty.servlet
 
OSCAR_HTTPS_ENABLE - Static variable in class org.apache.felix.http.jetty.Activator
 
OSCAR_KEYSTORE - Static variable in class org.apache.felix.http.jetty.Activator
 
OSCAR_KEYSTORE_KEY_PASSWORD - Static variable in class org.apache.felix.http.jetty.Activator
 
OSCAR_KEYSTORE_PASSWORD - Static variable in class org.apache.felix.http.jetty.Activator
 
OSCAR_SSL_PROVIDER - Static variable in class org.apache.felix.http.jetty.Activator
 
OsgiResourceHolder - Class in org.mortbay.jetty.servlet
 
OsgiResourceHolder(ServletHandler, String, String, ServletContextGroup) - Constructor for class org.mortbay.jetty.servlet.OsgiResourceHolder
 
OsgiServletHandler - Class in org.mortbay.jetty.servlet
 
OsgiServletHandler() - Constructor for class org.mortbay.jetty.servlet.OsgiServletHandler
 
OsgiServletHolder - Class in org.mortbay.jetty.servlet
 
OsgiServletHolder(ServletHandler, Servlet, String, ServletContextGroup, Dictionary) - Constructor for class org.mortbay.jetty.servlet.OsgiServletHolder
 

R

registerResources(String, String, HttpContext) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
registerServlet(String, Servlet, Dictionary, HttpContext) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
removeAlias(String) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
removeAttribute(String) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
removeOsgiServletHolder(String) - Method in class org.mortbay.jetty.servlet.OsgiServletHandler
 
resourceModified(long, long) - Method in class org.mortbay.jetty.servlet.OsgiResourceHolder
 

S

ServletContextGroup - Class in org.apache.felix.http.jetty
 
setAttribute(String, Object) - Method in class org.apache.felix.http.jetty.ServletContextGroup
 
setDebugEnabled(boolean) - Method in class org.apache.felix.http.jetty.LogServiceLog
 
start(BundleContext) - Method in class org.apache.felix.http.jetty.Activator
 
stop(BundleContext) - Method in class org.apache.felix.http.jetty.Activator
 

T

toString() - Method in class org.apache.felix.http.jetty.LogServiceLog
 

U

ungetService(Bundle, ServiceRegistration, Object) - Method in class org.apache.felix.http.jetty.Activator.HttpServiceFactory
 
unregister(String) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
unregisterAll() - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 
updateAlias(String, Object) - Method in class org.apache.felix.http.jetty.HttpServiceImpl
 

W

warn(String, Throwable) - Method in class org.apache.felix.http.jetty.LogServiceLog
 
warn(String, Object, Object) - Method in class org.apache.felix.http.jetty.LogServiceLog
 

A C D F G H I L N O R S T U W

Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.