A B C D E F G H I M N O P R S W X

A

AdaptorServerSocketFactory - Interface in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor
The ServerSocket factory interface.
addAuthorization(String, String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Adds an authorization pair as username/password
addAuthorization(String, String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Adds an authorization pair as username/password
addCommandProcessor(String, HttpCommandProcessor) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Adds a command processor object
addCommandProcessor(String, String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Adds a command processor object by class
addCommandProcessor(String, HttpCommandProcessor) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Adds a command processor object
addCommandProcessor(String, String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Adds a command processor object by class
addMimeType(String, String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
addMimeType(String, String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Maps a given extension with a specified MIME type
addParameters(Element, Document, Class[]) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ConstructorsCommandProcessor
 
addParameters(Element, Document, MBeanParameterInfo[]) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.MBeanCommandProcessor
 

B

bc - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.HttpConnectorActivator
 
booleanVariableValue(HttpInputStream, String, boolean) - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpUtil
Returns whether a boolean variable is in the variables.
buildCommands() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Build the commands
builder - Variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 

C

canCreateParameterValue(String) - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
Checks if the given type is primitive of can be initialized from String.
This is done by trying to load the class and checking if there is a public String only constructor.
canonicalizePath(String) - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpUtil
Makes a path canonical
code - Variable in exception org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpException
Error code
code - Variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Answer code
CommandProcessorUtil - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Contains utilities common to CommandProcessor objects
CommandProcessorUtil() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
 
ConstructorsCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
ConstructorsCommandProcessor, processes a request to query the available constructors for a classname
ConstructorsCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ConstructorsCommandProcessor
 
createClassComparator() - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
 
createConstructorComparator() - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
 
CreateMBeanCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
CreateMBeanCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CreateMBeanCommandProcessor
Constructs a new CreateMBeanCommandProcessor
createObjectInstanceComparator() - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
 
createObjectNameComparator() - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
 
createParameterValue(String, String) - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CommandProcessorUtil
Creates a parameter object of the given type containing a given value.
createServerSocket(int, int, String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.AdaptorServerSocketFactory
Creates a new ServerSocket on the specified port, with the specified backlog and on the given host.
createServerSocket(int, int, String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.PlainAdaptorServerSocketFactory
 
createTransformer(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 

D

DefaultProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
DefaultPostProcessor doesn't alter the result, just publising the xml file
DefaultProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
DeleteMBeanCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
DeleteMBeanCommandProcessor, processes a request for unregistering an MBean
DeleteMBeanCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DeleteMBeanCommandProcessor
 

E

EmptyCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
EmptyCommandProcessor, returns an empty xml tree
EmptyCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.EmptyCommandProcessor
Constructs a new EmptyCommandProcessor
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ConstructorsCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.CreateMBeanCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DeleteMBeanCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.EmptyCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.GetAttributeCommandProcessor
 
executeRequest(HttpInputStream) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessor
Executes an HTTP request.
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.InvokeOperationCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.MBeanCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ServerByDomainCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ServerCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.SetAttributeCommandProcessor
 
executeRequest(HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.SetAttributesCommandProcessor
 

F

findUnknownElement(String, HttpOutputStream, HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 

G

GetAttributeCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
GetAttributeCommandProcessor, processes a request for getting one attribute of a specific MBean.
GetAttributeCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.GetAttributeCommandProcessor
 
getAuthenticationMethod() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Authentication Method
getAuthenticationMethod() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Authentication Method
getCode() - Method in exception org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpException
Return the exception code
getCodeMessage(int) - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpUtil
Gets a message apropriate for a give HTTP code
getDefaultPage() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
getDefaultPage() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the default start page
getFile() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
getFile() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the jar/zip file or the directory where XSL files are loaded
getHeader(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns a given header by name, assumes lower case
getHeaders() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns a given header by name, assumes lower case
getHost() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Return the host name the server will be listening to.
getHost() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Return the host name the server will be listening to.
getInputStream(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
getLocale() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
getLocale() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the Locale used to internationalize the output
getMethod() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns the method of the request
getName() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
getName() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean
 
getName() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
getPath() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns the path of the request
getPathInJar() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
getPathInJar() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the path of the XSL templates inside a jar file.
getPort() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Returns the port where the server is running on.
getPort() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Returns the port where the server is running on.
getProcessor() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
getProcessor(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
getProcessor() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Returns the Processor set by HttpAdaptorMBean.setProcessor(org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean)
getProcessorName() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
getProcessorName() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Returns the ObjectName of the processor set by HttpAdaptorMBean.setProcessorName(javax.management.ObjectName)
getQueryString() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns the query string
getRequestsCount() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Requests count
getRequestsCount() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Requests count
getResponseDoc() - Method in exception org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpException
 
getStartDate() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Starting date
getStartDate() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Starting date
getVariable(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns one variable value.
getVariables() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns a map with the variables passed in the request.
getVariableValues(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns one variable values.
getVersion() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Gets the HttpAdaptor version
getVersion() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Gets the HttpAdaptor version
getVersion() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Returns the version of the request

H

headers - Variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Headers to be sent
HTTP_VERSION - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
HTTP implemented version
HttpAdaptor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpAdaptor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Default Constructor added so that we can have some additional constructors as well.
HttpAdaptor(int) - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Overloaded constructor to allow the port to be set.
HttpAdaptor(String) - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Overloaded constructor to allow the host to be set.
HttpAdaptor(int, String) - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Overloaded constructor to allow the port to be set.
HttpAdaptorMBean - Interface in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Management interface for the HttpAdaptor MBean.
HttpCommandProcessor - Interface in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
HttpCommandProcessor sets the structure of a command processor
HttpCommandProcessorAdaptor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
HttpCommandProcessor sets the structure of a command processor
HttpCommandProcessorAdaptor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 
HttpConnectorActivator - Class in org.apache.felix.mosgi.jmx.httpconnector
 
HttpConnectorActivator() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.HttpConnectorActivator
 
HttpConstants - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Define constants for the HTTP request processing
HttpConstants() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
 
HttpException - Exception in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
HttpException is emitted when an error parsing an HTTP request appears
HttpException(int, String) - Constructor for exception org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpException
Constructor for the HttpException object
HttpInputStream - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
HttpInputStream processes an HTTP request
HttpInputStream(InputStream) - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Constructs a new HttpInputStream
HttpOutputStream - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpOutputStream(OutputStream, HttpInputStream) - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Creates a new HttpOutputStream with a given OutputStream and an InputStream
HttpUtil - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Utility methods for the HTTP adaptor
HttpUtil() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpUtil
 

I

indexOf(char[], int, char, int) - Static method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpUtil
 
InvokeOperationCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
InvokeOperationCommandProcessor, processes a request for unregistering an MBean
InvokeOperationCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.InvokeOperationCommandProcessor
 
isActive() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Indicates whether the server's running
isActive() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Indicates whether the server's running
isUseCache() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
isUseCache() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns if the XSL Templates are cached
isUseJar() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
isUseJar() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns if the XSL files are contained in a jar/zip file.
isUsePath() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
isUsePath() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns if the XSL files are contained in a path.

M

MBeanCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
MBeanCommandProcessor, processes a request for getting data about a MBean
MBeanCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.MBeanCommandProcessor
 
METHOD_GET - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Get method header
METHOD_POST - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Post method header

N

normalize(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
Normalizes the given string.
notFoundElement(String, HttpOutputStream, HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
notFoundElement(String, HttpOutputStream, HttpInputStream) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean
Let the processor load internally a not found element.
notFoundElement(String, HttpOutputStream, HttpInputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 

O

org.apache.felix.mosgi.jmx.httpconnector - package org.apache.felix.mosgi.jmx.httpconnector
 
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor - package org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor
 
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http - package org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 

P

parseMethod(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Parses the connection method.
parseRequest(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Parses the request
parseVariables() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Parses the request parameters
parseVersion(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Parses the request HttpConstants version
PlainAdaptorServerSocketFactory - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor
Creates plain ServerSockets.
PlainAdaptorServerSocketFactory() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.PlainAdaptorServerSocketFactory
 
postDeregister() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
postProcess(HttpOutputStream, HttpInputStream, Document) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
postProcess(HttpOutputStream, HttpInputStream, Exception) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
postRegister(Boolean) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
preDeregister() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
preProcess(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
preProcess(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
 
preProcess(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean
Preprocess a path and return a replacement path.
preProcess(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Gathers some basic data
print(PrintWriter, Node) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
processHttpException(HttpInputStream, HttpOutputStream, HttpException) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
ProcessorMBean - Interface in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Processor ManagementBean, just defines a generic description

R

readHeaders() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Reads the headers
readLine() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Reads an HTTP line
readRequest() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpInputStream
Reads the request parsing the headers
removeCommandProcessor(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Removes a command processor object by class
removeCommandProcessor(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Removes a command processor object by class
resolve(String, String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
restart() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Deprecated. as of RC 1

S

sendHeaders - Variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
whether to send the headers
sendHeaders() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Sends the headers
server - Variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 
SERVER_INFO - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Server info header
ServerByDomainCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
ServerByDomainCommandProcessor, processes a request for getting all the MBeans of the current server grouped by domains
ServerByDomainCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ServerByDomainCommandProcessor
 
ServerCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
ServerCommandProcessor, processes a request for getting all the MBeans of the current server
ServerCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ServerCommandProcessor
 
SetAttributeCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
SetAttributeCommandProcessor, processes a request for setting one attribute in one MBean
SetAttributeCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.SetAttributeCommandProcessor
 
SetAttributesCommandProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
SetAttributesCommandProcessor, processes a request for setting one or more attributes in one MBean.
SetAttributesCommandProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.SetAttributesCommandProcessor
 
setAuthenticationMethod(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the Authentication Method.
setAuthenticationMethod(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the Authentication Method.
setCode(int) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Sets the answer code
setDefaultPage(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
setDefaultPage(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the default start page, serverbydomain as a default
setDocumentBuilder(DocumentBuilder) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessor
Sets the Document Builder factory
setDocumentBuilder(DocumentBuilder) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
Sets the Document Builder factory
setFile(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
setFile(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the jar/zip file or the directory where to find the XSL files
setHeader(String, String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Sets a given header code
setHost(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the host name where the server will be listening
setHost(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the host name where the server will be listening
setLocale(Locale) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
setLocale(Locale) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the locale used to internationalize the output
setLocaleString(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
setLocaleString(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the locale used to internationalize the output, as a string
setMBeanServer(MBeanServer) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessor
Sets the target MBeanServer
setMBeanServer(MBeanServer) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
Sets the target MBeanServer
setPathInJar(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
setPathInJar(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Specifies the path of the XSL templates inside a jar file.
setPort(int) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the value of the server's port
setPort(int) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the value of the server's port
setProcessor(ProcessorMBean) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the object which will post process the XML results.
setProcessor(ProcessorMBean) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object which will post process the XML results.
setProcessorClass(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the classname of the object which will post process the XML results.
setProcessorClass(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the classname of the object which will post process the XML results.
setProcessorName(ObjectName) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the object name which will post process the XML result.
setProcessorName(ObjectName) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object name which will post process the XML result.
setProcessorNameString(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the object name of the PostProcessor MBean.
setProcessorNameString(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object name of the PostProcessor MBean.
setSocketFactory(AdaptorServerSocketFactory) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the object which create the server sockets
setSocketFactory(AdaptorServerSocketFactory) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object which create the server sockets
setSocketFactoryName(ObjectName) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the factory's object name which will create the server sockets
setSocketFactoryName(ObjectName) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the factory's object name which will create the server sockets
setSocketFactoryNameString(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Sets the factory's object name which will create the server sockets
setSocketFactoryNameString(String) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the factory's object name which will create the server sockets
setUseCache(boolean) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
setUseCache(boolean) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the caching of the XSL Templates.
sortAttributes(NamedNodeMap) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
Returns a sorted list of attributes.
start(BundleContext) - Method in class org.apache.felix.mosgi.jmx.httpconnector.HttpConnectorActivator
 
start() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Starts the server
start() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Starts the server
STATUS_AUTHENTICATE - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code AUTHENTICATE
STATUS_BAD_REQUEST - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code BAD REQUEST
STATUS_FORBIDDEN - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code FORBIDDEN
STATUS_INTERNAL_ERROR - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code INTERNAL ERROR
STATUS_MOVED_PERMANENTLY - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code MOVED PERMANENTLY
STATUS_MOVED_TEMPORARILY - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code MOVED TEMPORARILY
STATUS_NO_CONTENT - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code NO CONTENT
STATUS_NOT_ALLOWED - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code NOT ALLOWED
STATUS_NOT_FOUND - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code NOT FOUND
STATUS_NOT_IMPLEMENTED - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code NOT IMPLEMENTED
STATUS_OKAY - Static variable in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpConstants
Status code OK
stop(BundleContext) - Method in class org.apache.felix.mosgi.jmx.httpconnector.HttpConnectorActivator
 
stop() - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptor
Stops the HTTP daemon
stop() - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpAdaptorMBean
Stops the HTTP daemon

W

write(String) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Writes a given message line
write(InputStream) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream
Writes the content of the input stream to the output stream
writeError(HttpOutputStream, HttpInputStream, Exception) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
writeError(HttpOutputStream, HttpInputStream, Exception) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean
The method will process the result exception and produce output.
writeError(HttpOutputStream, HttpInputStream, Exception) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
writeResponse(HttpOutputStream, HttpInputStream, Document) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.DefaultProcessor
 
writeResponse(HttpOutputStream, HttpInputStream, Document) - Method in interface org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean
The method will process the result string and produce an output.
writeResponse(HttpOutputStream, HttpInputStream, Document) - Method in class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 

X

XSLTProcessor - Class in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
XSLTPostProcessor pass the document through an XSLT transformation
XSLTProcessor() - Constructor for class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.XSLTProcessor
 
XSLTProcessorMBean - Interface in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Management interface for the XSLTProcessor MBean.

A B C D E F G H I M N O P R S W X