A C D F G H I J L M O P R S U W 

A

addingBundle(Bundle, BundleEvent) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
addingService(ServiceReference) - Method in class org.apache.felix.http.jetty.internal.ConnectorFactoryTracker
 
addingService(ServiceReference) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
addingService(ServiceReference) - Method in class org.apache.felix.http.jetty.internal.MBeanServerTracker
 

C

ConnectorFactory - Interface in org.apache.felix.http.jetty
The ConnectorFactory is a service interface which allows extensions to inject custom Jetty Connector instances to add to the Jetty server.
ConnectorFactoryTracker - Class in org.apache.felix.http.jetty.internal
 
ConnectorFactoryTracker(BundleContext, Server) - Constructor for class org.apache.felix.http.jetty.internal.ConnectorFactoryTracker
 
createConnector(Server) - Method in interface org.apache.felix.http.jetty.ConnectorFactory
Creates new Jetty Connector instances.

D

debug(Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
debug(String, Object...) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
debug(String, long) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
debug(String, Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
deploy(JettyService.Deployment, WebAppBundleContext) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
doStart() - Method in class org.apache.felix.http.jetty.internal.JettyActivator
 
doStop() - Method in class org.apache.felix.http.jetty.internal.JettyActivator
 

F

FELIX_HOST - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to set the interface to listen on.
FELIX_HTTP_CONTEXT_PATH - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to set the servlet context path of the Http Service
FELIX_HTTP_DEBUG - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to enable debug messages
FELIX_HTTP_ENABLE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to control whether to enable HTTP.
FELIX_HTTP_MBEANS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to enable Jetty MBeans.
FELIX_HTTP_PATH_EXCLUSIONS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to set the list of path exclusions for Web Application Bundles
FELIX_HTTPS_CLIENT_CERT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to control whether to want or require HTTPS client certificates.
FELIX_HTTPS_ENABLE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to control whether to enable HTTPS.
FELIX_JETTY_EXCLUDED_PROTOCOLS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the excluded protocols
FELIX_JETTY_EXCLUDED_SUITES - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the excluded cipher suites
FELIX_JETTY_EXCLUDED_SUITES_OLD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Deprecated.
FELIX_JETTY_HEADER_BUFFER_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the request buffer size.
FELIX_JETTY_INCLUDED_PROTOCOLS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the included protocols
FELIX_JETTY_INCLUDED_SUITES - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the included cipher suites.
FELIX_JETTY_INCLUDED_SUITES_OLD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Deprecated.
FELIX_JETTY_MAX_FORM_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the max form size.
FELIX_JETTY_REQUEST_BUFFER_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the request buffer size.
FELIX_JETTY_RESPONSE_BUFFER_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the request buffer size.
FELIX_JETTY_SEND_SERVER_HEADER - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to specify whether a server header should be sent (defaults to true)
FELIX_KEYSTORE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the keystore file location.
FELIX_KEYSTORE_KEY_PASSWORD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the keystore key password.
FELIX_KEYSTORE_PASSWORD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the keystore password.
FELIX_KEYSTORE_TYPE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the type of keystore (JKS).
FELIX_SESSION_TIMEOUT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to configure the session timeout in minutes (same session-timout in web.xml).
FELIX_TRUSTSTORE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the truststore file location.
FELIX_TRUSTSTORE_PASSWORD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the truststore password.
FELIX_TRUSTSTORE_TYPE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to override the type of truststore (JKS).

G

getBooleanProperty(String, boolean) - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Returns the named generic configuration property from the configuration or the bundle context.
getClientcert() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getContextPath() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getExcludedCipherSuites() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getExcludedProtocols() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getHeaderSize() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getHost() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getHttpPort() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getHttpsPort() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getHttpTimeout() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getIncludedCipherSuites() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getIncludedProtocols() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getIntProperty(String, int) - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Returns the named generic configuration property from the configuration or the bundle context.
getKeyPassword() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getKeystore() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getKeystoreType() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getLogger(String) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
getMaxFormSize() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getName() - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
getPassword() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getPathExclusions() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getProperty(String, String) - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Returns the named generic configuration property from the configuration or the bundle context.
getRequestBufferSize() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getResponseBufferSize() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getService(Bundle, ServiceRegistration) - Method in class org.apache.felix.http.jetty.internal.JettyManagedService
 
getSessionTimeout() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Returns the configured session timeout in minutes or zero if not configured.
getTrustPassword() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getTruststore() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
getTruststoreType() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 

H

HTTP_DEBUG - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
 
HTTP_PORT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Standard OSGi port property for HTTP service
HTTP_TIMEOUT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Felix specific property to set http reaching timeout limit
HTTPS_PORT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
Standard OSGi port property for HTTPS service

I

ignore(Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
info(Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
info(String, Object...) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
info(String, Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
isDebug() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
isDebugEnabled() - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
isRegisterMBeans() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
isSendServerHeader() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
isUseHttp() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Returns true if HTTP is configured to be used ( JettyConfig.FELIX_HTTP_ENABLE) and the configured HTTP port (JettyConfig.HTTP_PORT) is higher than zero.
isUseHttps() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Returns true if HTTPS is configured to be used ( JettyConfig.FELIX_HTTPS_ENABLE) and the configured HTTP port (JettyConfig.HTTPS_PORT) is higher than zero.

J

JettyActivator - Class in org.apache.felix.http.jetty.internal
 
JettyActivator() - Constructor for class org.apache.felix.http.jetty.internal.JettyActivator
 
JettyConfig - Class in org.apache.felix.http.jetty.internal
 
JettyConfig(BundleContext) - Constructor for class org.apache.felix.http.jetty.internal.JettyConfig
 
JettyLogger - Class in org.apache.felix.http.jetty.internal
 
JettyLogger() - Constructor for class org.apache.felix.http.jetty.internal.JettyLogger
 
JettyLogger(String) - Constructor for class org.apache.felix.http.jetty.internal.JettyLogger
 
JettyManagedService - Class in org.apache.felix.http.jetty.internal
 
JettyService - Class in org.apache.felix.http.jetty.internal
 
JettyService(BundleContext, DispatcherServlet, EventDispatcher, HttpServiceController) - Constructor for class org.apache.felix.http.jetty.internal.JettyService
 

L

lifeCycleStarted(LifeCycle) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
lifeCycleStopping(LifeCycle) - Method in class org.apache.felix.http.jetty.internal.JettyService
 

M

MBeanServerTracker - Class in org.apache.felix.http.jetty.internal
 
MBeanServerTracker(BundleContext, Server) - Constructor for class org.apache.felix.http.jetty.internal.MBeanServerTracker
 
modifiedBundle(Bundle, BundleEvent, Object) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
modifiedService(ServiceReference, Object) - Method in class org.apache.felix.http.jetty.internal.JettyService
 

O

open() - Method in class org.apache.felix.http.jetty.internal.ConnectorFactoryTracker
 
org.apache.felix.http.jetty - package org.apache.felix.http.jetty
 
org.apache.felix.http.jetty.internal - package org.apache.felix.http.jetty.internal
 

P

PID - Static variable in class org.apache.felix.http.jetty.internal.JettyService
PID for configuration of the HTTP service.

R

removedBundle(Bundle, BundleEvent, Object) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
removedService(ServiceReference, Object) - Method in class org.apache.felix.http.jetty.internal.ConnectorFactoryTracker
 
removedService(ServiceReference, Object) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
removedService(ServiceReference, Object) - Method in class org.apache.felix.http.jetty.internal.MBeanServerTracker
 
reset() - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 

S

setDebugEnabled(boolean) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
setServiceProperties(Hashtable<String, Object>) - Method in class org.apache.felix.http.jetty.internal.JettyConfig
 
start() - Method in class org.apache.felix.http.jetty.internal.JettyService
 
stop() - Method in class org.apache.felix.http.jetty.internal.JettyService
 

U

undeploy(JettyService.Deployment, WebAppBundleContext) - Method in class org.apache.felix.http.jetty.internal.JettyService
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.apache.felix.http.jetty.internal.JettyManagedService
 
update(Dictionary) - Method in class org.apache.felix.http.jetty.internal.JettyConfig
Updates this configuration with the given dictionary.
updated(Dictionary) - Method in class org.apache.felix.http.jetty.internal.JettyService
 

W

warn(Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
warn(String, Object...) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
warn(String, Throwable) - Method in class org.apache.felix.http.jetty.internal.JettyLogger
 
WebEvent - Class in org.apache.felix.http.jetty.internal
 
WebEvent() - Constructor for class org.apache.felix.http.jetty.internal.WebEvent
 
A C D F G H I J L M O P R S U W 

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