A B C D E G I M O P R S W 

A

activate(BundleContext) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
 
Activator - Class in org.apache.felix.webconsole.plugins.upnp.internal
Activator is the main starting class.
Activator() - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.Activator
 
addingService(ServiceReference) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Activator
 

B

Base64 - Class in org.apache.felix.webconsole.plugins.upnp.internal
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.

C

ControlServlet - Class in org.apache.felix.webconsole.plugins.upnp.internal
This class handles requests from the Web Interface.

D

deactivate() - Method in class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
 
decode(Object) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Decodes an Object using the base64 algorithm.
decode(String) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Decodes a String containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Decodes a byte[] containing characters in the Base64 alphabet.
decodeBase64(String) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Decodes a Base64 String into octets
decodeBase64(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Decodes Base64 data into octets
decodeInteger(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.ControlServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.ControlServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
 

E

encode(Object) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes an Object using the base64 algorithm.
encode(byte[]) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encodeBase64(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
encodeBase64URLSafe(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeInteger(BigInteger) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
encodeToString(byte[]) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.

G

getCategory() - Method in class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
 

I

isArrayByteBase64(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Returns whether or not the octet is in the base 64 alphabet.
isUrlSafe() - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
Returns our current encode mode.

M

MIME_CHUNK_SIZE - Static variable in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
MIME chunk size per RFC 2045 section 6.8.
modifiedService(ServiceReference, Object) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Activator
 

O

org.apache.felix.webconsole.plugins.upnp.internal - package org.apache.felix.webconsole.plugins.upnp.internal
 

P

PEM_CHUNK_SIZE - Static variable in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
PEM chunk size per RFC 1421 section 4.3.2.4.

R

removedService(ServiceReference, Object) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Activator
 
renderContent(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
 

S

start(BundleContext) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Activator
 
stop(BundleContext) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Activator
 

W

WebConsolePlugin - Class in org.apache.felix.webconsole.plugins.upnp.internal
Provides Web Console interface to UPnP Devices.
WebConsolePlugin(ServiceTracker) - Constructor for class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin
Creates new plugin
A B C D E G I M O P R S W 

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