Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- abort(Request) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- abort(REQUEST) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClient
-
Cancel and abort the request immediately, with the proprietary API.
- AbstractActionExecutor - Klasse in org.jupnp.model.action
-
Shared procedures for action executors based on an actual service implementation instance.
- AbstractActionExecutor() - Konstruktor für Klasse org.jupnp.model.action.AbstractActionExecutor
- AbstractActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Konstruktor für Klasse org.jupnp.model.action.AbstractActionExecutor
- AbstractDatatype<V> - Klasse in org.jupnp.model.types
- AbstractDatatype() - Konstruktor für Klasse org.jupnp.model.types.AbstractDatatype
- AbstractStreamClient<C,
REQUEST> - Klasse in org.jupnp.transport.spi -
Implements the timeout/callback processing and unifies exception handling.
- AbstractStreamClient() - Konstruktor für Klasse org.jupnp.transport.spi.AbstractStreamClient
- AbstractStreamClientConfiguration - Klasse in org.jupnp.transport.spi
- AbstractStreamClientConfiguration(ExecutorService) - Konstruktor für Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- AbstractStreamClientConfiguration(ExecutorService, int) - Konstruktor für Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- AbstractStreamClientConfiguration(ExecutorService, int, int) - Konstruktor für Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- AbstractStreamClientConfiguration(ExecutorService, int, int, int, int) - Konstruktor für Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- accept(Node, DOMParser.NodeVisitor) - Statische Methode in Klasse org.jupnp.xml.DOMParser
- accessor - Variable in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- action - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- action - Variable in Klasse org.jupnp.model.action.ActionInvocation
- Action<S> - Klasse in org.jupnp.model.meta
-
Describes an action and its input/output arguments.
- Action(String, ActionArgument[]) - Konstruktor für Klasse org.jupnp.model.meta.Action
- ACTION_FAILED - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- ACTION_NAME - Statische Variable in Klasse org.jupnp.model.meta.QueryStateVariableAction
- ACTION_NOT_AUTHORIZED - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- ActionArgument<S> - Klasse in org.jupnp.model.meta
-
Describes a single action argument, either input or output.
- ActionArgument(String, String[], String, ActionArgument.Direction) - Konstruktor für Klasse org.jupnp.model.meta.ActionArgument
- ActionArgument(String, String[], String, ActionArgument.Direction, boolean) - Konstruktor für Klasse org.jupnp.model.meta.ActionArgument
- ActionArgument(String, String, ActionArgument.Direction) - Konstruktor für Klasse org.jupnp.model.meta.ActionArgument
- ActionArgument(String, String, ActionArgument.Direction, boolean) - Konstruktor für Klasse org.jupnp.model.meta.ActionArgument
- ActionArgument.Direction - Enum in org.jupnp.model.meta
- ActionArgumentHandler(MutableActionArgument, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
- ActionArgumentListHandler(List<MutableActionArgument>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
- ActionArgumentValue<S> - Klasse in org.jupnp.model.action
-
Represents the value of an action input or output argument.
- ActionArgumentValue(ActionArgument<S>, Object) - Konstruktor für Klasse org.jupnp.model.action.ActionArgumentValue
- ActionCallback - Klasse in org.jupnp.controlpoint
-
Execute actions on any service.
- ActionCallback(ActionInvocation) - Konstruktor für Klasse org.jupnp.controlpoint.ActionCallback
- ActionCallback(ActionInvocation, ControlPoint) - Konstruktor für Klasse org.jupnp.controlpoint.ActionCallback
- ActionCallback.Default - Klasse in org.jupnp.controlpoint
-
Empty implementation of callback methods, simplifies synchronous execution of an
ActionInvocation
. - ActionCancelledException - Ausnahmeklasse in org.jupnp.model.action
- ActionCancelledException(InterruptedException) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionCancelledException
- ActionException - Ausnahmeklasse in org.jupnp.model.action
-
Thrown (or encapsulated in
ActionInvocation
) when an action execution failed. - ActionException(int, String) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionException
- ActionException(int, String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionException
- ActionException(ErrorCode) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionException
- ActionException(ErrorCode, String) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionException
- ActionException(ErrorCode, String, boolean) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionException
- ActionException(ErrorCode, String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.model.action.ActionException
- ActionExecutor - Schnittstelle in org.jupnp.model.action
-
Executes an
ActionInvocation
. - actionExecutors - Variable in Klasse org.jupnp.model.meta.LocalService
- ActionHandler(MutableAction, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
- actionInvocation - Variable in Klasse org.jupnp.controlpoint.ActionCallback
- actionInvocation - Variable in Klasse org.jupnp.protocol.sync.SendingAction
- ActionInvocation<S> - Klasse in org.jupnp.model.action
-
The input, output, and failure values of an action invocation.
- ActionInvocation(ActionException) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- ActionInvocation(Action<S>) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- ActionInvocation(Action<S>, ActionArgumentValue<S>[]) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[]) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[], ClientInfo) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- ActionInvocation(Action<S>, ActionArgumentValue<S>[], ClientInfo) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- ActionInvocation(Action<S>, ClientInfo) - Konstruktor für Klasse org.jupnp.model.action.ActionInvocation
- actionList - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- ActionListHandler(List<MutableAction>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
- ActionMessage - Schnittstelle in org.jupnp.model.message.control
-
A narrowing interface for action request/response messages.
- ActionRequestMessage - Schnittstelle in org.jupnp.model.message.control
- ActionResponseMessage - Schnittstelle in org.jupnp.model.message.control
- actions - Variable in Klasse org.jupnp.binding.staging.MutableService
- activate(UpnpServiceImpl.Config) - Methode in Klasse org.jupnp.UpnpServiceImpl
- activate(SpecificationViolationReporterConfig.Config) - Methode in Klasse org.jupnp.util.SpecificationViolationReporterConfig
- activate(BundleContext, Map<String, Object>) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- activate(ComponentContext, Map<String, Object>) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfigurationEnabler
- actualDurationSeconds - Variable in Klasse org.jupnp.model.gena.GENASubscription
- add(String, String) - Methode in Klasse org.jupnp.http.Headers
- add(String, String) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- add(HttpServletResponse, Headers) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Add all jUPnP
Headers
header information toResponse
. - add(Request, Headers) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Add all jUPnP
Headers
header information toRequest
. - add(UpnpHeader.Type, UpnpHeader) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- addConnector(String, int) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- addConnector(String, int) - Methode in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- addConnector(String, int) - Methode in Schnittstelle org.jupnp.transport.spi.ServletContainerAdapter
-
Might be called several times to set up the connectors.
- addDevice(LocalDevice) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Call this method to add your local device metadata.
- addDevice(LocalDevice) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addDevice(LocalDevice, DiscoveryOptions) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Call this method to add your local device metadata.
- addDevice(LocalDevice, DiscoveryOptions) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addDevice(RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP discovery protocol.
- addDevice(RemoteDevice) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addHeaders() - Methode in Klasse org.jupnp.model.message.control.OutgoingActionResponseMessage
- addListener(RegistryListener) - Methode in Schnittstelle org.jupnp.registry.Registry
- addListener(RegistryListener) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addLocalSubscription(LocalGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- addLocalSubscription(LocalGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addParsedValue(UpnpHeader.Type, UpnpHeader) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- addPropertyChangeListener(PropertyChangeListener) - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeSupport
- addRemoteSubscription(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- addRemoteSubscription(RemoteGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addResource(Resource) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Stores an arbitrary resource in the registry.
- addResource(Resource) - Methode in Klasse org.jupnp.registry.RegistryImpl
- addResource(Resource, int) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Stores an arbitrary resource in the registry.
- addResource(Resource, int) - Methode in Klasse org.jupnp.registry.RegistryImpl
- address - Variable in Klasse org.jupnp.model.NetworkAddress
- addToQueue(Runnable) - Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
-
Adds a new task to the queue
- adoptOrImport(Document, CHILD, boolean) - Methode in Klasse org.jupnp.xml.DOMElement
- advertised - Variable in Klasse org.jupnp.model.DiscoveryOptions
- advertiseLocalDevices() - Methode in Schnittstelle org.jupnp.registry.Registry
-
Manually trigger advertisement messages for all local devices.
- advertiseLocalDevices() - Methode in Klasse org.jupnp.registry.RegistryImpl
- After - Annotationstyp in org.jupnp.registry.event
- afterExecute(Runnable, Throwable) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPExecutor
- afterExecute(Runnable, Throwable) - Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
- afterShutdown() - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- afterShutdown() - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called after the registry has been cleared on shutdown.
- aliases() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpInputArgument
- ALIVE - Enum-Konstante in Enumeration org.jupnp.model.types.NotificationSubtype
- ALL - Enum-Konstante in Enumeration org.jupnp.model.types.NotificationSubtype
- ALLOWED - Statische Variable in Klasse org.jupnp.util.URIUtil
-
Implementation of path/query/fragment encoding as explained here: http://www.lunatech-research.com/archives/2009/02/03/what-every-web-developer-must-know-about-url-encoding
- allowedValue - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- allowedValueList - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- AllowedValueListHandler(List<String>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
- allowedValueMaximum() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- allowedValueMinimum() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- allowedValueProvider() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- AllowedValueProvider - Schnittstelle in org.jupnp.binding
- allowedValueRange - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- allowedValueRange - Variable in Klasse org.jupnp.binding.staging.MutableStateVariable
- AllowedValueRangeHandler(MutableAllowedValueRange, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
- allowedValueRangeProvider() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- AllowedValueRangeProvider - Schnittstelle in org.jupnp.binding
- allowedValues - Variable in Klasse org.jupnp.binding.staging.MutableStateVariable
- allowedValues() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- allowedValuesEnum() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- allowedValueStep() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- ANDROID_EMULATOR - Statische Variable in Klasse org.jupnp.model.ModelUtil
-
True if this class is executing on an Android emulator runtime.
- ANDROID_RUNTIME - Statische Variable in Klasse org.jupnp.model.ModelUtil
-
True if this class is executing on an Android runtime
- annotation - Variable in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- annotation - Variable in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- AnnotationActionBinder - Klasse in org.jupnp.binding.annotations
- AnnotationActionBinder(Method, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Konstruktor für Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- AnnotationLocalServiceBinder - Klasse in org.jupnp.binding.annotations
-
Reads
LocalService
metadata from annotations. - AnnotationLocalServiceBinder() - Konstruktor für Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- AnnotationStateVariableBinder - Klasse in org.jupnp.binding.annotations
- AnnotationStateVariableBinder(UpnpStateVariable, String, StateVariableAccessor, Set<Class>) - Konstruktor für Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- appendAction(Map<Action, ActionExecutor>) - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- appendChild(CHILD, boolean) - Methode in Klasse org.jupnp.xml.DOMElement
- appendNewElement(Document, Element, Enum) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElement(Document, Element, String) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElement(Document, Element, String, Object) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElement(Document, Element, String, Object, String) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElementIfNotNull(Document, Element, Enum, Object) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElementIfNotNull(Document, Element, Enum, Object, String) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElementIfNotNull(Document, Element, String, Object) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendNewElementIfNotNull(Document, Element, String, Object, String) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- appendPathToBaseURI(String) - Methode in Klasse org.jupnp.model.Namespace
- ARG_TYPE_PREFIX - Statische Variable in Schnittstelle org.jupnp.model.Constants
- argument - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- ARGUMENT_TOO_LONG - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- ARGUMENT_VALUE_INVALID - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- ARGUMENT_VALUE_OUT_OF_RANGE - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- argumentList - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- arguments - Variable in Klasse org.jupnp.binding.staging.MutableAction
- ArrayBuilder(DOMElement) - Konstruktor für Klasse org.jupnp.xml.DOMElement.ArrayBuilder
- assertRelativeURI(String, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- asyncContext - Variable in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- asyncContext - Variable in Klasse org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
- asyncExecutorService - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- AsyncServlet - Klasse in org.jupnp.transport.impl.async
-
Http servlet implementation that uses the
Router
's executor to process the current request and releases the current thread(asynchronous). - AsyncServlet(Router, ServletStreamServerConfigurationImpl) - Konstruktor für Klasse org.jupnp.transport.impl.async.AsyncServlet
- AsyncServletUpnpStream - Klasse in org.jupnp.transport.impl.async
-
Implementation based on Servlet 3.0 API.
- AsyncServletUpnpStream(ProtocolFactory, AsyncContext, HttpServletRequest) - Konstruktor für Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- asyncThreadPool - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- asyncThreadPoolSize - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- asyncTimeoutSeconds - Variable in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- AsyncUtil - Klasse in org.jupnp.transport.impl.async
-
Utility class containing helper methods for the support of the Servlet 2.4 non-async and Servlet 3.0 async implementations.
- AsyncUtil() - Konstruktor für Klasse org.jupnp.transport.impl.async.AsyncUtil
- attributes - Variable in Klasse org.jupnp.xml.SAXParser.Handler
- AVClientInfoHeader - Klasse in org.jupnp.model.message.header
-
A simple string, not validated, used only by Sony Playstation3.
- AVClientInfoHeader() - Konstruktor für Klasse org.jupnp.model.message.header.AVClientInfoHeader
- AVClientInfoHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.AVClientInfoHeader
B
- BAD_REQUEST - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- Base64Datatype - Klasse in org.jupnp.model.types
- Base64Datatype() - Konstruktor für Klasse org.jupnp.model.types.Base64Datatype
- basePath - Variable in Klasse org.jupnp.model.Namespace
- baseURL - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- Before - Annotationstyp in org.jupnp.registry.event
- beforeShutdown(Registry) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- beforeShutdown(Registry) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called after registry maintenance stops but before the registry is cleared.
- BIN_BASE64 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- BIN_HEX - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- bindAddresses - Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- BinHexDatatype - Klasse in org.jupnp.model.types
- BinHexDatatype() - Konstruktor für Klasse org.jupnp.model.types.BinHexDatatype
- BlockingServlet - Klasse in org.jupnp.transport.impl.blocking
-
Http servlet implementation that uses the
Router
's executor to process the current request and blocks until processing is done (Synchronous). - BlockingServlet(Router, ServletStreamServerConfigurationImpl) - Konstruktor für Klasse org.jupnp.transport.impl.blocking.BlockingServlet
- BlockingServletUpnpStream - Klasse in org.jupnp.transport.impl.blocking
-
Implementation based on Servlet 2.4 API.
- BlockingServletUpnpStream(ProtocolFactory, FauxAsyncContext) - Konstruktor für Klasse org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
- BOOLEAN - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- BOOLEAN - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- BOOLEAN_PRIMITIVE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- BooleanDatatype - Klasse in org.jupnp.model.types
- BooleanDatatype() - Konstruktor für Klasse org.jupnp.model.types.BooleanDatatype
- broadcast(byte[]) - Methode in Schnittstelle org.jupnp.transport.Router
-
Call this method to broadcast a UDP message to all hosts on the network.
- broadcast(byte[]) - Methode in Klasse org.jupnp.transport.RouterImpl
-
Sends the given bytes as a broadcast on all bound
DatagramIO
s, using source port 9. - BROKEN_DEFAULT_NAMESPACE - Statische Variable in Klasse org.jupnp.model.types.UDAServiceId
- BROKEN_PATTERN - Statische Variable in Klasse org.jupnp.model.types.ServiceId
- BROKEN_PATTERN - Statische Variable in Klasse org.jupnp.model.types.ServiceType
- BROKEN_PATTERN - Statische Variable in Klasse org.jupnp.model.types.UDAServiceId
- build() - Methode in Klasse org.jupnp.binding.staging.MutableAction
- build() - Methode in Klasse org.jupnp.binding.staging.MutableActionArgument
- build() - Methode in Klasse org.jupnp.binding.staging.MutableIcon
- build() - Methode in Klasse org.jupnp.binding.staging.MutableStateVariable
- build(Class<T>, Class<?>) - Statische Methode in Klasse org.jupnp.util.statemachine.StateMachineBuilder
- build(Class<T>, Class<?>, Class<?>[], Object[]) - Statische Methode in Klasse org.jupnp.util.statemachine.StateMachineBuilder
- build(Device) - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- build(Device) - Methode in Klasse org.jupnp.binding.staging.MutableService
- build(Device, UDAVersion, URL) - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- build(Element) - Methode in Klasse org.jupnp.xml.DOMElement.Builder
- buildArray(DOMElement[]) - Methode in Klasse org.jupnp.xml.DOMElement.ArrayBuilder
- buildDOM(Device, RemoteClientInfo, Namespace) - Methode in Schnittstelle org.jupnp.binding.xml.DeviceDescriptorBinder
- buildDOM(Device, RemoteClientInfo, Namespace) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- buildDOM(Service) - Methode in Schnittstelle org.jupnp.binding.xml.ServiceDescriptorBinder
- buildDOM(Service) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- Builder(DOMElement) - Konstruktor für Klasse org.jupnp.xml.DOMElement.Builder
- buildInstance(D, MutableDevice) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- buildInstance(S, MutableService) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- BYEBYE - Enum-Konstante in Enumeration org.jupnp.model.types.NotificationSubtype
- byeByeBeforeFirstAlive - Variable in Klasse org.jupnp.model.DiscoveryOptions
- BYTES - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpMessage.BodyType
- BYTES - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- BytesRange - Klasse in org.jupnp.model.types
- BytesRange(Long, Long) - Konstruktor für Klasse org.jupnp.model.types.BytesRange
- BytesRange(Long, Long, Long) - Konstruktor für Klasse org.jupnp.model.types.BytesRange
- bytesToString(byte[]) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
Converts bytes to a hex string
- bytesToString(byte[], String) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
Converts bytes to a hex string with separator (e.g. colon)
C
- CacheControl - Klasse in org.jupnp.http
- CacheControl() - Konstruktor für Klasse org.jupnp.http.CacheControl
- CALENDAR - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- callback - Variable in Klasse org.jupnp.controlpoint.event.ExecuteAction
- CALLBACK - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- CALLBACK_FILE - Statische Variable in Klasse org.jupnp.model.Namespace
- CallbackHeader - Klasse in org.jupnp.model.message.header
- CallbackHeader() - Konstruktor für Klasse org.jupnp.model.message.header.CallbackHeader
- CallbackHeader(URL) - Konstruktor für Klasse org.jupnp.model.message.header.CallbackHeader
- CallbackHeader(List<URL>) - Konstruktor für Klasse org.jupnp.model.message.header.CallbackHeader
- callbackURI - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- canAccessField(Field) - Statische Methode in Klasse org.jupnp.util.Reflections
-
Checks if the specified field can be accessed.
- CancelReason - Enum in org.jupnp.model.gena
-
The reason why a
GENASubscription
has ended unexpectedly. - CatalogResourceResolver - Klasse in org.jupnp.xml
-
Another namespace-URI-to-whatever (namespace, context, resolver, map) magic thingy.
- CatalogResourceResolver(Map<URI, URL>) - Konstruktor für Klasse org.jupnp.xml.CatalogResourceResolver
- CDATA_BEGIN - Statische Variable in Klasse org.jupnp.xml.DOM
- CDATA_END - Statische Variable in Klasse org.jupnp.xml.DOM
- CHAR - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- CHAR - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- CHAR_PRIMITIVE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- CharacterDatatype - Klasse in org.jupnp.model.types
- CharacterDatatype() - Konstruktor für Klasse org.jupnp.model.types.CharacterDatatype
- characters - Variable in Klasse org.jupnp.xml.SAXParser.Handler
- characters(char[], int, int) - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- CHILD_BUILDER - Variable in Klasse org.jupnp.xml.DOMElement
- classForName(String) - Statische Methode in Klasse org.jupnp.util.Reflections
- clear() - Methode in Klasse org.jupnp.http.Headers
- clear() - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- clientInfo - Variable in Klasse org.jupnp.model.action.ActionInvocation
- ClientInfo - Klasse in org.jupnp.model.profile
-
Encapsulates information about a (local) client.
- ClientInfo() - Konstruktor für Klasse org.jupnp.model.profile.ClientInfo
- ClientInfo(UpnpHeaders) - Konstruktor für Klasse org.jupnp.model.profile.ClientInfo
- cloneAndAdd(String, String...) - Methode in Klasse org.jupnp.http.Query
- Command<T> - Schnittstelle in org.jupnp.model
-
Executable procedure, invoked and potentially decorated by the
ServiceManager
. - commaToNewline(String) - Statische Methode in Klasse org.jupnp.model.ModelUtil
- complete() - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- complete() - Methode in Klasse org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
- complete() - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Mark this as completed and stop blocking.
- complete() - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
- configuration - Variable in Klasse org.jupnp.controlpoint.ControlPointImpl
- configuration - Variable in Klasse org.jupnp.transport.impl.DatagramIOImpl
- configuration - Variable in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- configuration - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- configuration - Variable in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- configuration - Variable in Klasse org.jupnp.transport.RouterImpl
- configuration - Variable in Klasse org.jupnp.UpnpServiceImpl
- connection - Variable in Klasse org.jupnp.model.message.StreamRequestMessage
- connection - Variable in Klasse org.jupnp.model.profile.RemoteClientInfo
- Connection - Schnittstelle in org.jupnp.model.message
-
An API for the jUPnP protocol layer to access some transport layer details.
- Constants - Schnittstelle in org.jupnp.model
-
Shared and immutable settings.
- containsKey(Object) - Methode in Klasse org.jupnp.http.Headers
- containsKey(UpnpHeader.Type) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- containsValue(Object) - Methode in Klasse org.jupnp.http.Headers
- CONTENT_RANGE - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- CONTENT_TYPE - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- ContentRangeHeader - Klasse in org.jupnp.model.message.header
- ContentRangeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.ContentRangeHeader
- ContentRangeHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.ContentRangeHeader
- ContentRangeHeader(BytesRange) - Konstruktor für Klasse org.jupnp.model.message.header.ContentRangeHeader
- ContentTypeHeader - Klasse in org.jupnp.model.message.header
- ContentTypeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.ContentTypeHeader
- ContentTypeHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.ContentTypeHeader
- ContentTypeHeader(MimeType) - Konstruktor für Klasse org.jupnp.model.message.header.ContentTypeHeader
- context - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- CONTROL - Statische Variable in Klasse org.jupnp.model.Namespace
- controlPoint - Variable in Klasse org.jupnp.controlpoint.ActionCallback
- controlPoint - Variable in Klasse org.jupnp.UpnpServiceImpl
- ControlPoint - Schnittstelle in org.jupnp.controlpoint
-
Unified API for the asynchronous execution of network searches, actions, event subscriptions.
- ControlPointImpl - Klasse in org.jupnp.controlpoint
-
Default implementation.
- ControlPointImpl() - Konstruktor für Klasse org.jupnp.controlpoint.ControlPointImpl
- ControlPointImpl(UpnpServiceConfiguration, ProtocolFactory, Registry) - Konstruktor für Klasse org.jupnp.controlpoint.ControlPointImpl
- controlURI - Variable in Klasse org.jupnp.binding.staging.MutableService
- controlURL - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- copy() - Methode in Klasse org.jupnp.xml.DOM
- create() - Methode in Klasse org.jupnp.xml.SAXParser
- createAbsoluteURI(URI, String) - Statische Methode in Klasse org.jupnp.util.URIUtil
-
Guarantees that the returned URI is absolute, no matter what the argument is.
- createAbsoluteURI(URI, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createAbsoluteURL(InetAddress, int, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createAbsoluteURL(URI, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createAbsoluteURL(URL, String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createAbsoluteURL(URL, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createActionArguments() - Methode in Klasse org.jupnp.binding.staging.MutableAction
- createActions() - Methode in Klasse org.jupnp.binding.staging.MutableService
- createAsyncProtocolExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createAsyncServlet(Router) - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- createBlockingServlet(Router) - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- createCallable(StreamRequestMessage, Request) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- createCallable(StreamRequestMessage, REQUEST) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClient
-
Create a callable procedure that will execute the request.
- createChild(String) - Methode in Klasse org.jupnp.xml.DOMElement
- createChild(String, String) - Methode in Klasse org.jupnp.xml.DOMElement
- createChildBuilder(DOMElement) - Methode in Klasse org.jupnp.xml.DOMElement
- createConnection() - Methode in Klasse org.jupnp.transport.impl.HttpExchangeUpnpStream
- createConnection() - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
- createContentProvider(UpnpMessage<O>) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- createControlPoint(ProtocolFactory, Registry) - Methode in Klasse org.jupnp.UpnpServiceImpl
- createDatagramIO(NetworkAddressFactory) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createDatagramIO(NetworkAddressFactory) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createDatagramIO(NetworkAddressFactory) - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- createDatagramProcessor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createDatagramProcessor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createDatatype() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- createDefaultExecutorService() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createDefaultFailureMessage(ActionInvocation, UpnpResponse) - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- createDefaultFailureMessage(UpnpResponse, Exception) - Statische Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- createDefaultValue(Datatype) - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- createDeviceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createDeviceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createDeviceDetails(URL) - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- createDeviceMessages(LocalDevice, Location) - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- createDeviceMessages(LocalDevice, NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- createDeviceType() - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- createDeviceVersion() - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- createDocument() - Methode in Klasse org.jupnp.xml.DOMParser
- createDocumentBuilderFactory() - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- createDOM(Document) - Methode in Klasse org.jupnp.xml.DOMParser
- createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- createExecutorServices() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createFactory(boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- createGENAEventProcessor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createGENAEventProcessor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createIcons() - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- createInputArguments() - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- createInputArgumentValues(ActionInvocation<LocalService>, Method) - Methode in Klasse org.jupnp.model.action.MethodActionExecutor
- createInstance(String, int) - Statische Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
-
Creates a new instance of
QueueingThreadPoolExecutor
- createInstance(String, int, BlockingQueue<Runnable>) - Statische Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
-
Creates a new instance of
QueueingThreadPoolExecutor
- createMainExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createMulticastReceiver(NetworkAddressFactory) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createMulticastReceiver(NetworkAddressFactory) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createMulticastReceiver(NetworkAddressFactory) - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- createNamespace() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createNamespace() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createNetworkAddressFactory() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createNetworkAddressFactory() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createNetworkAddressFactory() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- createNetworkAddressFactory(int, int) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createNetworkAddressFactory(int, int) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createOutputArguments() - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- createParentBuilder(DOMElement) - Methode in Klasse org.jupnp.xml.DOMElement
- createPropertyChangeListener(T) - Methode in Klasse org.jupnp.model.DefaultServiceManager
- createPropertyChangeSupport(T) - Methode in Klasse org.jupnp.model.DefaultServiceManager
- createProtocolFactory() - Methode in Klasse org.jupnp.UpnpServiceImpl
- createReceivingAction(StreamRequestMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingAsync(IncomingDatagramMessage) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
- createReceivingAsync(IncomingDatagramMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingEvent(StreamRequestMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingNotification(IncomingDatagramMessage<UpnpRequest>) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingRetrieval(StreamRequestMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingSearch(IncomingDatagramMessage<UpnpRequest>) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingSubscribe(StreamRequestMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingSync(StreamRequestMessage) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Creates a
ReceivingRetrieval
,ReceivingAction
,ReceivingSubscribe
,ReceivingUnsubscribe
, orReceivingEvent
protocol. - createReceivingSync(StreamRequestMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createReceivingUnsubscribe(StreamRequestMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createRegistry(ProtocolFactory) - Methode in Klasse org.jupnp.UpnpServiceImpl
- createRegistryMaintainer() - Methode in Klasse org.jupnp.registry.RegistryImpl
- createRelativePathURI(URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createRelativeURI(URI, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createRelativeURI(URI, URL) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createRelativeURI(URL, URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createRelativeURI(URL, URL) - Statische Methode in Klasse org.jupnp.util.URIUtil
- createRemoteProtocolExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createRepresentation(URLConnection, InputStream) - Methode in Schnittstelle org.jupnp.http.HttpFetch.RepresentationFactory
- createRequest(StreamRequestMessage) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- createRequest(StreamRequestMessage) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClient
-
Create a proprietary representation of this request, log warnings and return
null
if creation fails. - createResponse(URI, Resource) - Methode in Klasse org.jupnp.protocol.sync.ReceivingRetrieval
- createRoot(String) - Methode in Klasse org.jupnp.xml.DOM
- createRouter(ProtocolFactory, Registry) - Methode in Klasse org.jupnp.UpnpServiceImpl
- createSchema(Source[]) - Methode in Klasse org.jupnp.xml.SAXParser
- createSendingAction(ActionInvocation, URL) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint
, creates a protocol for executing an action. - createSendingAction(ActionInvocation, URL) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingEvent(LocalGENASubscription) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
GENASubscription
, creates a protocol for sending GENA events. - createSendingEvent(LocalGENASubscription) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingNotificationAlive(LocalDevice) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
Registry
, creates a protocol for announcing local devices. - createSendingNotificationAlive(LocalDevice) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingNotificationByebye(LocalDevice) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
Registry
, creates a protocol for announcing local devices. - createSendingNotificationByebye(LocalDevice) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingRenewal(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint
, creates a protocol for GENA renewal. - createSendingRenewal(RemoteGENASubscription) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingSearch(UpnpHeader, int) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint
, creates a protocol for a multicast search. - createSendingSearch(UpnpHeader, int) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingSubscribe(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint
, creates a protocol for GENA subscription. - createSendingSubscribe(RemoteGENASubscription) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createSendingUnsubscribe(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint
, creates a protocol for GENA unsubscription. - createSendingUnsubscribe(RemoteGENASubscription) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- createServiceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createServiceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createServiceInstance() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- createServices(Device) - Methode in Klasse org.jupnp.binding.staging.MutableDevice
- createServiceTypeMessages(LocalDevice, Location) - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- createServiceTypeMessages(LocalDevice, NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- createSOAPActionProcessor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createSOAPActionProcessor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createStateVariable() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- createStateVariables() - Methode in Klasse org.jupnp.binding.staging.MutableService
- createStreamClient() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createStreamClient() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createStreamClient() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- createStreamClient(ExecutorService, StreamClientConfiguration) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyTransportConfiguration
- createStreamClient(ExecutorService, StreamClientConfiguration) - Methode in Schnittstelle org.jupnp.transport.TransportConfiguration
-
Creates a
StreamClient
using the givenExecutorService
for async calls. - createStreamServer(int) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyTransportConfiguration
- createStreamServer(int) - Methode in Schnittstelle org.jupnp.transport.TransportConfiguration
-
Creates a
StreamServer
using the givenlistenerPort
. - createStreamServer(NetworkAddressFactory) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- createStreamServer(NetworkAddressFactory) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- createStreamServer(NetworkAddressFactory) - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- createTransformer(String, int, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- createValue(ActionArgument, String) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
-
Creates an instance of
ActionArgumentValue
and wraps anInvalidValueException
as anActionException
with the appropriateErrorCode
. - createXPath(NamespaceContext) - Methode in Klasse org.jupnp.xml.DOMParser
- createXPath(XPathFactory, NamespaceContext) - Methode in Klasse org.jupnp.xml.DOMParser
- createXPathFactory() - Methode in Klasse org.jupnp.xml.DOMParser
- CSV<T> - Klasse in org.jupnp.model.types.csv
-
Transforms a state variable value from/to strings of comma-separated elements.
- CSV() - Konstruktor für Klasse org.jupnp.model.types.csv.CSV
- CSV(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSV
- CSVBoolean - Klasse in org.jupnp.model.types.csv
- CSVBoolean() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVBoolean
- CSVBoolean(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVBoolean
- CSVBytes - Klasse in org.jupnp.model.types.csv
- CSVBytes() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVBytes
- CSVBytes(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVBytes
- CSVCharacter - Klasse in org.jupnp.model.types.csv
- CSVCharacter() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVCharacter
- CSVCharacter(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVCharacter
- CSVDate - Klasse in org.jupnp.model.types.csv
- CSVDate() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVDate
- CSVDate(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVDate
- CSVDouble - Klasse in org.jupnp.model.types.csv
- CSVDouble() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVDouble
- CSVDouble(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVDouble
- CSVFloat - Klasse in org.jupnp.model.types.csv
- CSVFloat() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVFloat
- CSVFloat(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVFloat
- CSVInteger - Klasse in org.jupnp.model.types.csv
- CSVInteger() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVInteger
- CSVInteger(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVInteger
- CSVShort - Klasse in org.jupnp.model.types.csv
- CSVShort() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVShort
- CSVShort(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVShort
- CSVString - Klasse in org.jupnp.model.types.csv
- CSVString() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVString
- CSVString(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVString
- CSVUnsignedIntegerFourBytes - Klasse in org.jupnp.model.types.csv
- CSVUnsignedIntegerFourBytes() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVUnsignedIntegerFourBytes
- CSVUnsignedIntegerFourBytes(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVUnsignedIntegerFourBytes
- CSVUnsignedIntegerOneByte - Klasse in org.jupnp.model.types.csv
- CSVUnsignedIntegerOneByte() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVUnsignedIntegerOneByte
- CSVUnsignedIntegerOneByte(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVUnsignedIntegerOneByte
- CSVUnsignedIntegerTwoBytes - Klasse in org.jupnp.model.types.csv
- CSVUnsignedIntegerTwoBytes() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVUnsignedIntegerTwoBytes
- CSVUnsignedIntegerTwoBytes(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVUnsignedIntegerTwoBytes
- CSVURI - Klasse in org.jupnp.model.types.csv
- CSVURI() - Konstruktor für Klasse org.jupnp.model.types.csv.CSVURI
- CSVURI(String) - Konstruktor für Klasse org.jupnp.model.types.csv.CSVURI
- current - Variable in Klasse org.jupnp.util.Iterators.Singular
- currentSequence - Variable in Klasse org.jupnp.model.gena.GENASubscription
- currentSequence - Variable in Klasse org.jupnp.protocol.sync.SendingEvent
- currentValues - Variable in Klasse org.jupnp.model.gena.GENASubscription
- CustomDatatype - Klasse in org.jupnp.model.types
- CustomDatatype(String) - Konstruktor für Klasse org.jupnp.model.types.CustomDatatype
D
- data - Variable in Ausnahmeklasse org.jupnp.model.UnsupportedDataException
- DatagramIO<C> - Schnittstelle in org.jupnp.transport.spi
-
Service for receiving (unicast only) and sending UDP datagrams, one per bound IP address.
- DatagramIOConfiguration - Schnittstelle in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- DatagramIOConfigurationImpl - Klasse in org.jupnp.transport.impl
-
Settings for the default implementation.
- DatagramIOConfigurationImpl() - Konstruktor für Klasse org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
Defaults to TTL of '4' and maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
- DatagramIOConfigurationImpl(int, int) - Konstruktor für Klasse org.jupnp.transport.impl.DatagramIOConfigurationImpl
- DatagramIOImpl - Klasse in org.jupnp.transport.impl
-
Default implementation based on a single shared (receive/send) UDP
MulticastSocket
. - DatagramIOImpl(DatagramIOConfigurationImpl) - Konstruktor für Klasse org.jupnp.transport.impl.DatagramIOImpl
- datagramIOs - Variable in Klasse org.jupnp.transport.RouterImpl
- datagramProcessor - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- datagramProcessor - Variable in Klasse org.jupnp.transport.impl.DatagramIOImpl
- datagramProcessor - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- DatagramProcessor - Schnittstelle in org.jupnp.transport.spi
-
Reads and creates UDP datagrams from and into UPnP messages.
- DatagramProcessorImpl - Klasse in org.jupnp.transport.impl
-
Default implementation.
- DatagramProcessorImpl() - Konstruktor für Klasse org.jupnp.transport.impl.DatagramProcessorImpl
- datatype - Variable in Klasse org.jupnp.model.types.csv.CSV
- datatype() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- dataType - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- dataType - Variable in Klasse org.jupnp.binding.staging.MutableStateVariable
- Datatype<V> - Schnittstelle in org.jupnp.model.types
-
The type of a state variable value, able to convert to/from string representation.
- Datatype.Builtin - Enum in org.jupnp.model.types
-
Mapping from UPnP built-in standardized type to actual subtype of
Datatype
. - Datatype.Default - Enum in org.jupnp.model.types
-
Mapping from Java type to UPnP built-in type.
- DATE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- DATETIME - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- DATETIME_TZ - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- DateTimeDatatype - Klasse in org.jupnp.model.types
- DateTimeDatatype(String[], String) - Konstruktor für Klasse org.jupnp.model.types.DateTimeDatatype
- deactivate() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- deactivate() - Methode in Klasse org.jupnp.UpnpServiceImpl
- deactivate(ComponentContext) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfigurationEnabler
- decapitalize(String) - Statische Methode in Klasse org.jupnp.util.Reflections
- decode(byte[]) - Statische Methode in Klasse org.jupnp.util.io.HexBin
- decode(String) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
Decodes Hex data into octects
- decodedPath - Variable in Klasse org.jupnp.model.Namespace
- deepCopy() - Methode in Klasse org.jupnp.model.meta.Action
- deepCopy() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- deepCopy() - Methode in Klasse org.jupnp.model.meta.Icon
- deepCopy() - Methode in Klasse org.jupnp.model.meta.StateVariable
- Default(ActionInvocation, ControlPoint) - Konstruktor für Klasse org.jupnp.controlpoint.ActionCallback.Default
- DEFAULT_CONTENT_TYPE - Statische Variable in Klasse org.jupnp.model.message.header.ContentTypeHeader
- DEFAULT_CONTENT_TYPE_UTF8 - Statische Variable in Klasse org.jupnp.model.message.header.ContentTypeHeader
- DEFAULT_MULTICAST_RESPONSE_LISTEN_PORT - Statische Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- DEFAULT_NAMESPACE - Statische Variable in Klasse org.jupnp.model.types.UDADeviceType
- DEFAULT_NAMESPACE - Statische Variable in Klasse org.jupnp.model.types.UDAServiceId
- DEFAULT_NAMESPACE - Statische Variable in Klasse org.jupnp.model.types.UDAServiceType
- DEFAULT_SUBSCRIPTION_DURATION_SECONDS - Statische Variable in Klasse org.jupnp.model.UserConstants
- DEFAULT_TCP_HTTP_LISTEN_PORT - Statische Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- DEFAULT_VALUE - Statische Variable in Klasse org.jupnp.model.message.header.EXTHeader
- DEFAULT_VALUE - Statische Variable in Klasse org.jupnp.model.message.header.MXHeader
- defaultHttpFields - Variable in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- DefaultPropertyChangeListener() - Konstruktor für Klasse org.jupnp.model.DefaultServiceManager.DefaultPropertyChangeListener
- DefaultRegistryListener - Klasse in org.jupnp.registry
-
Convenience class, provides empty implementations of all methods.
- DefaultRegistryListener() - Konstruktor für Klasse org.jupnp.registry.DefaultRegistryListener
- DefaultServiceManager<T> - Klasse in org.jupnp.model
-
Default implementation, creates and manages a single instance of a plain Java bean.
- DefaultServiceManager(LocalService<T>) - Konstruktor für Klasse org.jupnp.model.DefaultServiceManager
- DefaultServiceManager(LocalService<T>, Class<T>) - Konstruktor für Klasse org.jupnp.model.DefaultServiceManager
- DefaultServiceManager.DefaultPropertyChangeListener - Klasse in org.jupnp.model
- DefaultUpnpServiceConfiguration - Klasse in org.jupnp
-
Default configuration data of a typical UPnP stack.
- DefaultUpnpServiceConfiguration() - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration
-
Defaults to port '0', ephemeral.
- DefaultUpnpServiceConfiguration(boolean) - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration
- DefaultUpnpServiceConfiguration(int) - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration
- DefaultUpnpServiceConfiguration(int, int) - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration
- DefaultUpnpServiceConfiguration(int, int, boolean) - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration
- DefaultUpnpServiceConfiguration.JUPnPExecutor - Klasse in org.jupnp
- DefaultUpnpServiceConfiguration.JUPnPThreadFactory - Klasse in org.jupnp
- defaultValue - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- defaultValue - Variable in Klasse org.jupnp.binding.staging.MutableStateVariable
- defaultValue() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- DELIMITER - Statische Variable in Klasse org.jupnp.model.ServiceReference
- depth - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- depth - Variable in Klasse org.jupnp.binding.staging.MutableIcon
- describe() - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- describe(D, String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- describe(D, String) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- describe(D, String) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
- describe(D, Document) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- describe(String) - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- describe(S, String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderImpl
- describe(S, String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
- describe(S, String) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- describe(S, String) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
- describe(S, Document) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- describe(T, String) - Methode in Schnittstelle org.jupnp.binding.xml.DeviceDescriptorBinder
- describe(T, String) - Methode in Schnittstelle org.jupnp.binding.xml.ServiceDescriptorBinder
- describe(T, Document) - Methode in Schnittstelle org.jupnp.binding.xml.DeviceDescriptorBinder
- describe(T, Document) - Methode in Schnittstelle org.jupnp.binding.xml.ServiceDescriptorBinder
- describeService(RemoteService) - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- describeServices(RemoteDevice) - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- Descriptor - Klasse in org.jupnp.binding.xml
-
Utility interface with static declarations of all "strings".
- Descriptor() - Konstruktor für Klasse org.jupnp.binding.xml.Descriptor
- DESCRIPTOR_FILE - Statische Variable in Klasse org.jupnp.model.Namespace
- Descriptor.Device - Schnittstelle in org.jupnp.binding.xml
- Descriptor.Device.ELEMENT - Enum in org.jupnp.binding.xml
- Descriptor.Service - Schnittstelle in org.jupnp.binding.xml
- Descriptor.Service.ATTRIBUTE - Enum in org.jupnp.binding.xml
- Descriptor.Service.ELEMENT - Enum in org.jupnp.binding.xml
- DescriptorBindingException - Ausnahmeklasse in org.jupnp.binding.xml
-
Thrown if device or service descriptor metadata couldn't be read or written.
- DescriptorBindingException(String) - Konstruktor für Ausnahmeklasse org.jupnp.binding.xml.DescriptorBindingException
- DescriptorBindingException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.binding.xml.DescriptorBindingException
- descriptorURI - Variable in Klasse org.jupnp.binding.staging.MutableService
- device - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- device - Variable in Klasse org.jupnp.registry.event.DeviceDiscovery
- Device<DI,
D, - Klasse in org.jupnp.model.metaS> -
Describes either a root or embedded device.
- Device(DI) - Konstruktor für Klasse org.jupnp.model.meta.Device
- Device(DI, UDAVersion, DeviceType, DeviceDetails, Icon[], S[], D[]) - Konstruktor für Klasse org.jupnp.model.meta.Device
- Device(DI, DeviceType, DeviceDetails, Icon[], S[]) - Konstruktor für Klasse org.jupnp.model.meta.Device
- Device(DI, DeviceType, DeviceDetails, Icon[], S[], D[]) - Konstruktor für Klasse org.jupnp.model.meta.Device
- DEVICE - Statische Variable in Klasse org.jupnp.model.Namespace
- DEVICE_WAS_REMOVED - Enum-Konstante in Enumeration org.jupnp.model.gena.CancelReason
- deviceAdded(Registry, Device) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- DeviceDescriptorBinder - Schnittstelle in org.jupnp.binding.xml
-
Reads and generates device descriptor XML metadata.
- deviceDescriptorBinderUDA10 - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- DeviceDescriptorHandler(I) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- DeviceDescriptorHandler(I, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- DeviceDescriptorHandler(I, SAXParser) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- DeviceDescriptorHandler(I, SAXParser, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- DeviceDescriptorResource - Klasse in org.jupnp.model.resource
- DeviceDescriptorResource(URI, LocalDevice) - Konstruktor für Klasse org.jupnp.model.resource.DeviceDescriptorResource
- DeviceDetails - Klasse in org.jupnp.model.meta
-
Encapsulates all optional metadata about a device.
- DeviceDetails(String) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, URI) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, URI, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, String) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, String, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, URI) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, URI) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, URI, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, ModelDetails, DLNADoc[], DLNACaps, DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, ManufacturerDetails, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(String, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps, DLNACaps) - Konstruktor für Klasse org.jupnp.model.meta.DeviceDetails
- DeviceDetailsProvider - Schnittstelle in org.jupnp.model.profile
-
Provides custom device details metadata based on control point profile.
- DeviceDiscovery<D> - Klasse in org.jupnp.registry.event
-
An observable event for CDI containers.
- DeviceDiscovery(D) - Konstruktor für Klasse org.jupnp.registry.event.DeviceDiscovery
- DeviceHandler(MutableDevice, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
- DeviceIdentity - Klasse in org.jupnp.model.meta
-
Unique device name, received and offered during discovery with SSDP.
- DeviceIdentity(UDN) - Konstruktor für Klasse org.jupnp.model.meta.DeviceIdentity
- DeviceIdentity(UDN, Integer) - Konstruktor für Klasse org.jupnp.model.meta.DeviceIdentity
- DeviceIdentity(UDN, DeviceIdentity) - Konstruktor für Klasse org.jupnp.model.meta.DeviceIdentity
- deviceList - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- DeviceListHandler(List<MutableDevice>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
- deviceRemoved(Registry, Device) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- deviceType - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- deviceType - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- DeviceType - Klasse in org.jupnp.model.types
-
Represents a device type, for example
urn:my-domain-namespace:device:MyDevice:1
. - DeviceType(String, String) - Konstruktor für Klasse org.jupnp.model.types.DeviceType
- DeviceType(String, String, int) - Konstruktor für Klasse org.jupnp.model.types.DeviceType
- DeviceTypeHeader - Klasse in org.jupnp.model.message.header
- DeviceTypeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.DeviceTypeHeader
- DeviceTypeHeader(URI) - Konstruktor für Klasse org.jupnp.model.message.header.DeviceTypeHeader
- DeviceTypeHeader(DeviceType) - Konstruktor für Klasse org.jupnp.model.message.header.DeviceTypeHeader
- DeviceUSNHeader - Klasse in org.jupnp.model.message.header
- DeviceUSNHeader() - Konstruktor für Klasse org.jupnp.model.message.header.DeviceUSNHeader
- DeviceUSNHeader(NamedDeviceType) - Konstruktor für Klasse org.jupnp.model.message.header.DeviceUSNHeader
- DeviceUSNHeader(UDN, DeviceType) - Konstruktor für Klasse org.jupnp.model.message.header.DeviceUSNHeader
- direction - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- direction - Variable in Klasse org.jupnp.binding.staging.MutableActionArgument
- disable() - Methode in Schnittstelle org.jupnp.transport.Router
-
Unbinds all sockets and stops all listening threads for datagrams and streams.
- disable() - Methode in Klasse org.jupnp.transport.RouterImpl
- disable(DisableRouter) - Methode in Klasse org.jupnp.transport.RouterImpl
- DisableAuthenticationHttpContext - Klasse in org.jupnp.transport.impl.osgi
-
An
HttpContext
implementation that disables any security handling for any HTTP servlets registered with it. - DisableAuthenticationHttpContext() - Konstruktor für Klasse org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
- disableReporting() - Statische Methode in Klasse org.jupnp.util.SpecificationViolationReporter
- DisableRouter - Klasse in org.jupnp.transport
- DisableRouter() - Konstruktor für Klasse org.jupnp.transport.DisableRouter
- DISCOVER - Enum-Konstante in Enumeration org.jupnp.model.types.NotificationSubtype
- discoverBindAddresses() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- discoverNetworkInterfaces() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- discoverResources(Namespace) - Methode in Klasse org.jupnp.model.meta.Device
- discoverResources(Namespace) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- discoverResources(Namespace) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- DiscoveryOptions - Klasse in org.jupnp.model
-
Options for discovery processing by the
Registry
. - DiscoveryOptions(boolean) - Konstruktor für Klasse org.jupnp.model.DiscoveryOptions
- DiscoveryOptions(boolean, boolean) - Konstruktor für Klasse org.jupnp.model.DiscoveryOptions
- DLNA_NAMESPACE_URI - Statische Variable in Schnittstelle org.jupnp.binding.xml.Descriptor.Device
- DLNA_PREFIX - Statische Variable in Schnittstelle org.jupnp.binding.xml.Descriptor.Device
- dlnaCaps - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- DLNACaps - Klasse in org.jupnp.model.types
-
An arbitrary list of comma-separated elements, representing DLNA capabilities (whatever that is).
- DLNACaps(String[]) - Konstruktor für Klasse org.jupnp.model.types.DLNACaps
- DLNADoc - Klasse in org.jupnp.model.types
-
Representing the DLNA document and its version.
- DLNADoc(String, String) - Konstruktor für Klasse org.jupnp.model.types.DLNADoc
- DLNADoc(String, DLNADoc.Version) - Konstruktor für Klasse org.jupnp.model.types.DLNADoc
- DLNADoc.Version - Enum in org.jupnp.model.types
- dlnaDocs - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- documentToFragmentString(Document) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- documentToString(Document) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- documentToString(Document, boolean) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- DOM - Klasse in org.jupnp.xml
-
Wraps a W3C document and provides an entry point for browsing the DOM (in subclasses).
- DOM(Document) - Konstruktor für Klasse org.jupnp.xml.DOM
- DOMElement<CHILD,
PARENT> - Klasse in org.jupnp.xml -
Wraps a W3C element.
- DOMElement(XPath, Element) - Konstruktor für Klasse org.jupnp.xml.DOMElement
- DOMElement.ArrayBuilder<T> - Klasse in org.jupnp.xml
- DOMElement.Builder<T> - Klasse in org.jupnp.xml
- DOMParser<D> - Klasse in org.jupnp.xml
-
Condensed API for parsing of XML into DOM with (optional) XML schema validation.
- DOMParser() - Konstruktor für Klasse org.jupnp.xml.DOMParser
- DOMParser(Source[]) - Konstruktor für Klasse org.jupnp.xml.DOMParser
- DOMParser.NodeVisitor - Klasse in org.jupnp.xml
- DOUBLE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- DOUBLE_PRIMTIIVE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- DoubleDatatype - Klasse in org.jupnp.model.types
- DoubleDatatype() - Konstruktor für Klasse org.jupnp.model.types.DoubleDatatype
- dumpRequestHeaders(long, String, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- dumpRequestHeaders(long, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- dumpRequestString(long, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
E
- EIGHT - Enum-Konstante in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
- EL - Statische Variable in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
- element - Variable in Klasse org.jupnp.util.Iterators.Singular
- element - Variable in Klasse org.jupnp.xml.DOMElement.Builder
- embeddedDevices - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- embeddedDevices - Variable in Klasse org.jupnp.model.meta.Device
- Empty() - Konstruktor für Klasse org.jupnp.util.Iterators.Empty
- enable() - Methode in Schnittstelle org.jupnp.transport.Router
-
Starts all sockets and listening threads for datagrams and streams.
- enable() - Methode in Klasse org.jupnp.transport.RouterImpl
-
Initializes listening services: First an instance of
MulticastReceiver
is bound to each network interface. - enable(EnableRouter) - Methode in Klasse org.jupnp.transport.RouterImpl
- enabled - Variable in Klasse org.jupnp.transport.RouterImpl
- enableReporting() - Statische Methode in Klasse org.jupnp.util.SpecificationViolationReporter
- EnableRouter - Klasse in org.jupnp.transport
- EnableRouter() - Konstruktor für Klasse org.jupnp.transport.EnableRouter
- encode(byte[]) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
array of byte to encode
- encode(String) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
Encodes octects (using utf-8) into Hex data
- encode(BitSet, String, String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- encodeFragment(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- encodePathParamName(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- encodePathParamValue(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- encodePathSegment(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- encodeQueryNameOrValue(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- encodeText(String) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- encodeText(String, boolean) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- end() - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- end(CancelReason) - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
-
Removes a property change listener on the
ServiceManager
. - end(CancelReason, UpnpResponse) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- ended(CancelReason) - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
- ended(CancelReason, UpnpResponse) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- ended(GENASubscription, CancelReason, UpnpResponse) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
-
Called when a local or remote subscription ended, either on user request or because of a failure.
- endElement(String, String, String) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- endElement(String, String, String) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- endElement(String, String, String) - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- endElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- endElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
- endElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
- endElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
- endElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
- endElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
- endElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
- endElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
- endElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
- endElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
- endElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- endElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
- entrySet() - Methode in Klasse org.jupnp.http.Headers
- equals(Object) - Methode in Klasse org.jupnp.http.CacheControl
- equals(Object) - Methode in Klasse org.jupnp.http.Headers
- equals(Object) - Methode in Klasse org.jupnp.model.Location
- equals(Object) - Methode in Klasse org.jupnp.model.meta.Device
- equals(Object) - Methode in Klasse org.jupnp.model.meta.DeviceIdentity
- equals(Object) - Methode in Klasse org.jupnp.model.NetworkAddress
- equals(Object) - Methode in Klasse org.jupnp.model.resource.Resource
- equals(Object) - Methode in Klasse org.jupnp.model.ServerClientTokens
- equals(Object) - Methode in Klasse org.jupnp.model.ServiceReference
- equals(Object) - Methode in Klasse org.jupnp.model.types.DeviceType
- equals(Object) - Methode in Klasse org.jupnp.model.types.DLNACaps
- equals(Object) - Methode in Klasse org.jupnp.model.types.DLNADoc
- equals(Object) - Methode in Klasse org.jupnp.model.types.HostPort
- equals(Object) - Methode in Klasse org.jupnp.model.types.NamedDeviceType
- equals(Object) - Methode in Klasse org.jupnp.model.types.NamedServiceType
- equals(Object) - Methode in Klasse org.jupnp.model.types.ServiceId
- equals(Object) - Methode in Klasse org.jupnp.model.types.ServiceType
- equals(Object) - Methode in Klasse org.jupnp.model.types.SoapActionType
- equals(Object) - Methode in Klasse org.jupnp.model.types.UDN
- equals(Object) - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- equals(Object) - Methode in Klasse org.jupnp.util.MimeType
- equals(Node) - Methode in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- equals(Node) - Methode in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- error(SAXParseException) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- error(SAXParseException) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- error(SAXParseException) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- error(SAXParseException) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- error(SAXParseException) - Methode in Klasse org.jupnp.xml.DOMParser
- error(SAXParseException) - Methode in Klasse org.jupnp.xml.SAXParser.SimpleErrorHandler
- ErrorCode - Enum in org.jupnp.model.types
-
Basic UPnP control message error codes.
- errors - Variable in Ausnahmeklasse org.jupnp.model.ValidationException
- errors - Variable in Ausnahmeklasse org.jupnp.registry.RegistrationException
- errorsAlreadyLogged - Variable in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- escape(String) - Statische Methode in Klasse org.jupnp.xml.DOMParser
- escape(String, boolean, boolean) - Statische Methode in Klasse org.jupnp.xml.DOMParser
- establish() - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
- establish() - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- established() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- established(GENASubscription) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
-
Called when a local or remote subscription was successfully established.
- eventDetails - Variable in Klasse org.jupnp.binding.staging.MutableStateVariable
- EVENTED_STATE_VARIABLES - Statische Variable in Schnittstelle org.jupnp.model.ServiceManager
-
Use this property name when propagating change events that affect any evented UPnP state variable.
- eventMaximumRateMilliseconds() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- eventMinimumDelta() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- eventReceived() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- eventReceived(GENASubscription) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
-
Called when an event for an established subscription has been received.
- EVENTS - Statische Variable in Klasse org.jupnp.model.Namespace
- EventSequenceHeader - Klasse in org.jupnp.model.message.header
- EventSequenceHeader() - Konstruktor für Klasse org.jupnp.model.message.header.EventSequenceHeader
- EventSequenceHeader(long) - Konstruktor für Klasse org.jupnp.model.message.header.EventSequenceHeader
- eventsMissed(int) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- eventsMissed(GENASubscription, int) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
-
Called when a received event was out of sequence, indicating that events have been missed.
- eventSubscriptionURI - Variable in Klasse org.jupnp.binding.staging.MutableService
- eventSubURL - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- exception - Variable in Klasse org.jupnp.registry.event.FailedRemoteDeviceDiscovery
- Exceptions - Klasse in org.jupnp.util
- Exceptions() - Konstruktor für Klasse org.jupnp.util.Exceptions
- execute() - Methode in Klasse org.jupnp.protocol.async.ReceivingNotification
- execute() - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- execute() - Methode in Klasse org.jupnp.protocol.async.ReceivingSearchResponse
- execute() - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- execute() - Methode in Klasse org.jupnp.protocol.async.SendingNotificationAlive
- execute() - Methode in Klasse org.jupnp.protocol.async.SendingNotificationByebye
- execute() - Methode in Klasse org.jupnp.protocol.async.SendingSearch
- execute() - Methode in Klasse org.jupnp.protocol.ReceivingAsync
- execute() - Methode in Klasse org.jupnp.protocol.ReceivingSync
- execute() - Methode in Klasse org.jupnp.protocol.SendingAsync
- execute() - Methode in Klasse org.jupnp.protocol.SendingSync
- execute(Runnable) - Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
- execute(ActionCallback) - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- execute(ActionCallback) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- execute(ExecuteAction) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- execute(SubscriptionCallback) - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- execute(SubscriptionCallback) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- execute(ActionInvocation<LocalService>) - Methode in Klasse org.jupnp.model.action.AbstractActionExecutor
-
Obtains the service implementation instance from the
ServiceManager
, handles exceptions. - execute(ActionInvocation<LocalService>) - Methode in Schnittstelle org.jupnp.model.action.ActionExecutor
- execute(ActionInvocation<LocalService>, Object) - Methode in Klasse org.jupnp.model.action.AbstractActionExecutor
- execute(ActionInvocation<LocalService>, Object) - Methode in Klasse org.jupnp.model.action.MethodActionExecutor
- execute(ActionInvocation<LocalService>, Object) - Methode in Klasse org.jupnp.model.action.QueryStateVariableExecutor
- execute(Command<T>) - Methode in Klasse org.jupnp.model.DefaultServiceManager
- execute(Command<T>) - Methode in Schnittstelle org.jupnp.model.ServiceManager
-
Double-dispatch of arbitrary commands, used by action executors and state variable accessors.
- execute(ServiceManager<T>) - Methode in Schnittstelle org.jupnp.model.Command
- ExecuteAction - Klasse in org.jupnp.controlpoint.event
- ExecuteAction(ActionCallback) - Konstruktor für Klasse org.jupnp.controlpoint.event.ExecuteAction
- executeQueryStateVariable(ActionInvocation<LocalService>, Object) - Methode in Klasse org.jupnp.model.action.QueryStateVariableExecutor
- executeSync() - Methode in Klasse org.jupnp.protocol.ReceivingSync
- executeSync() - Methode in Klasse org.jupnp.protocol.SendingSync
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.ReceivingAction
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.ReceivingEvent
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.ReceivingRetrieval
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.ReceivingUnsubscribe
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.SendingAction
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.SendingEvent
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.SendingRenewal
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.SendingSubscribe
- executeSync() - Methode in Klasse org.jupnp.protocol.sync.SendingUnsubscribe
- ExpirationDetails - Klasse in org.jupnp.model
- ExpirationDetails() - Konstruktor für Klasse org.jupnp.model.ExpirationDetails
- ExpirationDetails(int) - Konstruktor für Klasse org.jupnp.model.ExpirationDetails
- EXPIRED - Enum-Konstante in Enumeration org.jupnp.model.gena.CancelReason
- EXT - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- EXT_AV_CLIENT_INFO - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- EXT_IFACE_MAC - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- EXTHeader - Klasse in org.jupnp.model.message.header
- EXTHeader() - Konstruktor für Klasse org.jupnp.model.message.header.EXTHeader
- extraResponseHeaders - Variable in Klasse org.jupnp.model.profile.RemoteClientInfo
F
- fail(UpnpResponse) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- failed(GENASubscription, UpnpResponse, Exception) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- failed(GENASubscription, UpnpResponse, Exception, String) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
-
Called when establishing a local or remote subscription failed.
- failed(UpnpResponse) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- FailedRemoteDeviceDiscovery - Klasse in org.jupnp.registry.event
- FailedRemoteDeviceDiscovery(RemoteDevice, Exception) - Konstruktor für Klasse org.jupnp.registry.event.FailedRemoteDeviceDiscovery
- failure - Variable in Klasse org.jupnp.model.action.ActionInvocation
- failure(ActionInvocation, UpnpResponse) - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- failure(ActionInvocation, UpnpResponse, String) - Methode in Klasse org.jupnp.controlpoint.ActionCallback.Default
- failure(ActionInvocation, UpnpResponse, String) - Methode in Klasse org.jupnp.controlpoint.ActionCallback
-
Called when the action invocation failed.
- fatalError(SAXParseException) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- fatalError(SAXParseException) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- fatalError(SAXParseException) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- fatalError(SAXParseException) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- fatalError(SAXParseException) - Methode in Klasse org.jupnp.xml.DOMParser
- fatalError(SAXParseException) - Methode in Klasse org.jupnp.xml.SAXParser.SimpleErrorHandler
- FauxAsyncContext - Klasse in org.jupnp.transport.impl.blocking
-
Faux implementation mimicking Servlet 3.0's AsyncContext.
- FauxAsyncContext(HttpServletRequest, HttpServletResponse) - Konstruktor für Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
- fetch(URL, int, int, HttpFetch.RepresentationFactory<E>) - Statische Methode in Klasse org.jupnp.http.HttpFetch
- fetch(URL, String, int, int, HttpFetch.RepresentationFactory<E>) - Statische Methode in Klasse org.jupnp.http.HttpFetch
- fetchBinary(URL) - Statische Methode in Klasse org.jupnp.http.HttpFetch
- fetchBinary(URL, int, int) - Statische Methode in Klasse org.jupnp.http.HttpFetch
- fetchString(URL, int, int) - Statische Methode in Klasse org.jupnp.http.HttpFetch
- field - Variable in Klasse org.jupnp.model.state.FieldStateVariableAccessor
- FieldStateVariableAccessor - Klasse in org.jupnp.model.state
-
Reads the value of a state variable using reflection and a field.
- FieldStateVariableAccessor(Field) - Konstruktor für Klasse org.jupnp.model.state.FieldStateVariableAccessor
- filterExclusiveServices(RemoteService[]) - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- find(DeviceType, D) - Methode in Klasse org.jupnp.model.meta.Device
- find(ServiceType, D) - Methode in Klasse org.jupnp.model.meta.Device
- find(UDN, D) - Methode in Klasse org.jupnp.model.meta.Device
- findActionArgumentNode(List<Node>, ActionArgument) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
-
Returns the node with the same unprefixed name as the action argument name/alias or
null
. - findChildren(String) - Methode in Klasse org.jupnp.xml.DOMElement
- findChildWithIdentifier(String) - Methode in Klasse org.jupnp.xml.DOMElement
- findDevice(UDN) - Methode in Klasse org.jupnp.model.meta.Device
- findDevice(UDN) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- findDevice(UDN) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- findDevices(DeviceType) - Methode in Klasse org.jupnp.model.meta.Device
- findDevices(ServiceType) - Methode in Klasse org.jupnp.model.meta.Device
- findEmbeddedDevices() - Methode in Klasse org.jupnp.model.meta.Device
- findEmbeddedDevices(D) - Methode in Klasse org.jupnp.model.meta.Device
- findEndOfString(String) - Methode in Klasse org.jupnp.http.Headers
- findIcons() - Methode in Klasse org.jupnp.model.meta.Device
- findNonWhitespace(String, int) - Methode in Klasse org.jupnp.http.Headers
- findOutputArgumentAccessor(StateVariable, String, boolean) - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- findRelatedStateVariable(String, String, String) - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- findService(ServiceId) - Methode in Klasse org.jupnp.model.meta.Device
- findService(ServiceType) - Methode in Klasse org.jupnp.model.meta.Device
- findServices() - Methode in Klasse org.jupnp.model.meta.Device
- findServices(ServiceType) - Methode in Klasse org.jupnp.model.meta.Device
- findServices(ServiceType, ServiceId, D) - Methode in Klasse org.jupnp.model.meta.Device
- findServiceTypes() - Methode in Klasse org.jupnp.model.meta.Device
- firePropertyChange(String, Object, Object) - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeSupport
-
Fire an event for property changed.
- firstChildOrNull(String) - Methode in Klasse org.jupnp.xml.DOMElement.Builder
- fixBOM(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
- FIXED144 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- fixGarbageTrailingChars(String, DescriptorBindingException) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- fixMimeTypes(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- fixMissingNamespaces(String, DescriptorBindingException) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- fixQuotes(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
- fixRetval(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
- fixWemoMakerUDN(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- fixWrongNamespaces(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- fixWrongNamespaces(String) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderImpl
- FLOAT - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- FLOAT - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- FLOAT_PRIMITIVE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- FloatDatatype - Klasse in org.jupnp.model.types
- FloatDatatype() - Konstruktor für Klasse org.jupnp.model.types.FloatDatatype
- forceState(Class<? extends S>) - Methode in Schnittstelle org.jupnp.util.statemachine.StateMachine
- foundDefaultInAllowedValues(String, String[]) - Methode in Klasse org.jupnp.model.meta.StateVariableTypeDetails
- FRAGMENT - Statische Variable in Klasse org.jupnp.util.URIUtil
- friendlyName - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- friendlyName - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- fromCommaSeparatedList(String) - Statische Methode in Klasse org.jupnp.model.ModelUtil
-
Converts the comma-separated elements of a string into an array of strings, unescaping backslashed commas.
- fromCommaSeparatedList(String, boolean) - Statische Methode in Klasse org.jupnp.model.ModelUtil
-
Converts the comma-separated elements of a string into an array of strings, optionally unescaping backslashed commas.
- fromTimeString(String) - Statische Methode in Klasse org.jupnp.model.ModelUtil
G
- genaEventProcessor - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- GENAEventProcessor - Schnittstelle in org.jupnp.transport.spi
-
Reads and writes GENA XML content.
- GENAEventProcessorImpl - Klasse in org.jupnp.transport.impl
-
Default implementation based on the W3C DOM XML processing API.
- GENAEventProcessorImpl() - Konstruktor für Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- GENASubscription<S> - Klasse in org.jupnp.model.gena
-
An established subscription, with identifer, expiration duration, sequence handling, and state variable values.
- GENASubscription(S) - Konstruktor für Klasse org.jupnp.model.gena.GENASubscription
-
Defaults to
UserConstants.DEFAULT_SUBSCRIPTION_DURATION_SECONDS
. - GENASubscription(S, int) - Konstruktor für Klasse org.jupnp.model.gena.GENASubscription
- generate(Device, RemoteClientInfo, Namespace) - Methode in Schnittstelle org.jupnp.binding.xml.DeviceDescriptorBinder
- generate(Device, RemoteClientInfo, Namespace) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- generate(Service) - Methode in Schnittstelle org.jupnp.binding.xml.ServiceDescriptorBinder
- generate(Service) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- generateDevice(Namespace, Device, Document, Element, RemoteClientInfo) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- generateDeviceList(Namespace, Device, Document, Element, RemoteClientInfo) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- generateIconList(Namespace, Device, Document, Element) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- generateRoot(Namespace, Device, Document, RemoteClientInfo) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- generateServiceList(Namespace, Device, Document, Element) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- generateSpecVersion(Namespace, Device, Document, Element) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- get(Object) - Methode in Klasse org.jupnp.http.Headers
- get(Field, Object) - Statische Methode in Klasse org.jupnp.util.Reflections
- get(String) - Methode in Klasse org.jupnp.http.Query
- get(Response) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Response
jUPnPHeaders
. - get(Request) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request
jUPnPHeaders
. - get(UpnpHeader.Type) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- GET - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- getAccessor() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getAccessor(String) - Methode in Klasse org.jupnp.model.meta.LocalService
- getAccessor(StateVariable) - Methode in Klasse org.jupnp.model.meta.LocalService
- getAction() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getAction() - Methode in Klasse org.jupnp.model.message.control.IncomingActionRequestMessage
- getAction() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- getAction(String) - Methode in Klasse org.jupnp.model.meta.Service
- getActionInvocation() - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- getActionName() - Methode in Klasse org.jupnp.model.types.SoapActionType
- getActionNamespace() - Methode in Schnittstelle org.jupnp.model.message.control.ActionMessage
- getActionNamespace() - Methode in Klasse org.jupnp.model.message.control.IncomingActionRequestMessage
- getActionNamespace() - Methode in Klasse org.jupnp.model.message.control.IncomingActionResponseMessage
- getActionNamespace() - Methode in Klasse org.jupnp.model.message.control.OutgoingActionRequestMessage
- getActionNamespace() - Methode in Klasse org.jupnp.model.message.control.OutgoingActionResponseMessage
- getActions() - Methode in Klasse org.jupnp.model.meta.Service
- getActiveStreamServers(InetAddress) - Methode in Schnittstelle org.jupnp.transport.Router
- getActiveStreamServers(InetAddress) - Methode in Klasse org.jupnp.transport.RouterImpl
- getActualDurationSeconds() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- getAddress() - Methode in Klasse org.jupnp.model.NetworkAddress
- getAddressNetworkPrefixLength(InetAddress) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getAddressNetworkPrefixLength(InetAddress) - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getAliases() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- getAliveIntervalMillis() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getAliveIntervalMillis() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getAliveIntervalMillis() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Optional setting for flooding alive NOTIFY messages for local devices.
- getAllowedRangeFromProvider() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getAllowedValueRange() - Methode in Klasse org.jupnp.model.meta.StateVariableTypeDetails
- getAllowedValueRange(long, long, long) - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getAllowedValues() - Methode in Klasse org.jupnp.model.meta.StateVariableTypeDetails
- getAllowedValues(Class) - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getAllowedValuesFromProvider() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getAndWrap(Field, Object) - Statische Methode in Klasse org.jupnp.util.Reflections
- getAnnotation() - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- getAnnotation() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getArgument() - Methode in Klasse org.jupnp.model.action.ActionArgumentValue
- getArguments() - Methode in Klasse org.jupnp.model.meta.Action
- getAsArray(UpnpHeader.Type) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- getAsyncProtocolExecutor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getAsyncProtocolExecutor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getAsyncProtocolExecutor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getAsyncTimeoutSeconds() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
The time in seconds this server wait for the
Router
to execute aUpnpStream
. - getAttribute(String) - Methode in Klasse org.jupnp.xml.DOMElement
- getAttributes() - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- getBasePath() - Methode in Klasse org.jupnp.model.Namespace
- getBaseURL() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getBindAddresses() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getBindAddresses() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
-
The caller might
remove()
an address if initialization fails. - getBindAddressInSubnetOf(InetAddress) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getBits() - Methode in Klasse org.jupnp.model.types.UnsignedIntegerFourBytes
- getBits() - Methode in Klasse org.jupnp.model.types.UnsignedIntegerOneByte
- getBits() - Methode in Klasse org.jupnp.model.types.UnsignedIntegerTwoBytes
- getBits() - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- getBody() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getBodyBytes() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getBodyString() - Methode in Schnittstelle org.jupnp.model.message.control.ActionMessage
- getBodyString() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getBodyType() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getBroadcastAddress(InetAddress) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getBroadcastAddress(InetAddress) - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getBuiltin() - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- getBuiltin() - Methode in Schnittstelle org.jupnp.model.types.Datatype
- getBuiltinDatatype() - Methode in Klasse org.jupnp.model.types.csv.CSV
- getBuiltinType() - Methode in Enumeration org.jupnp.model.types.Datatype.Default
- getBulkIntervalMilliseconds() - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- getBulkIntervalMilliseconds() - Methode in Klasse org.jupnp.protocol.async.SendingSearch
- getBulkRepeat() - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- getBulkRepeat() - Methode in Klasse org.jupnp.protocol.async.SendingSearch
- getByCode(int) - Statische Methode in Enumeration org.jupnp.model.types.ErrorCode
- getByDescriptorName(String) - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Builtin
- getByHttpName(String) - Statische Methode in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- getByHttpName(String) - Statische Methode in Enumeration org.jupnp.model.message.UpnpRequest.Method
- getByJavaType(Class) - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Default
- getByStatusCode(int) - Statische Methode in Enumeration org.jupnp.model.message.UpnpResponse.Status
- getByteLength() - Methode in Klasse org.jupnp.model.types.BytesRange
- getBytes(Request) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request
jUPnPHeaders
. - getBytes(Request) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request
jUPnPHeaders
. - getByteSize() - Methode in Klasse org.jupnp.model.types.IntegerDatatype
- getCacheControl() - Methode in Klasse org.jupnp.http.Representation
- getCacheExtensions() - Methode in Klasse org.jupnp.http.CacheControl
- getCallback() - Methode in Klasse org.jupnp.controlpoint.event.ExecuteAction
- getCallbackURLs() - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
- getCallbackURLs() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
- getCaps() - Methode in Klasse org.jupnp.model.types.DLNACaps
- getCharacters() - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- getChildElements() - Methode in Klasse org.jupnp.xml.DOMElement.ArrayBuilder
- getChildElements(String) - Methode in Klasse org.jupnp.xml.DOMElement.ArrayBuilder
- getChildren() - Methode in Klasse org.jupnp.xml.DOMElement
- getChildren(String) - Methode in Klasse org.jupnp.xml.DOMElement
- getClass(Type) - Statische Methode in Klasse org.jupnp.util.Reflections
-
Get the underlying class for a type, or null if the type is a variable type.
- getClazz() - Methode in Klasse org.jupnp.model.ValidationError
- getClientInfo() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getCode() - Methode in Enumeration org.jupnp.model.types.ErrorCode
- getCollectionElementType(Type) - Statische Methode in Klasse org.jupnp.util.Reflections
- getConfiguration() - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- getConfiguration() - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- getConfiguration() - Methode in Schnittstelle org.jupnp.registry.Registry
- getConfiguration() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getConfiguration() - Methode in Klasse org.jupnp.transport.impl.DatagramIOImpl
- getConfiguration() - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- getConfiguration() - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- getConfiguration() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- getConfiguration() - Methode in Schnittstelle org.jupnp.transport.Router
- getConfiguration() - Methode in Klasse org.jupnp.transport.RouterImpl
- getConfiguration() - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIO
- getConfiguration() - Methode in Schnittstelle org.jupnp.transport.spi.MulticastReceiver
- getConfiguration() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClient
- getConfiguration() - Methode in Schnittstelle org.jupnp.transport.spi.StreamServer
- getConfiguration() - Methode in Schnittstelle org.jupnp.UpnpService
- getConfiguration() - Methode in Klasse org.jupnp.UpnpServiceImpl
- getConnection() - Methode in Klasse org.jupnp.model.message.StreamRequestMessage
- getConnection() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- getContent() - Methode in Klasse org.jupnp.xml.DOMElement
- getContent(Request) - Statische Methode in Klasse org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request
jUPnPHeaders
. - getContentLength() - Methode in Klasse org.jupnp.http.Representation
- getContentType() - Methode in Klasse org.jupnp.http.Representation
- getContentTypeCharset() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getContentTypeHeader() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getControlPath(Service) - Methode in Klasse org.jupnp.model.Namespace
- getControlPoint() - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- getControlPoint() - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- getControlPoint() - Methode in Schnittstelle org.jupnp.UpnpService
- getControlPoint() - Methode in Klasse org.jupnp.UpnpServiceImpl
- getControlURI() - Methode in Klasse org.jupnp.model.meta.RemoteService
- getCurrentSequence() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- getCurrentState() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- getCurrentState() - Methode in Schnittstelle org.jupnp.model.ServiceManager
-
Reading the state of a service manually.
- getCurrentState() - Methode in Schnittstelle org.jupnp.util.statemachine.StateMachine
- getCurrentState(String[]) - Methode in Klasse org.jupnp.model.DefaultServiceManager
- getCurrentTimestampSeconds() - Methode in Klasse org.jupnp.model.ExpirationDetails
- getCurrentValues() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- getData() - Methode in Klasse org.jupnp.model.meta.Icon
- getData() - Methode in Ausnahmeklasse org.jupnp.model.UnsupportedDataException
- getDatagramIOExecutor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getDatagramIOExecutor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getDatagramIOExecutor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getDatagramProcessor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getDatagramProcessor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getDatagramProcessor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getDatatype() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- getDatatype() - Methode in Klasse org.jupnp.model.meta.StateVariableTypeDetails
- getDatatype() - Methode in Enumeration org.jupnp.model.types.Datatype.Builtin
- getDatatype() - Methode in Klasse org.jupnp.model.VariableValue
- getDatatype(ActionArgument) - Methode in Klasse org.jupnp.model.meta.Service
- getDateValue(String, String[]) - Methode in Klasse org.jupnp.model.types.DateTimeDatatype
- getDefaultDeviceDetails() - Methode in Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider
- getDefaultExecutorService() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getDefaultNamespaceURI() - Methode in Klasse org.jupnp.xml.NamespaceContextMap
- getDefaultTransportConfiguration() - Statische Methode in Klasse org.jupnp.transport.TransportConfigurationProvider
- getDefaultValue() - Methode in Klasse org.jupnp.model.meta.StateVariableTypeDetails
- getDepth() - Methode in Klasse org.jupnp.model.meta.Icon
- getDescription() - Methode in Enumeration org.jupnp.model.types.ErrorCode
- getDescriptorLocation(NetworkAddress, LocalDevice) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- getDescriptorName() - Methode in Enumeration org.jupnp.model.types.Datatype.Builtin
- getDescriptorPath(Device) - Methode in Klasse org.jupnp.model.Namespace
- getDescriptorPath(Service) - Methode in Klasse org.jupnp.model.Namespace
- getDescriptorPathString(Device) - Methode in Klasse org.jupnp.model.Namespace
-
Performance optimization, avoids URI manipulation.
- getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Optional extra headers for device descriptor retrieval HTTP requests.
- getDescriptorURI() - Methode in Klasse org.jupnp.model.meta.RemoteService
- getDescriptorURL() - Methode in Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- getDestinationAddress() - Methode in Klasse org.jupnp.model.message.OutgoingDatagramMessage
- getDestinationPort() - Methode in Klasse org.jupnp.model.message.OutgoingDatagramMessage
- getDetails() - Methode in Klasse org.jupnp.model.meta.Device
- getDetails(RemoteClientInfo) - Methode in Klasse org.jupnp.model.meta.Device
- getDetails(RemoteClientInfo) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- getDevClass() - Methode in Klasse org.jupnp.model.types.DLNADoc
- getDevice() - Methode in Klasse org.jupnp.model.meta.Icon
- getDevice() - Methode in Klasse org.jupnp.model.meta.Service
- getDevice() - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- getDevice() - Methode in Klasse org.jupnp.registry.event.DeviceDiscovery
- getDevice(UDN, boolean) - Methode in Schnittstelle org.jupnp.registry.Registry
- getDevice(UDN, boolean) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getDeviceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getDeviceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getDeviceDescriptorBinderUDA10() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getDeviceDetailsProvider() - Methode in Klasse org.jupnp.model.meta.LocalDevice
- getDevicePath(Device) - Methode in Klasse org.jupnp.model.Namespace
- getDevices() - Methode in Schnittstelle org.jupnp.registry.Registry
- getDevices() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getDevices(DeviceType) - Methode in Schnittstelle org.jupnp.registry.Registry
- getDevices(DeviceType) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getDevices(ServiceType) - Methode in Schnittstelle org.jupnp.registry.Registry
- getDevices(ServiceType) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getDeviceType() - Methode in Klasse org.jupnp.model.types.NamedDeviceType
- getDirection() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- getDiscoveredOnLocalAddress() - Methode in Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- getDiscoveryOptions(UDN) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Get the currently active
DiscoveryOptions
for the given (local device) UDN. - getDiscoveryOptions(UDN) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getDisplayString() - Methode in Klasse org.jupnp.model.meta.Device
- getDisplayString() - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- getDisplayString() - Methode in Schnittstelle org.jupnp.model.types.Datatype
- getDisplayString() - Methode in Klasse org.jupnp.model.types.DeviceType
- getDlnaCaps() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getDlnaDocs() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getElementName() - Methode in Klasse org.jupnp.xml.DOMElement
- getEmbeddedDevices() - Methode in Klasse org.jupnp.model.meta.Device
- getEmbeddedDevices() - Methode in Klasse org.jupnp.model.meta.LocalDevice
- getEmbeddedDevices() - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- getEnd(String, int) - Statische Methode in Klasse org.jupnp.util.MimeType
- getEntity() - Methode in Klasse org.jupnp.http.Representation
- getEntityTag() - Methode in Klasse org.jupnp.http.Representation
- getErrorCode() - Methode in Ausnahmeklasse org.jupnp.model.action.ActionException
- getErrorHandler() - Methode in Klasse org.jupnp.xml.SAXParser
- getErrors() - Methode in Ausnahmeklasse org.jupnp.model.ValidationException
- getErrors() - Methode in Ausnahmeklasse org.jupnp.registry.RegistrationException
- getEventCallbackPath(Service) - Methode in Klasse org.jupnp.model.Namespace
- getEventCallbackPathString(Service) - Methode in Klasse org.jupnp.model.Namespace
-
Performance optimization, avoids URI manipulation.
- getEventCallbackURLs(List<NetworkAddress>, Namespace) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- getEventDetails() - Methode in Klasse org.jupnp.model.meta.StateVariable
- getEventMaximumRateMilliseconds() - Methode in Klasse org.jupnp.model.meta.StateVariableEventDetails
- getEventMinimumDelta() - Methode in Klasse org.jupnp.model.meta.StateVariableEventDetails
- getEventSubscriptionHeaders(RemoteService) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getEventSubscriptionHeaders(RemoteService) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getEventSubscriptionHeaders(RemoteService) - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Optional extra headers for event subscription (almost HTTP) messages.
- getEventSubscriptionPath(Service) - Methode in Klasse org.jupnp.model.Namespace
- getEventSubscriptionURI() - Methode in Klasse org.jupnp.model.meta.RemoteService
- getEventSubscriptionURL() - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- getException() - Methode in Klasse org.jupnp.registry.event.FailedRemoteDeviceDiscovery
- getExclusiveServiceTypes() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getExclusiveServiceTypes() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getExclusiveServiceTypes() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Returns service types that can be handled by this UPnP stack, all others will be ignored.
- getExecutor(String) - Methode in Klasse org.jupnp.model.meta.LocalService
- getExecutor(Action) - Methode in Klasse org.jupnp.model.meta.LocalService
- getExtraResponseHeaders() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- getFailure() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getField() - Methode in Klasse org.jupnp.model.state.FieldStateVariableAccessor
- getField(Class, String) - Statische Methode in Klasse org.jupnp.util.Reflections
- getFields(Class, Class) - Statische Methode in Klasse org.jupnp.util.Reflections
- getFirstByte() - Methode in Klasse org.jupnp.model.types.BytesRange
- getFirstChild(String) - Methode in Klasse org.jupnp.xml.DOMElement
- getFirstHeader(String) - Methode in Klasse org.jupnp.http.Headers
- getFirstHeader(UpnpHeader.Type) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- getFirstHeader(UpnpHeader.Type, Class<H>) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- getFirstHeader(UpnpHeader.Type, Class<H>) - Methode in Klasse org.jupnp.protocol.ReceivingAsync
- getFirstHeaderString(UpnpHeader.Type) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- getFirstInputArgument() - Methode in Klasse org.jupnp.model.meta.Action
- getFirstNetworkInterfaceHardwareAddress() - Statische Methode in Klasse org.jupnp.model.ModelUtil
- getFirstOutputArgument() - Methode in Klasse org.jupnp.model.meta.Action
- getFriendlyName() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getGenaEventProcessor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getGenaEventProcessor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getGenaEventProcessor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getGetter() - Methode in Klasse org.jupnp.model.state.GetterStateVariableAccessor
- getGetterMethod(Class, String) - Statische Methode in Klasse org.jupnp.util.Reflections
- getGroup() - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- getGroup() - Methode in Schnittstelle org.jupnp.transport.spi.MulticastReceiverConfiguration
- getHardwareAddress() - Methode in Klasse org.jupnp.model.NetworkAddress
- getHardwareAddress(InetAddress) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getHardwareAddress(InetAddress) - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getHeaderDetails() - Methode in Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider
- getHeaderName() - Methode in Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
- getHeaders() - Methode in Klasse org.jupnp.model.message.OutgoingDatagramMessage
- getHeaders() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getHeaderString() - Methode in Enumeration org.jupnp.model.types.NotificationSubtype
- getHeaderTypes() - Methode in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- getHeight() - Methode in Klasse org.jupnp.model.meta.Icon
- getHost() - Methode in Klasse org.jupnp.model.types.HostPort
- getHttpExchange() - Methode in Klasse org.jupnp.transport.impl.HttpExchangeUpnpStream
- getHttpMethodName() - Methode in Klasse org.jupnp.model.message.UpnpRequest
- getHttpMinorVersion() - Methode in Klasse org.jupnp.model.message.UpnpOperation
- getHttpName() - Methode in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- getHttpName() - Methode in Enumeration org.jupnp.model.message.UpnpRequest.Method
- getHttpToken() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getIconPath(Icon) - Methode in Klasse org.jupnp.model.Namespace
- getIcons() - Methode in Klasse org.jupnp.model.meta.Device
- getId() - Methode in Klasse org.jupnp.model.types.ServiceId
- getIdentifierString() - Methode in Klasse org.jupnp.model.types.UDN
- getIdentity() - Methode in Klasse org.jupnp.model.meta.Device
- getImplementation() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- getImplementation() - Methode in Schnittstelle org.jupnp.model.ServiceManager
- getInetAddressByName(String) - Statische Methode in Klasse org.jupnp.model.ModelUtil
-
Wraps the checked exception in a runtime exception.
- getInetAddresses(NetworkInterface) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getInput() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getInput(String) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getInput(ActionArgument<S>) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getInputArgument(String) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getInputArgument(String) - Methode in Klasse org.jupnp.model.meta.Action
- getInputArguments() - Methode in Klasse org.jupnp.model.meta.Action
- getInputMap() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getInputMessage() - Methode in Klasse org.jupnp.protocol.ReceivingAsync
- getInputMessage() - Methode in Klasse org.jupnp.protocol.SendingSync
- getInstance() - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- getInstance(HttpService, BundleContext) - Statische Methode in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- getInterfaceAddresses(NetworkInterface) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getInterfaceMacAddress() - Methode in Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- getInterfaceMacHeader() - Methode in Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- getInterfaceMacHeader() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchResponse
- getJavaType() - Methode in Enumeration org.jupnp.model.types.Datatype.Default
- getLastByte() - Methode in Klasse org.jupnp.model.types.BytesRange
- getLastModified() - Methode in Klasse org.jupnp.http.Representation
- getLastRefreshTimestampSeconds() - Methode in Klasse org.jupnp.model.ExpirationDetails
- getListeners() - Methode in Schnittstelle org.jupnp.registry.Registry
- getListeners() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getListenPort() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- getListenPort() - Methode in Schnittstelle org.jupnp.transport.spi.StreamServerConfiguration
- getLocalAddress() - Methode in Schnittstelle org.jupnp.model.message.Connection
- getLocalAddress() - Methode in Klasse org.jupnp.model.message.IncomingDatagramMessage
- getLocalAddress() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- getLocalAddress() - Methode in Klasse org.jupnp.transport.impl.ServletConnection
- getLocalAddress(NetworkInterface, boolean, InetAddress) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getLocalAddress(NetworkInterface, boolean, InetAddress) - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
-
Best-effort attempt finding a reachable local address for a given remote host.
- getLocalDevice(UDN, boolean) - Methode in Schnittstelle org.jupnp.registry.Registry
- getLocalDevice(UDN, boolean) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getLocalDevices() - Methode in Schnittstelle org.jupnp.registry.Registry
- getLocalDevices() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getLocalHostName(boolean) - Statische Methode in Klasse org.jupnp.model.ModelUtil
-
DNS reverse name lookup.
- getLocalSubscription(String) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- getLocalSubscription(String) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getLocationURL() - Methode in Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- getLocationURL() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchResponse
- getLockTimeoutMillis() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- getLockTimeoutMillis() - Methode in Klasse org.jupnp.transport.RouterImpl
- getLogWarningSeconds() - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- getLogWarningSeconds() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClientConfiguration
- getMainExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getMajor() - Methode in Klasse org.jupnp.model.meta.UDAVersion
- getMajorVersion() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getManager() - Methode in Klasse org.jupnp.model.meta.LocalService
- getManufacturer() - Methode in Klasse org.jupnp.model.meta.ManufacturerDetails
- getManufacturerDetails() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getManufacturerURI() - Methode in Klasse org.jupnp.model.meta.ManufacturerDetails
- getMap() - Methode in Klasse org.jupnp.http.Query
- getMapKeyType(Type) - Statische Methode in Klasse org.jupnp.util.Reflections
- getMapWithLists() - Methode in Klasse org.jupnp.http.Query
- getMatchingNodes(NodeList, ActionArgument[]) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
-
Finds all element nodes in the list that match any argument name or argument alias, throws
ActionException
if not all arguments were found. - getMaxAge() - Methode in Klasse org.jupnp.http.CacheControl
- getMaxAge() - Methode in Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- getMaxAge() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchResponse
- getMaxAgeOrNull() - Methode in Klasse org.jupnp.http.Representation
- getMaxAgeSeconds() - Methode in Klasse org.jupnp.model.ExpirationDetails
- getMaxAgeSeconds() - Methode in Klasse org.jupnp.model.meta.DeviceIdentity
- getMaxDatagramBytes() - Methode in Klasse org.jupnp.transport.impl.DatagramIOConfigurationImpl
- getMaxDatagramBytes() - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- getMaxDatagramBytes() - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIOConfiguration
- getMaxDatagramBytes() - Methode in Schnittstelle org.jupnp.transport.spi.MulticastReceiverConfiguration
- getMaximum() - Methode in Schnittstelle org.jupnp.binding.AllowedValueRangeProvider
- getMaximum() - Methode in Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- getMaxValue() - Methode in Klasse org.jupnp.model.types.IntegerDatatype
- getMaxValue() - Methode in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
- getMessage() - Methode in Klasse org.jupnp.model.ValidationError
- getMessageBody(ActionMessage) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- getMessageBody(UpnpMessage) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- getMethod() - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- getMethod() - Methode in Klasse org.jupnp.model.action.MethodActionExecutor
- getMethod() - Methode in Klasse org.jupnp.model.message.UpnpRequest
- getMethod(Annotation, String) - Statische Methode in Klasse org.jupnp.util.Reflections
- getMethod(Class, String) - Statische Methode in Klasse org.jupnp.util.Reflections
- getMethodPropertyName(String) - Statische Methode in Klasse org.jupnp.util.Reflections
- getMethods(Class, Class) - Statische Methode in Klasse org.jupnp.util.Reflections
- getMimeType() - Methode in Klasse org.jupnp.model.meta.Icon
- getMimeType(String) - Methode in Klasse org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
- getMinimum() - Methode in Schnittstelle org.jupnp.binding.AllowedValueRangeProvider
- getMinimum() - Methode in Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- getMinor() - Methode in Klasse org.jupnp.model.meta.UDAVersion
- getMinorVersion() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getMinValue() - Methode in Klasse org.jupnp.model.types.IntegerDatatype
- getMinValue() - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- getModel() - Methode in Klasse org.jupnp.model.resource.Resource
- getModelDescription() - Methode in Klasse org.jupnp.model.meta.ModelDetails
- getModelDetails() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getModelName() - Methode in Klasse org.jupnp.model.meta.ModelDetails
- getModelNumber() - Methode in Klasse org.jupnp.model.meta.ModelDetails
- getModelURI() - Methode in Klasse org.jupnp.model.meta.ModelDetails
- getMulticastGroup() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getMulticastGroup() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getMulticastPort() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getMulticastPort() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getMulticastReceiverExecutor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getMulticastReceiverExecutor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getMulticastReceiverExecutor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getMulticastResponsePort() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getMulticastResponsePort() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getMX() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchRequest
- getMxSeconds() - Methode in Klasse org.jupnp.controlpoint.event.Search
- getMxSeconds() - Methode in Klasse org.jupnp.protocol.async.SendingSearch
- getName() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getName() - Methode in Klasse org.jupnp.model.meta.Action
- getName() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- getName() - Methode in Klasse org.jupnp.model.meta.QueryStateVariableAction
- getName() - Methode in Klasse org.jupnp.model.meta.StateVariable
- getName() - Methode in Klasse org.jupnp.model.types.CustomDatatype
- getNames() - Methode in Klasse org.jupnp.http.Query
- getNamespace() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getNamespace() - Methode in Klasse org.jupnp.model.message.header.MANHeader
- getNamespace() - Methode in Klasse org.jupnp.model.types.DeviceType
- getNamespace() - Methode in Klasse org.jupnp.model.types.ServiceId
- getNamespace() - Methode in Klasse org.jupnp.model.types.ServiceType
- getNamespace() - Methode in Klasse org.jupnp.model.types.SoapActionType
- getNamespace() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getNamespace() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getNamespaceURI(String) - Methode in Klasse org.jupnp.xml.NamespaceContextMap
- getNetworkAddress() - Methode in Klasse org.jupnp.model.Location
- getNetworkInterfaces() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getNetworkInterfaces() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
-
The caller might
remove()
an interface if initialization fails. - getNewValue() - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeEvent
- getNoCacheFields() - Methode in Klasse org.jupnp.http.CacheControl
- getNotificationSubtype() - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- getNotificationSubtype() - Methode in Klasse org.jupnp.protocol.async.SendingNotificationAlive
- getNotificationSubtype() - Methode in Klasse org.jupnp.protocol.async.SendingNotificationByebye
- getOldValue() - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeEvent
- getOperation() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getOsName() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getOsToken() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getOsVersion() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getOutput() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getOutput(String) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getOutput(ActionArgument<S>) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getOutputArgument(String) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getOutputArgument(String) - Methode in Klasse org.jupnp.model.meta.Action
- getOutputArgumentAccessors() - Methode in Klasse org.jupnp.model.action.AbstractActionExecutor
- getOutputArguments() - Methode in Klasse org.jupnp.model.meta.Action
- getOutputMap() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- getOutputMessage() - Methode in Klasse org.jupnp.protocol.ReceivingSync
- getOutputMessage() - Methode in Klasse org.jupnp.protocol.SendingSync
- getParameters() - Methode in Klasse org.jupnp.util.MimeType
- getParent() - Methode in Klasse org.jupnp.xml.DOMElement
- getParent() - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- getParentDevice() - Methode in Klasse org.jupnp.model.meta.Device
- getParser() - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- getPath() - Methode in Klasse org.jupnp.model.Location
- getPath(Device) - Methode in Klasse org.jupnp.model.Namespace
- getPath(Service) - Methode in Klasse org.jupnp.model.Namespace
- getPathQuery() - Methode in Klasse org.jupnp.model.resource.Resource
- getPort() - Methode in Klasse org.jupnp.model.NetworkAddress
- getPort() - Methode in Klasse org.jupnp.model.types.HostPort
- getPort() - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- getPort() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- getPort() - Methode in Schnittstelle org.jupnp.transport.spi.MulticastReceiverConfiguration
- getPort() - Methode in Schnittstelle org.jupnp.transport.spi.StreamServer
-
This method will be called potentially right after
StreamServer.init(java.net.InetAddress, org.jupnp.transport.Router)
, the actual assigned local port must be available before the server is started. - getPrefix(String) - Methode in Klasse org.jupnp.xml.NamespaceContextMap
- getPrefixes(String) - Methode in Klasse org.jupnp.xml.NamespaceContextMap
- getPresentationURI() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getPrivateFields() - Methode in Klasse org.jupnp.http.CacheControl
- getProductName() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getProductToken() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getProductVersion() - Methode in Klasse org.jupnp.model.ServerClientTokens
- getPropertyChangeSupport() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- getPropertyChangeSupport() - Methode in Schnittstelle org.jupnp.model.ServiceManager
-
Provides the capability to monitor the service for state changes.
- getPropertyName() - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeEvent
- getPropertyName() - Methode in Klasse org.jupnp.model.ValidationError
- getProtocolFactory() - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- getProtocolFactory() - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- getProtocolFactory() - Methode in Schnittstelle org.jupnp.registry.Registry
- getProtocolFactory() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getProtocolFactory() - Methode in Schnittstelle org.jupnp.transport.Router
- getProtocolFactory() - Methode in Klasse org.jupnp.transport.RouterImpl
- getProtocolFactory() - Methode in Klasse org.jupnp.transport.spi.UpnpStream
- getProtocolFactory() - Methode in Schnittstelle org.jupnp.UpnpService
- getProtocolFactory() - Methode in Klasse org.jupnp.UpnpServiceImpl
- getQueryStateVariableAction() - Methode in Klasse org.jupnp.model.meta.LocalService
- getQueryStateVariableAction() - Methode in Klasse org.jupnp.model.meta.RemoteService
- getQueryStateVariableAction() - Methode in Klasse org.jupnp.model.meta.Service
- getQueue() - Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
- getReference() - Methode in Klasse org.jupnp.model.meta.Service
- getRegistry() - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- getRegistry() - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- getRegistry() - Methode in Schnittstelle org.jupnp.UpnpService
- getRegistry() - Methode in Klasse org.jupnp.UpnpServiceImpl
- getRegistryListenerExecutor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getRegistryListenerExecutor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getRegistryListenerExecutor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getRegistryMaintainerExecutor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getRegistryMaintainerExecutor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getRegistryMaintainerExecutor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getRegistryMaintenanceIntervalMillis() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getRegistryMaintenanceIntervalMillis() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getRegistryMaintenanceIntervalMillis() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getRelatedStateVariable(ActionArgument) - Methode in Klasse org.jupnp.model.meta.Service
- getRelatedStateVariableName() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- getRemoteAddress() - Methode in Schnittstelle org.jupnp.model.message.Connection
- getRemoteAddress() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- getRemoteAddress() - Methode in Klasse org.jupnp.transport.impl.ServletConnection
- getRemoteClientInfo() - Methode in Klasse org.jupnp.model.action.RemoteActionInvocation
- getRemoteClientInfo() - Methode in Klasse org.jupnp.protocol.ReceivingSync
- getRemoteDevice(UDN, boolean) - Methode in Schnittstelle org.jupnp.registry.Registry
- getRemoteDevice(UDN, boolean) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getRemoteDeviceMaxAgeSeconds() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getRemoteDeviceMaxAgeSeconds() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getRemoteDeviceMaxAgeSeconds() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Returns the time in seconds a remote device will be registered until it is expired.
- getRemoteDevices() - Methode in Schnittstelle org.jupnp.registry.Registry
- getRemoteDevices() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getRemoteExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getRemoteListenerExecutor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getRemoteListenerExecutor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getRemoteListenerExecutor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getRemoteSubscription(String) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- getRemoteSubscription(String) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getRenewAttempts() - Methode in Klasse org.jupnp.model.ExpirationDetails
- getRequest() - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- getRequest() - Methode in Klasse org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
- getRequest() - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Returns current HttpServletRequest
- getRequest() - Methode in Klasse org.jupnp.transport.impl.ServletConnection
- getRequest() - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
- getRequestedDurationSeconds() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- getRequestedTimeoutSeconds() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
- getRequestExecutorService() - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- getRequestExecutorService() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClientConfiguration
-
Used to execute the actual HTTP request, the StreamClient waits on the "current" thread for completion or timeout.
- getRequestFullURL(HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- getRequestHeaders() - Methode in Klasse org.jupnp.model.profile.ClientInfo
- getRequestInfoString(long, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- getRequestRetryCount() - Methode in Klasse org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
- getRequestUserAgent() - Methode in Klasse org.jupnp.model.profile.ClientInfo
- getRequiredChild(String) - Methode in Klasse org.jupnp.xml.DOMElement
- getResource(Class<T>, URI) - Methode in Schnittstelle org.jupnp.registry.Registry
- getResource(Class<T>, URI) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getResource(String) - Methode in Klasse org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
- getResource(URI) - Methode in Schnittstelle org.jupnp.registry.Registry
- getResource(URI) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getResources() - Methode in Schnittstelle org.jupnp.registry.Registry
- getResources() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getResources(Class<T>) - Methode in Schnittstelle org.jupnp.registry.Registry
- getResources(Class<T>) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getResources(Device) - Methode in Klasse org.jupnp.model.Namespace
- getResponse() - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- getResponse() - Methode in Klasse org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
- getResponse() - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Returns current HttpServletResponse
- getResponse() - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
- getResponseDetails() - Methode in Klasse org.jupnp.model.message.UpnpResponse
- getRetryAfterSeconds() - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- getRetryAfterSeconds() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClientConfiguration
- getRetryIterations() - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- getRetryIterations() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClientConfiguration
- getReturnType() - Methode in Klasse org.jupnp.model.state.FieldStateVariableAccessor
- getReturnType() - Methode in Klasse org.jupnp.model.state.GetterStateVariableAccessor
- getReturnType() - Methode in Klasse org.jupnp.model.state.StateVariableAccessor
- getRoot() - Methode in Klasse org.jupnp.model.meta.Device
- getRoot() - Methode in Klasse org.jupnp.model.meta.LocalDevice
- getRoot() - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- getRoot(XPath) - Methode in Klasse org.jupnp.xml.DOM
- getRootDeviceUDN() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchResponse
- getRootElementNamespace() - Methode in Klasse org.jupnp.xml.DOM
- getRouter() - Methode in Schnittstelle org.jupnp.UpnpService
- getRouter() - Methode in Klasse org.jupnp.UpnpServiceImpl
- getSchema() - Methode in Klasse org.jupnp.xml.DOMParser
- getSchemaSources() - Methode in Klasse org.jupnp.xml.SAXParser
- getSearchTarget() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchRequest
- getSearchTarget() - Methode in Klasse org.jupnp.model.message.discovery.OutgoingSearchRequest
- getSearchTarget() - Methode in Klasse org.jupnp.protocol.async.SendingSearch
- getSearchType() - Methode in Klasse org.jupnp.controlpoint.event.Search
- getSecondsUntilExpiration() - Methode in Klasse org.jupnp.model.ExpirationDetails
- getSecProductCaps() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getSequence() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- getSerialNumber() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getService() - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- getService() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- getService() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- getService() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- getService() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
- getService() - Methode in Klasse org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
- getService() - Methode in Klasse org.jupnp.model.meta.Action
- getService() - Methode in Klasse org.jupnp.model.meta.StateVariable
- getService() - Methode in Schnittstelle org.jupnp.model.ServiceManager
- getService(ServiceReference) - Methode in Schnittstelle org.jupnp.registry.Registry
- getService(ServiceReference) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getServiceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getServiceDescriptorBinderUDA10() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getServiceDescriptorBinderUDA10() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getServiceId() - Methode in Klasse org.jupnp.model.meta.Service
- getServiceId() - Methode in Klasse org.jupnp.model.ServiceReference
- getServicePath(Service) - Methode in Klasse org.jupnp.model.Namespace
- getServices() - Methode in Klasse org.jupnp.model.meta.Device
- getServices() - Methode in Klasse org.jupnp.model.meta.LocalDevice
- getServices() - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- getServiceType() - Methode in Klasse org.jupnp.model.meta.Service
- getServiceType() - Methode in Klasse org.jupnp.model.types.NamedServiceType
- getServiceType() - Methode in Klasse org.jupnp.model.types.SoapActionType
- getServletContainerAdapter() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- getSetterMethod(Class, String) - Statische Methode in Klasse org.jupnp.util.Reflections
- getSharedMaxAge() - Methode in Klasse org.jupnp.http.CacheControl
- getSoapActionProcessor() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getSoapActionProcessor() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getSoapActionProcessor() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getSocketBufferSize() - Methode in Klasse org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
-
Note: leaving this to the default value of
-1
will let the HTTP client use its defaults. - getSource() - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeEvent
- getSourceAddress() - Methode in Klasse org.jupnp.model.message.IncomingDatagramMessage
- getSourcePort() - Methode in Klasse org.jupnp.model.message.IncomingDatagramMessage
- getStateVariable() - Methode in Klasse org.jupnp.model.state.StateVariableValue
- getStateVariable(String) - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- getStateVariable(String) - Methode in Klasse org.jupnp.model.meta.Service
- getStateVariables() - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- getStateVariables() - Methode in Klasse org.jupnp.model.meta.Service
- getStateVariableValues() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- getStateVariableValues() - Methode in Klasse org.jupnp.model.message.gena.OutgoingEventRequestMessage
- getStatusCode() - Methode in Klasse org.jupnp.model.message.UpnpResponse
- getStatusCode() - Methode in Enumeration org.jupnp.model.message.UpnpResponse.Status
- getStatusMessage() - Methode in Klasse org.jupnp.model.message.UpnpResponse
- getStatusMsg() - Methode in Enumeration org.jupnp.model.message.UpnpResponse.Status
- getStep() - Methode in Schnittstelle org.jupnp.binding.AllowedValueRangeProvider
- getStep() - Methode in Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- getStreamListenPort() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- getStreamListenPort() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- getStreamServerExecutorService() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getStreamServerExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getStreamServerExecutorService() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getString() - Methode in Klasse org.jupnp.model.message.header.AVClientInfoHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.CallbackHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.ContentRangeHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.ContentTypeHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.DeviceTypeHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.DeviceUSNHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.EventSequenceHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.EXTHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.HostHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.InterfaceMacHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.LocationHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.MANHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.MaxAgeHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.MXHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.NTEventHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.NTSHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.PragmaHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.RangeHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.RootDeviceHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.ServerHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.ServiceTypeHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.ServiceUSNHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.SoapActionHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.STAllHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.SubscriptionIdHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.TimeoutHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.UDNHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.UpnpHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.UserAgentHeader
- getString() - Methode in Klasse org.jupnp.model.message.header.USNRootDeviceHeader
- getString() - Methode in Klasse org.jupnp.model.types.BytesRange
- getString() - Methode in Klasse org.jupnp.model.types.PragmaType
- getString(boolean) - Methode in Klasse org.jupnp.model.types.BytesRange
- getString(boolean, String) - Methode in Klasse org.jupnp.model.types.BytesRange
- getString(byte[]) - Methode in Klasse org.jupnp.model.types.Base64Datatype
- getString(byte[]) - Methode in Klasse org.jupnp.model.types.BinHexDatatype
- getString(Boolean) - Methode in Klasse org.jupnp.model.types.BooleanDatatype
- getString(Calendar) - Methode in Klasse org.jupnp.model.types.DateTimeDatatype
- getString(V) - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- getString(V) - Methode in Schnittstelle org.jupnp.model.types.Datatype
-
Transforms a value supported by this datatype into a string representation.
- getStringConvertibleTypes() - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- getStringConvertibleTypes() - Methode in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- getStringConvertibleTypes() - Methode in Klasse org.jupnp.model.meta.LocalService
- getSubscription() - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- getSubscriptionDurationSeconds() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
- getSubscriptionId() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- getSubscriptionId() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
- getSubscriptionId() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
- getSubscriptionId() - Methode in Klasse org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
- getSubscrptionId() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- getSubtype() - Methode in Klasse org.jupnp.util.MimeType
- getSyncProtocolExecutorService() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- getSyncProtocolExecutorService() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- getSyncProtocolExecutorService() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
- getterName() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpOutputArgument
- GetterStateVariableAccessor - Klasse in org.jupnp.model.state
-
Reads the value of a state variable using reflection and a getter method.
- GetterStateVariableAccessor(Method) - Konstruktor für Klasse org.jupnp.model.state.GetterStateVariableAccessor
- getTextContent(Node) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- getTimeout() - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Timeout value in miliseconds.
- getTimeoutSeconds() - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- getTimeoutSeconds() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClientConfiguration
- getTimeToLive() - Methode in Klasse org.jupnp.transport.impl.DatagramIOConfigurationImpl
- getTimeToLive() - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIOConfiguration
- getTimeZone() - Methode in Klasse org.jupnp.model.types.DateTimeDatatype
- getToken() - Methode in Klasse org.jupnp.model.types.PragmaType
- getType() - Methode in Klasse org.jupnp.model.message.discovery.OutgoingNotificationRequest
- getType() - Methode in Klasse org.jupnp.model.meta.Device
- getType() - Methode in Klasse org.jupnp.model.types.DeviceType
- getType() - Methode in Klasse org.jupnp.model.types.ServiceType
- getType() - Methode in Klasse org.jupnp.model.types.SoapActionType
- getType() - Methode in Klasse org.jupnp.util.MimeType
- getTypeArguments(Class<T>, Class<? extends T>) - Statische Methode in Klasse org.jupnp.util.Reflections
-
Get the actual type arguments a child class has used to extend a generic base class.
- getTypeDetails() - Methode in Klasse org.jupnp.model.meta.StateVariable
- getTypeString() - Methode in Klasse org.jupnp.model.types.SoapActionType
- getUdaMajorVersion() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getUdaMinorVersion() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- getUdn() - Methode in Klasse org.jupnp.model.meta.DeviceIdentity
- getUdn() - Methode in Klasse org.jupnp.model.ServiceReference
- getUdn() - Methode in Klasse org.jupnp.model.types.NamedDeviceType
- getUdn() - Methode in Klasse org.jupnp.model.types.NamedServiceType
- getUDN() - Methode in Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- getUnprefixedNodeName(Node) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- getUnprefixedNodeName(Node) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- getUpc() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- getUpnpService() - Methode in Schnittstelle org.jupnp.protocol.ProtocolFactory
- getUpnpService() - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- getUpnpService() - Methode in Klasse org.jupnp.protocol.ReceivingAsync
- getUpnpService() - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- getUpnpService() - Methode in Klasse org.jupnp.protocol.SendingAsync
- getUpnpService() - Methode in Schnittstelle org.jupnp.registry.Registry
- getUpnpService() - Methode in Klasse org.jupnp.registry.RegistryImpl
- getUri() - Methode in Klasse org.jupnp.model.message.StreamRequestMessage
- getUri() - Methode in Klasse org.jupnp.model.meta.Icon
- getURI() - Methode in Klasse org.jupnp.model.message.UpnpRequest
- getUrl() - Methode in Klasse org.jupnp.http.Representation
- getURL() - Methode in Klasse org.jupnp.model.Location
- getUserAgentValue(int, int) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- getUserAgentValue(int, int) - Methode in Schnittstelle org.jupnp.transport.spi.StreamClientConfiguration
-
Used for outgoing HTTP requests if no other value was already set on messages.
- getValue() - Methode in Klasse org.jupnp.model.message.header.UpnpHeader
- getValue() - Methode in Klasse org.jupnp.model.types.PragmaType
- getValue() - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- getValue() - Methode in Klasse org.jupnp.model.VariableValue
- getValuePattern() - Methode in Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
- getValues() - Methode in Schnittstelle org.jupnp.binding.AllowedValueProvider
- getValues(String) - Methode in Klasse org.jupnp.http.Query
- getValuesAsList(String) - Methode in Klasse org.jupnp.http.Query
- getValueType() - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- getValueType() - Methode in Klasse org.jupnp.model.types.Base64Datatype
- getValueType() - Methode in Klasse org.jupnp.model.types.BinHexDatatype
- getVersion() - Methode in Klasse org.jupnp.model.meta.Device
- getVersion() - Methode in Klasse org.jupnp.model.types.DeviceType
- getVersion() - Methode in Klasse org.jupnp.model.types.DLNADoc
- getVersion() - Methode in Klasse org.jupnp.model.types.ServiceType
- getVersion() - Methode in Klasse org.jupnp.model.types.SoapActionType
- getW3CDocument() - Methode in Klasse org.jupnp.xml.DOM
- getW3CElement() - Methode in Klasse org.jupnp.xml.DOMElement
- getWaitRemoteSubscription(String) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- getWaitRemoteSubscription(String) - Methode in Klasse org.jupnp.registry.RegistryImpl
- getWakeOnLANBytes() - Methode in Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- getWidth() - Methode in Klasse org.jupnp.model.meta.Icon
- getXpath() - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathChildElement(DOMElement.Builder<CHILD>, String) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathChildElements(DOMElement.Builder<CHILD>, String) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathElements(DOMElement.Builder, String) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathParentElement(DOMElement.Builder<PARENT>, String) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathParentElements(DOMElement.Builder<CHILD>, String) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathResult(String, QName) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathResult(DOMElement, XPath, String, QName) - Methode in Klasse org.jupnp.xml.DOMParser
- getXPathResult(DOM, XPath, String, QName) - Methode in Klasse org.jupnp.xml.DOMParser
- getXPathResult(Node, String, QName) - Methode in Klasse org.jupnp.xml.DOMElement
- getXPathResult(Node, XPath, String, QName) - Methode in Klasse org.jupnp.xml.DOMParser
- getXPathString(XPath, String) - Methode in Klasse org.jupnp.xml.DOMElement
- group - Variable in Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
H
- handleInvalidDescriptor(String, DescriptorBindingException) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
-
Handle processing errors while reading XML descriptors.
- handleInvalidDevice(String, D, ValidationException) - Methode in Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
-
Handle processing errors while binding XML descriptors.
- Handler(I) - Konstruktor für Klasse org.jupnp.xml.SAXParser.Handler
- Handler(I, SAXParser) - Konstruktor für Klasse org.jupnp.xml.SAXParser.Handler
- Handler(I, SAXParser.Handler) - Konstruktor für Klasse org.jupnp.xml.SAXParser.Handler
- Handler(I, SAXParser, SAXParser.Handler) - Konstruktor für Klasse org.jupnp.xml.SAXParser.Handler
- handleResponse(IncomingActionResponseMessage) - Methode in Klasse org.jupnp.protocol.sync.SendingAction
- handleResponseFailure(IncomingActionResponseMessage) - Methode in Klasse org.jupnp.protocol.sync.SendingAction
- handleSecurity(HttpServletRequest, HttpServletResponse) - Methode in Klasse org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
- handleStartFailure(InitializationException) - Methode in Schnittstelle org.jupnp.transport.Router
-
Called by the
Router.enable()
method before it returns. - handleStartFailure(InitializationException) - Methode in Klasse org.jupnp.transport.RouterImpl
- hardwareAddress - Variable in Klasse org.jupnp.model.NetworkAddress
- hasActions() - Methode in Klasse org.jupnp.model.meta.Service
- hasArguments() - Methode in Klasse org.jupnp.model.meta.Action
- hasBeenModified(long) - Methode in Klasse org.jupnp.http.Representation
- hasBody() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- hasCallbackHeader() - Methode in Klasse org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
- hasCallbackURLs() - Methode in Klasse org.jupnp.model.message.gena.OutgoingSubscribeRequestMessage
- hasEmbeddedDevices() - Methode in Klasse org.jupnp.model.meta.Device
- hasEntityTagChanged(String) - Methode in Klasse org.jupnp.http.Representation
- hasExpired() - Methode in Klasse org.jupnp.model.ExpirationDetails
- hasExpired(boolean) - Methode in Klasse org.jupnp.model.ExpirationDetails
- hashCode() - Methode in Klasse org.jupnp.http.CacheControl
- hashCode() - Methode in Klasse org.jupnp.http.Headers
- hashCode() - Methode in Klasse org.jupnp.model.Location
- hashCode() - Methode in Klasse org.jupnp.model.meta.Device
- hashCode() - Methode in Klasse org.jupnp.model.meta.DeviceIdentity
- hashCode() - Methode in Klasse org.jupnp.model.NetworkAddress
- hashCode() - Methode in Klasse org.jupnp.model.resource.Resource
- hashCode() - Methode in Klasse org.jupnp.model.ServerClientTokens
- hashCode() - Methode in Klasse org.jupnp.model.ServiceReference
- hashCode() - Methode in Klasse org.jupnp.model.types.DeviceType
- hashCode() - Methode in Klasse org.jupnp.model.types.DLNACaps
- hashCode() - Methode in Klasse org.jupnp.model.types.DLNADoc
- hashCode() - Methode in Klasse org.jupnp.model.types.HostPort
- hashCode() - Methode in Klasse org.jupnp.model.types.NamedDeviceType
- hashCode() - Methode in Klasse org.jupnp.model.types.NamedServiceType
- hashCode() - Methode in Klasse org.jupnp.model.types.ServiceId
- hashCode() - Methode in Klasse org.jupnp.model.types.ServiceType
- hashCode() - Methode in Klasse org.jupnp.model.types.SoapActionType
- hashCode() - Methode in Klasse org.jupnp.model.types.UDN
- hashCode() - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- hashCode() - Methode in Klasse org.jupnp.util.MimeType
- hasHostHeader() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- hasIcons() - Methode in Klasse org.jupnp.model.meta.Device
- hasInputArguments() - Methode in Klasse org.jupnp.model.meta.Action
- hasNext() - Methode in Klasse org.jupnp.util.Iterators.Empty
- hasNext() - Methode in Klasse org.jupnp.util.Iterators.Singular
- hasNext() - Methode in Klasse org.jupnp.util.Iterators.Synchronized
- hasNotificationHeader() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
- hasNotificationHeader() - Methode in Klasse org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
- hasNotificationHeaders() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- hasOutputArguments() - Methode in Klasse org.jupnp.model.meta.Action
- hasServices() - Methode in Klasse org.jupnp.model.meta.Device
- hasStateVariables() - Methode in Klasse org.jupnp.model.meta.Service
- hasUsableNetwork() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- hasUsableNetwork() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- hasValidNotificationHeaders() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- HeaderDeviceDetailsProvider - Klasse in org.jupnp.model.profile
-
Selects device details based on a regex and the client's HTTP headers.
- HeaderDeviceDetailsProvider(DeviceDetails) - Konstruktor für Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider
- HeaderDeviceDetailsProvider(DeviceDetails, Map<HeaderDeviceDetailsProvider.Key, DeviceDetails>) - Konstruktor für Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider
- HeaderDeviceDetailsProvider.Key - Klasse in org.jupnp.model.profile
- Headers - Klasse in org.jupnp.http
-
Unifies various HTTP header representations.
- Headers() - Konstruktor für Klasse org.jupnp.http.Headers
- Headers(boolean) - Konstruktor für Klasse org.jupnp.http.Headers
- Headers(ByteArrayInputStream) - Konstruktor für Klasse org.jupnp.http.Headers
- Headers(Map<String, List<String>>) - Konstruktor für Klasse org.jupnp.http.Headers
- HeaderUtil - Klasse in org.jupnp.transport.impl.jetty
-
Converts from/to jUPnP Headers to/from HTTP client (Jetty) header format.
- height - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- height - Variable in Klasse org.jupnp.binding.staging.MutableIcon
- HexBin - Klasse in org.jupnp.util.io
-
format validation
- HexBin() - Konstruktor für Klasse org.jupnp.util.io.HexBin
- HOST - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- HostHeader - Klasse in org.jupnp.model.message.header
- HostHeader() - Konstruktor für Klasse org.jupnp.model.message.header.HostHeader
- HostHeader(int) - Konstruktor für Klasse org.jupnp.model.message.header.HostHeader
- HostHeader(String, int) - Konstruktor für Klasse org.jupnp.model.message.header.HostHeader
- HostPort - Klasse in org.jupnp.model.types
-
Encapsulates a host string and a port.
- HostPort() - Konstruktor für Klasse org.jupnp.model.types.HostPort
- HostPort(String, int) - Konstruktor für Klasse org.jupnp.model.types.HostPort
- httpClient - Variable in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- HttpExchangeUpnpStream - Klasse in org.jupnp.transport.impl
-
Default implementation based on the JDK 6.0 built-in HTTP Server.
- HttpExchangeUpnpStream(ProtocolFactory, HttpExchange) - Konstruktor für Klasse org.jupnp.transport.impl.HttpExchangeUpnpStream
- HttpFetch - Klasse in org.jupnp.http
- HttpFetch() - Konstruktor für Klasse org.jupnp.http.HttpFetch
- HttpFetch.RepresentationFactory<E> - Schnittstelle in org.jupnp.http
- httpProxyPort - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- httpService - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- httpService - Variable in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- HttpServiceServletContainerAdapter - Klasse in org.jupnp.transport.impl.osgi
-
This is a servlet container adapter for an OSGi http service.
- HUMAN_INTERVENTION_REQUIRED - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- hydrateAction(MutableAction, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- hydrateActionArgument(MutableActionArgument, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- hydrateActionList(MutableService, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- hydrateBasic(MutableService, Service) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- hydrateDevice(MutableDevice, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- hydrateDeviceList(MutableDevice, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- hydrateIconList(MutableDevice, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- hydrateRoot(MutableDevice, Element) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- hydrateRoot(MutableService, Element) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- hydrateServiceList(MutableDevice, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- hydrateServiceStateTableList(MutableService, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- hydrateSpecVersion(MutableDevice, Node) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- hydrateStateVariable(MutableStateVariable, Element) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
I
- I1 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- I2 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- I2_SHORT - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- I4 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- icon - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- Icon - Klasse in org.jupnp.model.meta
-
The metadata of a device icon, might include the actual image data of a local icon.
- Icon(String, int, int, int, File) - Konstruktor für Klasse org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data can be resolved with a
File
, the file's name must be unique within the scope of a device. - Icon(String, int, int, int, String, byte[]) - Konstruktor für Klasse org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data is in a
byte[]
. - Icon(String, int, int, int, String, InputStream) - Konstruktor für Klasse org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data is an
InputStream
. - Icon(String, int, int, int, String, String) - Konstruktor für Klasse org.jupnp.model.meta.Icon
-
Use this constructor if your local icon is binary data encoded with BinHex.
- Icon(String, int, int, int, URI) - Konstruktor für Klasse org.jupnp.model.meta.Icon
-
Used internally by jUPnP when
RemoteDevice
is discovered, you shouldn't have to call this. - Icon(String, int, int, int, URL) - Konstruktor für Klasse org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data can be resolved on the classpath, for example:
MyClass.class.getResource("/my/icon.png)
- Icon(MimeType, int, int, int, URI, byte[]) - Konstruktor für Klasse org.jupnp.model.meta.Icon
- IconHandler(MutableIcon, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
- iconList - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- IconListHandler(List<MutableIcon>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
- IconResource - Klasse in org.jupnp.model.resource
- IconResource(URI, Icon) - Konstruktor für Klasse org.jupnp.model.resource.IconResource
- icons - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- ILLEGAL_MIME_TYPE - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- implementsVersion(DeviceType) - Methode in Klasse org.jupnp.model.types.DeviceType
- implementsVersion(ServiceType) - Methode in Klasse org.jupnp.model.types.ServiceType
- IN - Enum-Konstante in Enumeration org.jupnp.model.meta.ActionArgument.Direction
- IncomingActionRequestMessage - Klasse in org.jupnp.model.message.control
- IncomingActionRequestMessage(StreamRequestMessage, LocalService) - Konstruktor für Klasse org.jupnp.model.message.control.IncomingActionRequestMessage
- IncomingActionResponseMessage - Klasse in org.jupnp.model.message.control
- IncomingActionResponseMessage(StreamResponseMessage) - Konstruktor für Klasse org.jupnp.model.message.control.IncomingActionResponseMessage
- IncomingActionResponseMessage(UpnpResponse) - Konstruktor für Klasse org.jupnp.model.message.control.IncomingActionResponseMessage
- IncomingDatagramMessage<O> - Klasse in org.jupnp.model.message
-
A received UDP datagram request or response message, with source address and port.
- IncomingDatagramMessage(IncomingDatagramMessage<O>) - Konstruktor für Klasse org.jupnp.model.message.IncomingDatagramMessage
- IncomingDatagramMessage(O, InetAddress, int, InetAddress) - Konstruktor für Klasse org.jupnp.model.message.IncomingDatagramMessage
- IncomingEventRequestMessage - Klasse in org.jupnp.model.message.gena
- IncomingEventRequestMessage(StreamRequestMessage, RemoteService) - Konstruktor für Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- IncomingNotificationRequest - Klasse in org.jupnp.model.message.discovery
- IncomingNotificationRequest(IncomingDatagramMessage<UpnpRequest>) - Konstruktor für Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- IncomingSearchRequest - Klasse in org.jupnp.model.message.discovery
- IncomingSearchRequest(IncomingDatagramMessage<UpnpRequest>) - Konstruktor für Klasse org.jupnp.model.message.discovery.IncomingSearchRequest
- IncomingSearchResponse - Klasse in org.jupnp.model.message.discovery
- IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Konstruktor für Klasse org.jupnp.model.message.discovery.IncomingSearchResponse
- IncomingSubscribeRequestMessage - Klasse in org.jupnp.model.message.gena
- IncomingSubscribeRequestMessage(StreamRequestMessage, LocalService) - Konstruktor für Klasse org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
- IncomingSubscribeResponseMessage - Klasse in org.jupnp.model.message.gena
- IncomingSubscribeResponseMessage(StreamResponseMessage) - Konstruktor für Klasse org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
- IncomingUnsubscribeRequestMessage - Klasse in org.jupnp.model.message.gena
- IncomingUnsubscribeRequestMessage(StreamRequestMessage, LocalService) - Konstruktor für Klasse org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
- increment(boolean) - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- incrementSequence() - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
- INFINITE_VALUE - Statische Variable in Klasse org.jupnp.model.message.header.TimeoutHeader
- init() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- init(InetAddress, int, Router, DatagramProcessor) - Methode in Klasse org.jupnp.transport.impl.DatagramIOImpl
- init(InetAddress, int, Router, DatagramProcessor) - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIO
-
Configures the service and starts any listening sockets.
- init(InetAddress, Router) - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- init(InetAddress, Router) - Methode in Schnittstelle org.jupnp.transport.spi.StreamServer
-
Configures the service and starts any listening sockets.
- init(NetworkInterface, Router, NetworkAddressFactory, DatagramProcessor) - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- init(NetworkInterface, Router, NetworkAddressFactory, DatagramProcessor) - Methode in Schnittstelle org.jupnp.transport.spi.MulticastReceiver
-
Configures the service and starts any listening sockets.
- InitializationException - Ausnahmeklasse in org.jupnp.transport.spi
-
Thrown by the transport layer implementation when service setup fails.
- InitializationException(String) - Konstruktor für Ausnahmeklasse org.jupnp.transport.spi.InitializationException
- InitializationException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.transport.spi.InitializationException
- initialSearchEnabled() - Element in Annotationstyp org.jupnp.UpnpServiceImpl.Config
- input - Variable in Klasse org.jupnp.model.action.ActionInvocation
- INPUT_ARG_VAR_NAME - Statische Variable in Klasse org.jupnp.model.meta.QueryStateVariableAction
- instance - Variable in Klasse org.jupnp.xml.SAXParser.Handler
- INSTANCE - Statische Variable in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- INSTANCE - Statische Variable in Klasse org.jupnp.transport.impl.jetty.JettyTransportConfiguration
- INT - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- INTEGER - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- INTEGER_PRIMITIVE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- IntegerDatatype - Klasse in org.jupnp.model.types
-
Although the UDA 1.0 spec doesn't say it, we assume that "int" is a 4 byte regular Java integer.
- IntegerDatatype(int) - Konstruktor für Klasse org.jupnp.model.types.IntegerDatatype
- InterfaceMacHeader - Klasse in org.jupnp.model.message.header
-
Custom header for jUPnP, used to transfer the MAC ethernet address for Wake-on-LAN.
- InterfaceMacHeader() - Konstruktor für Klasse org.jupnp.model.message.header.InterfaceMacHeader
- InterfaceMacHeader(byte[]) - Konstruktor für Klasse org.jupnp.model.message.header.InterfaceMacHeader
- InterfaceMacHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.InterfaceMacHeader
- interfaces - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- INTERNAL_SERVER_ERROR - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- INVALID_ACTION - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- INVALID_ARGS - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- INVALID_CONTROL_URL - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- INVALID_SEQUENCE - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- InvalidHeaderException - Ausnahmeklasse in org.jupnp.model.message.header
-
Thrown if the value of a header was invalid for the given header.
- InvalidHeaderException(String) - Konstruktor für Ausnahmeklasse org.jupnp.model.message.header.InvalidHeaderException
- InvalidHeaderException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.model.message.header.InvalidHeaderException
- invalidMessage(RemoteGENASubscription, UnsupportedDataException) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
-
Called when a received event message could not be parsed successfully.
- invalidMessage(UnsupportedDataException) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- InvalidValueException - Ausnahmeklasse in org.jupnp.model.types
-
Thrown by datatypes and variable value conversion procedures.
- InvalidValueException(String) - Konstruktor für Ausnahmeklasse org.jupnp.model.types.InvalidValueException
- InvalidValueException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.model.types.InvalidValueException
- invoke(Object, Method, Object[]) - Methode in Klasse org.jupnp.util.statemachine.StateMachineInvocationHandler
- invoke(Method, Object, Object...) - Statische Methode in Klasse org.jupnp.util.Reflections
- invokeAndWrap(Method, Object, Object...) - Statische Methode in Klasse org.jupnp.util.Reflections
- invokeRemote(OutgoingActionRequestMessage) - Methode in Klasse org.jupnp.protocol.sync.SendingAction
- IO - Klasse in org.jupnp.util.io
- IO() - Konstruktor für Klasse org.jupnp.util.io.IO
- IPV4_UPNP_MULTICAST_GROUP - Statische Variable in Schnittstelle org.jupnp.model.Constants
- IPV6_UPNP_ADMINISTRATIVE_ADDRESS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- IPV6_UPNP_GLOBAL_ADDRESS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- IPV6_UPNP_LINK_LOCAL_ADDRESS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- IPV6_UPNP_SITE_LOCAL_ADDRESS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- IPV6_UPNP_SUBNET_ADDRESS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- isAbsoluteURI(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- isActionExcluded(Action) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
Override this method to exclude action/methods after they have been discovered.
- isAdvertised() - Methode in Klasse org.jupnp.model.DiscoveryOptions
- isAdvertisementDisabled(LocalDevice) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- isAliveMessage() - Methode in Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- isAndroidBubbleUPnPRequest(String) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isBodyNonEmptyString() - Methode in Schnittstelle org.jupnp.model.message.control.ActionMessage
- isBodyNonEmptyString() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- isByeBye(IncomingDatagramMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- isByeByeBeforeFirstAlive() - Methode in Klasse org.jupnp.model.DiscoveryOptions
- isByeByeMessage() - Methode in Klasse org.jupnp.model.message.discovery.IncomingNotificationRequest
- isClassAvailable(String) - Statische Methode in Klasse org.jupnp.util.Reflections
- isCompatible(MimeType) - Methode in Klasse org.jupnp.util.MimeType
- isCompleted() - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Returns true if the complete() method was called, false if we have reached a timeout.
- isConfigured - Variable in Klasse org.jupnp.UpnpServiceImpl
- isConnectionOpen(HttpServletRequest) - Methode in Klasse org.jupnp.transport.impl.ServletConnection
-
Override this method if you can check, at a low level, if the client connection is still open for the given request.
- isContentTypeMissingOrText() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- isContentTypeText() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- isContentTypeTextUDA() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- isControlPath(URI) - Methode in Klasse org.jupnp.model.Namespace
- isEmpty() - Methode in Klasse org.jupnp.http.Headers
- isEmpty() - Methode in Klasse org.jupnp.http.Query
- isEnabled() - Methode in Schnittstelle org.jupnp.transport.Router
- isEnabled() - Methode in Klasse org.jupnp.transport.RouterImpl
- isEventCallbackPath(URI) - Methode in Klasse org.jupnp.model.Namespace
- isEventSubscriptionPath(URI) - Methode in Klasse org.jupnp.model.Namespace
- isExpired(long) - Methode in Klasse org.jupnp.http.Representation
- isExpired(long, long) - Methode in Klasse org.jupnp.http.Representation
- isFailed() - Methode in Klasse org.jupnp.model.message.UpnpResponse
- isFailedNonRecoverable() - Methode in Klasse org.jupnp.model.message.control.IncomingActionResponseMessage
- isFailedRecoverable() - Methode in Klasse org.jupnp.model.message.control.IncomingActionResponseMessage
- isFullyHydrated() - Methode in Klasse org.jupnp.model.meta.Device
- isHalted() - Methode in Klasse org.jupnp.xml.DOMParser.NodeVisitor
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.BooleanDatatype
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.CharacterDatatype
- isHandlingJavaType(Class) - Methode in Schnittstelle org.jupnp.model.types.Datatype
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.DoubleDatatype
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.FloatDatatype
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.IntegerDatatype
- isHandlingJavaType(Class) - Methode in Klasse org.jupnp.model.types.ShortDatatype
- isIgnorableWSNode(Node) - Methode in Klasse org.jupnp.xml.DOMParser
- isInRange(long) - Methode in Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- isInRange(long) - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- isInstanceOf(Class, String) - Statische Methode in Klasse org.jupnp.util.Reflections
- isInSubnet(byte[], byte[], short) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- isJRiverRequest(String) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isJRiverRequest(HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isLastElement(String, String, String) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- isLastElement(String, String, String) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- isLastElement(String, String, String) - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
- isLastElement(Descriptor.Device.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
- isLastElement(Descriptor.Service.ELEMENT) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
- isMANSSDPDiscover() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchRequest
- isModeratedNumericType() - Methode in Klasse org.jupnp.model.meta.StateVariable
- isMustRevalidate() - Methode in Klasse org.jupnp.http.CacheControl
- isNameOrAlias(String) - Methode in Klasse org.jupnp.model.meta.ActionArgument
- isNoCache() - Methode in Klasse org.jupnp.http.CacheControl
- isNoCache() - Methode in Klasse org.jupnp.http.Representation
- isNoStore() - Methode in Klasse org.jupnp.http.CacheControl
- isNoStore() - Methode in Klasse org.jupnp.http.Representation
- isNoTransform() - Methode in Klasse org.jupnp.http.CacheControl
- isNumeric(Datatype.Builtin) - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Builtin
- isOpen() - Methode in Schnittstelle org.jupnp.model.message.Connection
- isOpen() - Methode in Klasse org.jupnp.transport.impl.ServletConnection
- isPaused() - Methode in Schnittstelle org.jupnp.registry.Registry
- isPaused() - Methode in Klasse org.jupnp.registry.RegistryImpl
- isPrivateFlag() - Methode in Klasse org.jupnp.http.CacheControl
- isProxyRevalidate() - Methode in Klasse org.jupnp.http.CacheControl
- isPS3Request() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- isPS3Request(String, String) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isPS3Request(HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isReceivedSubscriptionTimeoutIgnored() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- isReceivedSubscriptionTimeoutIgnored() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- isReceivedSubscriptionTimeoutIgnored() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Ignore the received event subscription timeout from remote control points.
- isRequestCancelled() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
-
Check if the remote client's connection is still open.
- isRetrievalInProgress(RemoteDevice) - Statische Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
-
Check if the descriptor that is going to be retrieved by this task is already being retrieved by another task.
- isReturnValue() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- isRoot() - Methode in Klasse org.jupnp.model.meta.Device
- isRunning - Variable in Klasse org.jupnp.UpnpServiceImpl
- isSearchResponseMessage() - Methode in Klasse org.jupnp.model.message.discovery.IncomingSearchResponse
- isSendEvents() - Methode in Klasse org.jupnp.model.meta.StateVariableEventDetails
- isStringConvertibleType(Class) - Methode in Klasse org.jupnp.model.meta.LocalService
- isStringConvertibleType(Object) - Methode in Klasse org.jupnp.model.meta.LocalService
- isStringConvertibleType(Set<Class>, Class) - Statische Methode in Klasse org.jupnp.model.ModelUtil
- isSupportedServiceAdvertisement(IncomingDatagramMessage) - Methode in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- isSupportsQueryStateVariables() - Methode in Klasse org.jupnp.model.meta.LocalService
- isText() - Methode in Klasse org.jupnp.model.message.header.ContentTypeHeader
- isUDA11Compliant() - Methode in Klasse org.jupnp.model.types.UDN
- isUDACompliantXML() - Methode in Klasse org.jupnp.model.message.header.ContentTypeHeader
- isUsableAddress(NetworkInterface, InetAddress) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
Validation of every discovered local address.
- isUsableNetworkInterface(NetworkInterface) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
Validation of every discovered network interface.
- isUseOutputArgumentAccessors(ActionInvocation<LocalService>) - Methode in Klasse org.jupnp.model.action.MethodActionExecutor
- isValid(Integer) - Methode in Klasse org.jupnp.model.types.IntegerDatatype
- isValid(V) - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- isValid(V) - Methode in Schnittstelle org.jupnp.model.types.Datatype
- isValidHeaders() - Methode in Klasse org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
- isValidHeaderType(Class<? extends UpnpHeader>) - Methode in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- isValidUDAName(String) - Statische Methode in Klasse org.jupnp.model.ModelUtil
- isValuePatternMatch(String) - Methode in Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
- isWildcardSubtype() - Methode in Klasse org.jupnp.util.MimeType
- isWildcardType() - Methode in Klasse org.jupnp.util.MimeType
- isWMPRequest() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- isWMPRequest(String) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isXbox360AlbumArtRequest(HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isXbox360Request() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- isXbox360Request(String, String) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- isXbox360Request(HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- Iterators - Klasse in org.jupnp.util
- Iterators() - Konstruktor für Klasse org.jupnp.util.Iterators
- Iterators.Empty<E> - Klasse in org.jupnp.util
-
A default implementation with no elements.
- Iterators.Singular<E> - Klasse in org.jupnp.util
-
A fixed single element.
- Iterators.Synchronized<E> - Klasse in org.jupnp.util
-
Wraps a collection and provides stable iteration with thread-safe removal.
J
- JettyServletContainer - Klasse in org.jupnp.transport.impl.jetty
-
A singleton wrapper of a
org.eclipse.jetty.server.Server
. - JettyStreamClientImpl - Klasse in org.jupnp.transport.impl.jetty
-
Implementation based on Jetty 9.2.x.
- JettyStreamClientImpl(StreamClientConfigurationImpl) - Konstruktor für Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- JettyTransportConfiguration - Klasse in org.jupnp.transport.impl.jetty
-
Implementation of
TransportConfiguration
for Jetty HTTP components. - JettyTransportConfiguration() - Konstruktor für Klasse org.jupnp.transport.impl.jetty.JettyTransportConfiguration
- JUPnPExecutor() - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPExecutor
- JUPnPExecutor(ThreadFactory, RejectedExecutionHandler) - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPExecutor
- JUPnPThreadFactory() - Konstruktor für Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
K
- Key(String, String) - Konstruktor für Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
- keySet() - Methode in Klasse org.jupnp.http.Headers
L
- listenPort - Variable in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- localAddress - Variable in Klasse org.jupnp.transport.impl.DatagramIOImpl
- LocalDevice - Klasse in org.jupnp.model.meta
-
The metadata of a device created on this host, by application code.
- LocalDevice(DeviceIdentity) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], LocalService[], LocalDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetailsProvider, Icon[], LocalService[], LocalDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService[], LocalDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService, LocalDevice) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService[], LocalDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService, LocalDevice) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService[], LocalDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService, LocalDevice) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, Icon[], LocalService, LocalDevice) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, Icon, LocalService[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, LocalService) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, LocalService, LocalDevice) - Konstruktor für Klasse org.jupnp.model.meta.LocalDevice
- localDeviceAdded(Registry, LocalDevice) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- localDeviceAdded(Registry, LocalDevice) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called after you add your own device to the
Registry
. - LocalDeviceDiscovery - Klasse in org.jupnp.registry.event
- LocalDeviceDiscovery(LocalDevice) - Konstruktor für Klasse org.jupnp.registry.event.LocalDeviceDiscovery
- localDeviceRemoved(Registry, LocalDevice) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- localDeviceRemoved(Registry, LocalDevice) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called after you remove your own device from the
Registry
. - LocalGENASubscription - Klasse in org.jupnp.model.gena
-
An incoming subscription to a local service.
- LocalGENASubscription(LocalService, Integer, List<URL>) - Konstruktor für Klasse org.jupnp.model.gena.LocalGENASubscription
- LocalGENASubscription(LocalService, List<URL>) - Konstruktor für Klasse org.jupnp.model.gena.LocalGENASubscription
- localItems - Variable in Klasse org.jupnp.registry.RegistryImpl
- localItemsLock - Variable in Klasse org.jupnp.registry.RegistryImpl
- localPort - Variable in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- LocalService<T> - Klasse in org.jupnp.model.meta
-
The metadata of a service created on this host, by application code.
- LocalService(ServiceType, ServiceId, Map<Action, ActionExecutor>, Map<StateVariable, StateVariableAccessor>, Set<Class>, boolean) - Konstruktor für Klasse org.jupnp.model.meta.LocalService
- LocalService(ServiceType, ServiceId, Action[], StateVariable[]) - Konstruktor für Klasse org.jupnp.model.meta.LocalService
- LocalServiceBinder - Schnittstelle in org.jupnp.binding
-
Reads
LocalService
metadata given a Java class. - LocalServiceBindingException - Ausnahmeklasse in org.jupnp.binding
-
Thrown when reading/writing
LocalService
metadata failed. - LocalServiceBindingException(String) - Konstruktor für Ausnahmeklasse org.jupnp.binding.LocalServiceBindingException
- LocalServiceBindingException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.binding.LocalServiceBindingException
- Location - Klasse in org.jupnp.model
-
The IP address/port, MAC address, and URI path of a (network) location.
- Location(NetworkAddress, String) - Konstruktor für Klasse org.jupnp.model.Location
- LOCATION - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- LocationHeader - Klasse in org.jupnp.model.message.header
-
TODO: UDA 1.1 says it should be RfC 3986 compatible.
- LocationHeader() - Konstruktor für Klasse org.jupnp.model.message.header.LocationHeader
- LocationHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.LocationHeader
- LocationHeader(URL) - Konstruktor für Klasse org.jupnp.model.message.header.LocationHeader
- lock - Variable in Klasse org.jupnp.model.DefaultServiceManager
- lock - Variable in Klasse org.jupnp.registry.RegistryImpl
- lock() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- lock(Lock) - Methode in Klasse org.jupnp.transport.RouterImpl
- lock(Lock, int) - Methode in Klasse org.jupnp.transport.RouterImpl
- log() - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- logExecutionException(Throwable) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- logExecutionException(Throwable) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClient
- logger - Variable in Klasse org.jupnp.controlpoint.SubscriptionCallback
- logger - Variable in Klasse org.jupnp.transport.impl.ServletUpnpStream
- logInterfaceInformation() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- logInterfaceInformation() - Methode in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
-
For debugging, logs all "usable" network interface(s) details with INFO level.
- logInterfaceInformation(NetworkInterface) - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- logInvalidXML(String) - Methode in Klasse org.jupnp.model.VariableValue
- logWarningSeconds - Variable in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
M
- MAGIC_CONTROL_NS - Statische Variable in Klasse org.jupnp.model.types.SoapActionType
- MAGIC_CONTROL_TYPE - Statische Variable in Klasse org.jupnp.model.types.SoapActionType
- main(String[]) - Statische Methode in Klasse org.jupnp.Main
- Main - Klasse in org.jupnp
-
Runs a simple UPnP discovery procedure.
- Main() - Konstruktor für Klasse org.jupnp.Main
- mainExecutorService - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- maintain(List<Runnable>, ExpirationDetails) - Methode in Klasse org.jupnp.model.resource.Resource
-
Called periodically by the registry to maintain the resource.
- mainThreadPool - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- major - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- major - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- major - Variable in Klasse org.jupnp.binding.staging.MutableUDAVersion
- MAN - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- manager - Variable in Klasse org.jupnp.model.meta.LocalService
- MANHeader - Klasse in org.jupnp.model.message.header
- MANHeader() - Konstruktor für Klasse org.jupnp.model.message.header.MANHeader
- MANHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.MANHeader
- MANHeader(String, String) - Konstruktor für Klasse org.jupnp.model.message.header.MANHeader
- manufacturer - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- manufacturer - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- ManufacturerDetails - Klasse in org.jupnp.model.meta
-
Encpasulates optional metadata about a device's manufacturer.
- ManufacturerDetails(String) - Konstruktor für Klasse org.jupnp.model.meta.ManufacturerDetails
- ManufacturerDetails(String, String) - Konstruktor für Klasse org.jupnp.model.meta.ManufacturerDetails
- ManufacturerDetails(String, URI) - Konstruktor für Klasse org.jupnp.model.meta.ManufacturerDetails
- ManufacturerDetails(URI) - Konstruktor für Klasse org.jupnp.model.meta.ManufacturerDetails
- manufacturerURI - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- manufacturerURL - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- matches(URI) - Methode in Klasse org.jupnp.model.resource.Resource
- MAX_AGE - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- MAX_AGE_REGEX - Statische Variable in Klasse org.jupnp.model.message.header.MaxAgeHeader
- MaxAgeHeader - Klasse in org.jupnp.model.message.header
- MaxAgeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.MaxAgeHeader
- MaxAgeHeader(Integer) - Konstruktor für Klasse org.jupnp.model.message.header.MaxAgeHeader
- maximum - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- maximum - Variable in Klasse org.jupnp.binding.staging.MutableAllowedValueRange
- method - Variable in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- method - Variable in Klasse org.jupnp.model.action.MethodActionExecutor
- METHOD_CURRENT_STATE - Statische Variable in Schnittstelle org.jupnp.util.statemachine.StateMachine
- METHOD_FORCE_STATE - Statische Variable in Schnittstelle org.jupnp.util.statemachine.StateMachine
- METHOD_NOT_SUPPORTED - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- METHOD_ON_ENTRY - Statische Variable in Klasse org.jupnp.util.statemachine.StateMachineInvocationHandler
- METHOD_ON_EXIT - Statische Variable in Klasse org.jupnp.util.statemachine.StateMachineInvocationHandler
- MethodActionExecutor - Klasse in org.jupnp.model.action
-
Invokes methods on a service implementation instance with reflection.
- MethodActionExecutor(Method) - Konstruktor für Klasse org.jupnp.model.action.MethodActionExecutor
- MethodActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>, Method) - Konstruktor für Klasse org.jupnp.model.action.MethodActionExecutor
- mimetype - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- mimeType - Variable in Klasse org.jupnp.binding.staging.MutableIcon
- MimeType - Klasse in org.jupnp.util
- MimeType() - Konstruktor für Klasse org.jupnp.util.MimeType
- MimeType(String, String) - Konstruktor für Klasse org.jupnp.util.MimeType
- MimeType(String, String, Map<String, String>) - Konstruktor für Klasse org.jupnp.util.MimeType
- MIN_ADVERTISEMENT_AGE_SECONDS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- minimum - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- minimum - Variable in Klasse org.jupnp.binding.staging.MutableAllowedValueRange
- minor - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- minor - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- minor - Variable in Klasse org.jupnp.binding.staging.MutableUDAVersion
- modelDescription - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- modelDescription - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- ModelDetails - Klasse in org.jupnp.model.meta
-
Encpasulates optional metadata about the model of a device.
- ModelDetails(String) - Konstruktor für Klasse org.jupnp.model.meta.ModelDetails
- ModelDetails(String, String) - Konstruktor für Klasse org.jupnp.model.meta.ModelDetails
- ModelDetails(String, String, String) - Konstruktor für Klasse org.jupnp.model.meta.ModelDetails
- ModelDetails(String, String, String, String) - Konstruktor für Klasse org.jupnp.model.meta.ModelDetails
- ModelDetails(String, String, String, URI) - Konstruktor für Klasse org.jupnp.model.meta.ModelDetails
- modelName - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- modelName - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- modelNumber - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- modelNumber - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- modelURI - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- modelURL - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- ModelUtil - Klasse in org.jupnp.model
-
Shared trivial procedures.
- ModelUtil() - Konstruktor für Klasse org.jupnp.model.ModelUtil
- moderateStateVariables(long, Collection<StateVariableValue>) - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
-
Checks whether a state variable is moderated, and if this change is within the maximum rate and range limits.
- modified(SpecificationViolationReporterConfig.Config) - Methode in Klasse org.jupnp.util.SpecificationViolationReporterConfig
- MSEARCH - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- multicastAddress - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- multicastInterface - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- MulticastReceiver<C> - Schnittstelle in org.jupnp.transport.spi
-
Service for receiving multicast UDP datagrams, one per bound network interface.
- MulticastReceiverConfiguration - Schnittstelle in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- MulticastReceiverConfigurationImpl - Klasse in org.jupnp.transport.impl
-
Settings for the default implementation.
- MulticastReceiverConfigurationImpl(String, int) - Konstruktor für Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
- MulticastReceiverConfigurationImpl(String, int, int) - Konstruktor für Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- MulticastReceiverConfigurationImpl(InetAddress, int) - Konstruktor für Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
- MulticastReceiverConfigurationImpl(InetAddress, int, int) - Konstruktor für Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- MulticastReceiverImpl - Klasse in org.jupnp.transport.impl
-
Default implementation based on a UDP
MulticastSocket
. - MulticastReceiverImpl(MulticastReceiverConfigurationImpl) - Konstruktor für Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- multicastReceivers - Variable in Klasse org.jupnp.transport.RouterImpl
- multicastResponsePort - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- multicastResponsePort - Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- mustRevalidate() - Methode in Klasse org.jupnp.http.Representation
- MutableAction - Klasse in org.jupnp.binding.staging
- MutableAction() - Konstruktor für Klasse org.jupnp.binding.staging.MutableAction
- MutableActionArgument - Klasse in org.jupnp.binding.staging
- MutableActionArgument() - Konstruktor für Klasse org.jupnp.binding.staging.MutableActionArgument
- MutableAllowedValueRange - Klasse in org.jupnp.binding.staging
- MutableAllowedValueRange() - Konstruktor für Klasse org.jupnp.binding.staging.MutableAllowedValueRange
- MutableDevice - Klasse in org.jupnp.binding.staging
- MutableDevice() - Konstruktor für Klasse org.jupnp.binding.staging.MutableDevice
- MutableIcon - Klasse in org.jupnp.binding.staging
- MutableIcon() - Konstruktor für Klasse org.jupnp.binding.staging.MutableIcon
- MutableService - Klasse in org.jupnp.binding.staging
- MutableService() - Konstruktor für Klasse org.jupnp.binding.staging.MutableService
- MutableStateVariable - Klasse in org.jupnp.binding.staging
- MutableStateVariable() - Konstruktor für Klasse org.jupnp.binding.staging.MutableStateVariable
- MutableUDAVersion - Klasse in org.jupnp.binding.staging
- MutableUDAVersion() - Konstruktor für Klasse org.jupnp.binding.staging.MutableUDAVersion
- MX - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- MXHeader - Klasse in org.jupnp.model.message.header
- MXHeader() - Konstruktor für Klasse org.jupnp.model.message.header.MXHeader
-
Defaults to 3 seconds.
- MXHeader(Integer) - Konstruktor für Klasse org.jupnp.model.message.header.MXHeader
- mxSeconds - Variable in Klasse org.jupnp.controlpoint.event.Search
N
- name - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- name - Variable in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- name - Variable in Klasse org.jupnp.binding.staging.MutableAction
- name - Variable in Klasse org.jupnp.binding.staging.MutableActionArgument
- name - Variable in Klasse org.jupnp.binding.staging.MutableStateVariable
- name() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpAction
- name() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpInputArgument
- name() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpOutputArgument
- name() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- NamedDeviceType - Klasse in org.jupnp.model.types
-
Combines a
UDN
with aDeviceType
, string representation is separated by double-colon. - NamedDeviceType(UDN, DeviceType) - Konstruktor für Klasse org.jupnp.model.types.NamedDeviceType
- NamedServiceType - Klasse in org.jupnp.model.types
-
Combines a
UDN
with aServiceType
, string representation is separated by double-colon. - NamedServiceType(UDN, ServiceType) - Konstruktor für Klasse org.jupnp.model.types.NamedServiceType
- namePrefix - Variable in Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
- namespace - Variable in Klasse org.jupnp.model.message.header.MANHeader
- namespace - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- namespace() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpServiceId
- namespace() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpServiceType
- Namespace - Klasse in org.jupnp.model
-
Enforces path conventions for all locally offered resources (descriptors, icons, etc.)
- Namespace() - Konstruktor für Klasse org.jupnp.model.Namespace
- Namespace(String) - Konstruktor für Klasse org.jupnp.model.Namespace
- Namespace(URI) - Konstruktor für Klasse org.jupnp.model.Namespace
- NAMESPACE_PATTERN - Statische Variable in Klasse org.jupnp.model.message.header.MANHeader
- NAMESPACE_URI - Statische Variable in Schnittstelle org.jupnp.binding.xml.Descriptor.Device
- NAMESPACE_URI - Statische Variable in Schnittstelle org.jupnp.binding.xml.Descriptor.Service
- NamespaceContextMap - Klasse in org.jupnp.xml
-
This should have been part of the JDK.
- NamespaceContextMap() - Konstruktor für Klasse org.jupnp.xml.NamespaceContextMap
- networkAddress - Variable in Klasse org.jupnp.model.Location
- NetworkAddress - Klasse in org.jupnp.model
-
IP address, port, and optional interface hardware address (MAC) of a network service.
- NetworkAddress(InetAddress, int) - Konstruktor für Klasse org.jupnp.model.NetworkAddress
- NetworkAddress(InetAddress, int, byte[]) - Konstruktor für Klasse org.jupnp.model.NetworkAddress
- networkAddressFactory - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- networkAddressFactory - Variable in Klasse org.jupnp.transport.RouterImpl
- NetworkAddressFactory - Schnittstelle in org.jupnp.transport.spi
-
Configuration utility for network interfaces and addresses.
- NetworkAddressFactoryImpl - Klasse in org.jupnp.transport.impl
-
Default implementation of network interface and address configuration/discovery.
- NetworkAddressFactoryImpl() - Konstruktor für Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
Defaults to an ephemeral port.
- NetworkAddressFactoryImpl(int, int) - Konstruktor für Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- NetworkAddressFactoryImpl(int, int, String) - Konstruktor für Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- networkInterfaces - Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- newChildrenArray(int) - Methode in Klasse org.jupnp.xml.DOMElement.ArrayBuilder
- newDocument() - Methode in Klasse org.jupnp.transport.impl.PooledXmlProcessor
- newInstance(Map<String, List<String>>) - Statische Methode in Klasse org.jupnp.http.Query
- newInstance(UpnpHeader.Type, String) - Statische Methode in Klasse org.jupnp.model.message.header.UpnpHeader
-
Create a new instance of a
UpnpHeader
subtype that matches the given type and value. - newInstance(ServiceType, ServiceId, URI, URI, URI, Action<LocalService>[], StateVariable<LocalService>[]) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- newInstance(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- newInstance(ServiceType, ServiceId, URI, URI, URI, Action<S>[], StateVariable<S>[]) - Methode in Klasse org.jupnp.model.meta.Device
- newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], LocalService[], List<LocalDevice>) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], List<RemoteDevice>) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], S[], List<D>) - Methode in Klasse org.jupnp.model.meta.Device
- newServiceArray(int) - Methode in Klasse org.jupnp.model.meta.Device
- newServiceArray(int) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- newServiceArray(int) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- newThread(Runnable) - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
- next() - Methode in Klasse org.jupnp.util.Iterators.Empty
- next() - Methode in Klasse org.jupnp.util.Iterators.Singular
- next() - Methode in Klasse org.jupnp.util.Iterators.Synchronized
- NO_SUCH_SESSION - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- nodeToString(Node, Set<String>, String) - Statische Methode in Klasse org.jupnp.model.XMLUtil
- NodeVisitor(short) - Konstruktor für Klasse org.jupnp.xml.DOMParser.NodeVisitor
- NoNetworkException - Ausnahmeklasse in org.jupnp.transport.spi
-
Might be thrown by the constructor of
NetworkAddressFactory
andRouter
if no usable network interfaces/addresses were discovered. - NoNetworkException(String) - Konstruktor für Ausnahmeklasse org.jupnp.transport.spi.NoNetworkException
- normalizeTimeZone(String) - Methode in Klasse org.jupnp.model.types.DateTimeDatatype
- normalizeURI(URI) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- NOT_ENCRYPTED - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- NOT_FOUND - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- NOT_IMPLEMENTED - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- NotificationSubtype - Enum in org.jupnp.model.types
-
Notification message types for SSDP.
- NOTIFY - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- notifyDiscoveryFailure(RemoteDevice, Exception) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack when the discovery protocol stopped abnormaly.
- notifyDiscoveryFailure(RemoteDevice, Exception) - Methode in Klasse org.jupnp.registry.RegistryImpl
- notifyDiscoveryStart(RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack when the discovery protocol starts.
- notifyDiscoveryStart(RemoteDevice) - Methode in Klasse org.jupnp.registry.RegistryImpl
- NS_UPNP_CONTROL_10 - Statische Variable in Schnittstelle org.jupnp.model.Constants
- NS_UPNP_EVENT_10 - Statische Variable in Schnittstelle org.jupnp.model.Constants
- NT - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- NTEventHeader - Klasse in org.jupnp.model.message.header
- NTEventHeader() - Konstruktor für Klasse org.jupnp.model.message.header.NTEventHeader
- NTS - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- NTSHeader - Klasse in org.jupnp.model.message.header
- NTSHeader() - Konstruktor für Klasse org.jupnp.model.message.header.NTSHeader
- NTSHeader(NotificationSubtype) - Konstruktor für Klasse org.jupnp.model.message.header.NTSHeader
- NUMBER - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
O
- OK - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- onComplete(AsyncEvent) - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- onError(AsyncEvent) - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- onFinally(REQUEST) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClient
- onRenewalFailure() - Methode in Klasse org.jupnp.protocol.sync.SendingRenewal
- onResourceNotFound(URI) - Methode in Klasse org.jupnp.protocol.sync.ReceivingRetrieval
-
Called if the
Registry
had no result. - onStartAsync(AsyncEvent) - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- onSubscriptionFailure() - Methode in Klasse org.jupnp.protocol.sync.SendingSubscribe
- onTimeout(AsyncEvent) - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- onUnsubscribe(StreamResponseMessage) - Methode in Klasse org.jupnp.protocol.sync.SendingUnsubscribe
- OPTIONAL_ACTION - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- org.jupnp - Package org.jupnp
- org.jupnp.binding - Package org.jupnp.binding
- org.jupnp.binding.annotations - Package org.jupnp.binding.annotations
- org.jupnp.binding.staging - Package org.jupnp.binding.staging
- org.jupnp.binding.xml - Package org.jupnp.binding.xml
- org.jupnp.controlpoint - Package org.jupnp.controlpoint
- org.jupnp.controlpoint.event - Package org.jupnp.controlpoint.event
- org.jupnp.http - Package org.jupnp.http
- org.jupnp.internal.compat.java.beans - Package org.jupnp.internal.compat.java.beans
- org.jupnp.model - Package org.jupnp.model
- org.jupnp.model.action - Package org.jupnp.model.action
- org.jupnp.model.gena - Package org.jupnp.model.gena
- org.jupnp.model.message - Package org.jupnp.model.message
- org.jupnp.model.message.control - Package org.jupnp.model.message.control
- org.jupnp.model.message.discovery - Package org.jupnp.model.message.discovery
- org.jupnp.model.message.gena - Package org.jupnp.model.message.gena
- org.jupnp.model.message.header - Package org.jupnp.model.message.header
- org.jupnp.model.meta - Package org.jupnp.model.meta
- org.jupnp.model.profile - Package org.jupnp.model.profile
- org.jupnp.model.resource - Package org.jupnp.model.resource
- org.jupnp.model.state - Package org.jupnp.model.state
- org.jupnp.model.types - Package org.jupnp.model.types
- org.jupnp.model.types.csv - Package org.jupnp.model.types.csv
- org.jupnp.protocol - Package org.jupnp.protocol
- org.jupnp.protocol.async - Package org.jupnp.protocol.async
- org.jupnp.protocol.sync - Package org.jupnp.protocol.sync
- org.jupnp.registry - Package org.jupnp.registry
- org.jupnp.registry.event - Package org.jupnp.registry.event
- org.jupnp.transport - Package org.jupnp.transport
- org.jupnp.transport.impl - Package org.jupnp.transport.impl
- org.jupnp.transport.impl.async - Package org.jupnp.transport.impl.async
- org.jupnp.transport.impl.blocking - Package org.jupnp.transport.impl.blocking
- org.jupnp.transport.impl.jetty - Package org.jupnp.transport.impl.jetty
- org.jupnp.transport.impl.osgi - Package org.jupnp.transport.impl.osgi
- org.jupnp.transport.spi - Package org.jupnp.transport.spi
- org.jupnp.util - Package org.jupnp.util
- org.jupnp.util.io - Package org.jupnp.util.io
- org.jupnp.util.statemachine - Package org.jupnp.util.statemachine
- org.jupnp.xml - Package org.jupnp.xml
- OSGI_SERVICE_HTTP_PORT - Statische Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- OSGiUpnpServiceConfiguration - Klasse in org.jupnp
-
Configuration data of a typical UPnP stack on OSGi.
- OSGiUpnpServiceConfiguration() - Konstruktor für Klasse org.jupnp.OSGiUpnpServiceConfiguration
-
Defaults to port '0', ephemeral.
- OSGiUpnpServiceConfiguration(boolean) - Konstruktor für Klasse org.jupnp.OSGiUpnpServiceConfiguration
- OSGiUpnpServiceConfiguration(int) - Konstruktor für Klasse org.jupnp.OSGiUpnpServiceConfiguration
- OSGiUpnpServiceConfiguration(int, int) - Konstruktor für Klasse org.jupnp.OSGiUpnpServiceConfiguration
- OSGiUpnpServiceConfiguration(int, int, boolean) - Konstruktor für Klasse org.jupnp.OSGiUpnpServiceConfiguration
- OSGiUpnpServiceConfigurationEnabler - Klasse in org.jupnp
-
Enables the
OSGiUpnpServiceConfiguration
when theautoEnable
configuration parameter istrue
or not configured. - OSGiUpnpServiceConfigurationEnabler() - Konstruktor für Klasse org.jupnp.OSGiUpnpServiceConfigurationEnabler
- out() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpAction
- OUT - Enum-Konstante in Enumeration org.jupnp.model.meta.ActionArgument.Direction
- OUT_OF_MEMORY - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- OutgoingActionRequestMessage - Klasse in org.jupnp.model.message.control
- OutgoingActionRequestMessage(ActionInvocation, URL) - Konstruktor für Klasse org.jupnp.model.message.control.OutgoingActionRequestMessage
- OutgoingActionRequestMessage(Action, UpnpRequest) - Konstruktor für Klasse org.jupnp.model.message.control.OutgoingActionRequestMessage
- OutgoingActionResponseMessage - Klasse in org.jupnp.model.message.control
- OutgoingActionResponseMessage(UpnpResponse.Status) - Konstruktor für Klasse org.jupnp.model.message.control.OutgoingActionResponseMessage
- OutgoingActionResponseMessage(UpnpResponse.Status, Action) - Konstruktor für Klasse org.jupnp.model.message.control.OutgoingActionResponseMessage
- OutgoingActionResponseMessage(Action) - Konstruktor für Klasse org.jupnp.model.message.control.OutgoingActionResponseMessage
- OutgoingDatagramMessage<O> - Klasse in org.jupnp.model.message
-
A UDP datagram request or response message for sending, with destination address and port.
- OutgoingDatagramMessage(O, InetAddress, int) - Konstruktor für Klasse org.jupnp.model.message.OutgoingDatagramMessage
- OutgoingDatagramMessage(O, UpnpMessage.BodyType, Object, InetAddress, int) - Konstruktor für Klasse org.jupnp.model.message.OutgoingDatagramMessage
- OutgoingEventRequestMessage - Klasse in org.jupnp.model.message.gena
- OutgoingEventRequestMessage(GENASubscription, URL) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingEventRequestMessage
- OutgoingEventRequestMessage(GENASubscription, URL, UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingEventRequestMessage
- OutgoingEventResponseMessage - Klasse in org.jupnp.model.message.gena
- OutgoingEventResponseMessage() - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingEventResponseMessage
- OutgoingEventResponseMessage(UpnpResponse) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingEventResponseMessage
- OutgoingNotificationRequest - Klasse in org.jupnp.model.message.discovery
- OutgoingNotificationRequest(Location, LocalDevice, NotificationSubtype) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingNotificationRequest
- OutgoingNotificationRequestDeviceType - Klasse in org.jupnp.model.message.discovery
- OutgoingNotificationRequestDeviceType(Location, LocalDevice, NotificationSubtype) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingNotificationRequestDeviceType
- OutgoingNotificationRequestRootDevice - Klasse in org.jupnp.model.message.discovery
- OutgoingNotificationRequestRootDevice(Location, LocalDevice, NotificationSubtype) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingNotificationRequestRootDevice
- OutgoingNotificationRequestServiceType - Klasse in org.jupnp.model.message.discovery
- OutgoingNotificationRequestServiceType(Location, LocalDevice, NotificationSubtype, ServiceType) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingNotificationRequestServiceType
- OutgoingNotificationRequestUDN - Klasse in org.jupnp.model.message.discovery
- OutgoingNotificationRequestUDN(Location, LocalDevice, NotificationSubtype) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingNotificationRequestUDN
- OutgoingRenewalRequestMessage - Klasse in org.jupnp.model.message.gena
- OutgoingRenewalRequestMessage(RemoteGENASubscription, UpnpHeaders) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingRenewalRequestMessage
- OutgoingSearchRequest - Klasse in org.jupnp.model.message.discovery
- OutgoingSearchRequest(UpnpHeader, int) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingSearchRequest
- OutgoingSearchResponse - Klasse in org.jupnp.model.message.discovery
- OutgoingSearchResponse(IncomingDatagramMessage, Location, LocalDevice) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingSearchResponse
- OutgoingSearchResponseDeviceType - Klasse in org.jupnp.model.message.discovery
- OutgoingSearchResponseDeviceType(IncomingDatagramMessage, Location, LocalDevice) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingSearchResponseDeviceType
- OutgoingSearchResponseRootDevice - Klasse in org.jupnp.model.message.discovery
- OutgoingSearchResponseRootDevice(IncomingDatagramMessage, Location, LocalDevice) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingSearchResponseRootDevice
- OutgoingSearchResponseServiceType - Klasse in org.jupnp.model.message.discovery
- OutgoingSearchResponseServiceType(IncomingDatagramMessage, Location, LocalDevice, ServiceType) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingSearchResponseServiceType
- OutgoingSearchResponseUDN - Klasse in org.jupnp.model.message.discovery
- OutgoingSearchResponseUDN(IncomingDatagramMessage, Location, LocalDevice) - Konstruktor für Klasse org.jupnp.model.message.discovery.OutgoingSearchResponseUDN
- OutgoingSubscribeRequestMessage - Klasse in org.jupnp.model.message.gena
- OutgoingSubscribeRequestMessage(RemoteGENASubscription, List<URL>, UpnpHeaders) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingSubscribeRequestMessage
- OutgoingSubscribeResponseMessage - Klasse in org.jupnp.model.message.gena
- OutgoingSubscribeResponseMessage(LocalGENASubscription) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingSubscribeResponseMessage
- OutgoingSubscribeResponseMessage(UpnpResponse.Status) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingSubscribeResponseMessage
- OutgoingUnsubscribeRequestMessage - Klasse in org.jupnp.model.message.gena
- OutgoingUnsubscribeRequestMessage(RemoteGENASubscription, UpnpHeaders) - Konstruktor für Klasse org.jupnp.model.message.gena.OutgoingUnsubscribeRequestMessage
- output - Variable in Klasse org.jupnp.model.action.ActionInvocation
- OUTPUT_ARG_RETURN - Statische Variable in Klasse org.jupnp.model.meta.QueryStateVariableAction
- outputArgumentAccessors - Variable in Klasse org.jupnp.model.action.AbstractActionExecutor
- outputMessage - Variable in Klasse org.jupnp.protocol.ReceivingSync
- outputMessage - Variable in Klasse org.jupnp.protocol.SendingSync
P
- parameters - Variable in Klasse org.jupnp.http.Query
- parent - Variable in Klasse org.jupnp.xml.SAXParser.Handler
- PARENT_BUILDER - Variable in Klasse org.jupnp.xml.DOMElement
- parentDevice - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- parse(File) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(File, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(InputStream) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(InputStream, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(String) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(String, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(URL) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(URL, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- parse(InputSource) - Methode in Klasse org.jupnp.xml.SAXParser
- parse(InputSource, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- parsedHeaders - Variable in Klasse org.jupnp.model.message.UpnpHeaders
- parseHeaders() - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- parser - Variable in Klasse org.jupnp.xml.SAXParser.Handler
- ParserException - Ausnahmeklasse in org.jupnp.xml
-
Unified exception thrown by the DOMParser and SAXParser.
- ParserException() - Konstruktor für Ausnahmeklasse org.jupnp.xml.ParserException
- ParserException(String) - Konstruktor für Ausnahmeklasse org.jupnp.xml.ParserException
- ParserException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.xml.ParserException
- ParserException(Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.xml.ParserException
- ParserException(SAXParseException) - Konstruktor für Ausnahmeklasse org.jupnp.xml.ParserException
- parseString(String) - Methode in Klasse org.jupnp.model.types.csv.CSV
- parseURI(String) - Statische Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- path - Variable in Klasse org.jupnp.model.Location
- PATH_PARAM_NAME - Statische Variable in Klasse org.jupnp.util.URIUtil
- PATH_PARAM_VALUE - Statische Variable in Klasse org.jupnp.util.URIUtil
- PATH_SEGMENT - Statische Variable in Klasse org.jupnp.util.URIUtil
- PATTERN - Statische Variable in Klasse org.jupnp.model.message.header.MANHeader
- PATTERN - Statische Variable in Klasse org.jupnp.model.message.header.TimeoutHeader
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.DeviceType
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.DLNADoc
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.ServiceId
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.ServiceType
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.SoapActionType
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.UDADeviceType
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.UDAServiceId
- PATTERN - Statische Variable in Klasse org.jupnp.model.types.UDAServiceType
- PATTERN_MAGIC_CONTROL - Statische Variable in Klasse org.jupnp.model.types.SoapActionType
- pause() - Methode in Schnittstelle org.jupnp.registry.Registry
-
Stops background maintenance (thread) of registered items.
- pause() - Methode in Klasse org.jupnp.registry.RegistryImpl
- pendingExecutions - Variable in Klasse org.jupnp.registry.RegistryImpl
- pendingSubscriptionsLock - Variable in Klasse org.jupnp.registry.RegistryImpl
- percentDecode(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- percentEncode(String) - Statische Methode in Klasse org.jupnp.util.URIUtil
- Phase - Schnittstelle in org.jupnp.registry.event
- Phase.Alive - Annotationstyp in org.jupnp.registry.event
- Phase.Byebye - Annotationstyp in org.jupnp.registry.event
- Phase.Complete - Annotationstyp in org.jupnp.registry.event
- Phase.Updated - Annotationstyp in org.jupnp.registry.event
- PooledXmlProcessor - Klasse in org.jupnp.transport.impl
-
Abstract class responsible for creating new
Document
s either for writing or already parsed from a given input stream. - PooledXmlProcessor() - Konstruktor für Klasse org.jupnp.transport.impl.PooledXmlProcessor
- PooledXmlProcessor(int) - Konstruktor für Klasse org.jupnp.transport.impl.PooledXmlProcessor
- port - Variable in Klasse org.jupnp.model.NetworkAddress
- POST - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- PRAGMA - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- PragmaHeader - Klasse in org.jupnp.model.message.header
- PragmaHeader() - Konstruktor für Klasse org.jupnp.model.message.header.PragmaHeader
- PragmaHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.PragmaHeader
- PragmaHeader(PragmaType) - Konstruktor für Klasse org.jupnp.model.message.header.PragmaHeader
- PragmaType - Klasse in org.jupnp.model.types
- PragmaType(String) - Konstruktor für Klasse org.jupnp.model.types.PragmaType
- PragmaType(String, String) - Konstruktor für Klasse org.jupnp.model.types.PragmaType
- PragmaType(String, String, boolean) - Konstruktor für Klasse org.jupnp.model.types.PragmaType
- PRECONDITION_FAILED - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- preferFields() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariables
- prefix(String) - Methode in Klasse org.jupnp.xml.DOMElement
- PREFIX - Statische Variable in Klasse org.jupnp.model.message.header.ContentRangeHeader
- PREFIX - Statische Variable in Klasse org.jupnp.model.message.header.SubscriptionIdHeader
- PREFIX - Statische Variable in Klasse org.jupnp.model.types.BytesRange
- PREFIX - Statische Variable in Klasse org.jupnp.model.types.UDN
- prefixIfRelative(Device, URI) - Methode in Klasse org.jupnp.model.Namespace
- prepareOutgoingSearchRequest(OutgoingSearchRequest) - Methode in Klasse org.jupnp.protocol.async.SendingSearch
-
Override this to edit the outgoing message, e.g. by adding headers.
- prepareOutgoingSearchResponse(OutgoingSearchResponse) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
-
Override this to edit the outgoing message, e.g. by adding headers.
- presentationURI - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- presentationURL - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- print(String, int, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- print(Source, int, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- print(DOM) - Methode in Klasse org.jupnp.xml.DOMParser
- print(DOM, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- print(DOM, int) - Methode in Klasse org.jupnp.xml.DOMParser
- print(DOM, int, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- print(Document, int, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- printDebugLog() - Methode in Klasse org.jupnp.registry.RegistryImpl
- printHTML(Document) - Methode in Klasse org.jupnp.xml.DOMParser
- printHTML(Document, int, boolean, boolean) - Methode in Klasse org.jupnp.xml.DOMParser
- process(StreamRequestMessage) - Methode in Klasse org.jupnp.transport.spi.UpnpStream
-
Selects a UPnP protocol, runs it within the calling thread, returns the response.
- processNewSubscription(LocalService, IncomingSubscribeRequestMessage) - Methode in Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- processRenewal(LocalService, IncomingSubscribeRequestMessage) - Methode in Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- PRODUCT_TOKEN_NAME - Statische Variable in Klasse org.jupnp.model.UserConstants
- PRODUCT_TOKEN_VERSION - Statische Variable in Klasse org.jupnp.model.UserConstants
- ProductCap - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- PROPCHANGE - Enum-Konstante in Enumeration org.jupnp.model.types.NotificationSubtype
- propertyChange(PropertyChangeEvent) - Methode in Schnittstelle org.jupnp.internal.compat.java.beans.PropertyChangeListener
- propertyChange(PropertyChangeEvent) - Methode in Klasse org.jupnp.model.DefaultServiceManager.DefaultPropertyChangeListener
- propertyChange(PropertyChangeEvent) - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
-
Moderates
ServiceManager.EVENTED_STATE_VARIABLES
events and state variable values, callsGENASubscription.eventReceived()
. - PropertyChangeEvent - Klasse in org.jupnp.internal.compat.java.beans
-
This class is a simple implementation of java.beans.PropertyChangeEvent to be able to run jUPnP on JavaSE Embedded 8 compact 2 profile.
- PropertyChangeEvent(Object, String, Object, Object) - Konstruktor für Klasse org.jupnp.internal.compat.java.beans.PropertyChangeEvent
- PropertyChangeListener - Schnittstelle in org.jupnp.internal.compat.java.beans
-
This class is a simple implementation of java.beans.PropertyChangeListener to be able to run jUPnP on JavaSE Embedded 8 compact 2 profile.
- propertyChangeSupport - Variable in Klasse org.jupnp.model.DefaultServiceManager
- propertyChangeSupport - Variable in Klasse org.jupnp.model.gena.RemoteGENASubscription
- PropertyChangeSupport - Klasse in org.jupnp.internal.compat.java.beans
-
This class is a simple implementation of java.beans.PropertyChangeSupport to be able to run jUPnP on JavaSE Embedded 8 compact 2 profile.
- PropertyChangeSupport(Object) - Konstruktor für Klasse org.jupnp.internal.compat.java.beans.PropertyChangeSupport
- ProtocolCreationException - Ausnahmeklasse in org.jupnp.protocol
-
Recoverable error, thrown when no protocol is available to handle a UPnP message.
- ProtocolCreationException(String) - Konstruktor für Ausnahmeklasse org.jupnp.protocol.ProtocolCreationException
- ProtocolCreationException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.protocol.ProtocolCreationException
- protocolFactory - Variable in Klasse org.jupnp.controlpoint.ControlPointImpl
- protocolFactory - Variable in Klasse org.jupnp.transport.RouterImpl
- protocolFactory - Variable in Klasse org.jupnp.transport.spi.UpnpStream
- protocolFactory - Variable in Klasse org.jupnp.UpnpServiceImpl
- ProtocolFactory - Schnittstelle in org.jupnp.protocol
-
Factory for UPnP protocols, the core implementation of the UPnP specification.
- ProtocolFactoryImpl - Klasse in org.jupnp.protocol
-
Default implementation, directly instantiates the appropriate protocols.
- ProtocolFactoryImpl() - Konstruktor für Klasse org.jupnp.protocol.ProtocolFactoryImpl
- ProtocolFactoryImpl(UpnpService) - Konstruktor für Klasse org.jupnp.protocol.ProtocolFactoryImpl
- provide(RemoteClientInfo) - Methode in Schnittstelle org.jupnp.model.profile.DeviceDetailsProvider
- provide(RemoteClientInfo) - Methode in Klasse org.jupnp.model.profile.HeaderDeviceDetailsProvider
- put(String, List<String>) - Methode in Klasse org.jupnp.http.Headers
- put(String, List<String>) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- putAll(Map<? extends String, ? extends List<String>>) - Methode in Klasse org.jupnp.http.Headers
Q
- Query - Klasse in org.jupnp.http
-
Parses query strings into multi-valued hashmaps.
- Query() - Konstruktor für Klasse org.jupnp.http.Query
- Query(String) - Konstruktor für Klasse org.jupnp.http.Query
- Query(URL) - Konstruktor für Klasse org.jupnp.http.Query
- Query(Map<String, String[]>) - Konstruktor für Klasse org.jupnp.http.Query
- QUERY - Statische Variable in Klasse org.jupnp.util.URIUtil
- QueryStateVariableAction<S> - Klasse in org.jupnp.model.meta
-
Describes a single action, the deprecated "query any state variable" action.
- QueryStateVariableAction() - Konstruktor für Klasse org.jupnp.model.meta.QueryStateVariableAction
- QueryStateVariableAction(S) - Konstruktor für Klasse org.jupnp.model.meta.QueryStateVariableAction
- QueryStateVariableExecutor - Klasse in org.jupnp.model.action
-
Special executor for one action, the deprecated "query the value of the any state variable" action.
- QueryStateVariableExecutor() - Konstruktor für Klasse org.jupnp.model.action.QueryStateVariableExecutor
- QueueingThreadPoolExecutor - Klasse in org.jupnp
-
This is a thread pool executor service, which works as a developer would expect it to work.
- QueueingThreadPoolExecutor(String, int) - Konstruktor für Klasse org.jupnp.QueueingThreadPoolExecutor
-
Allows to subclass QueueingThreadPoolExecutor.
R
- R4 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- R8 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- randomGenerator - Variable in Klasse org.jupnp.protocol.async.ReceivingSearch
- RANGE - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- RangeHeader - Klasse in org.jupnp.model.message.header
- RangeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.RangeHeader
- RangeHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.RangeHeader
- RangeHeader(BytesRange) - Konstruktor für Klasse org.jupnp.model.message.header.RangeHeader
- read(Class<?>) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- read(Class<?>) - Methode in Schnittstelle org.jupnp.binding.LocalServiceBinder
- read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Methode in Schnittstelle org.jupnp.binding.LocalServiceBinder
- read(Class<?>, ServiceId, ServiceType, boolean, Set<Class>) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- read(Object) - Methode in Klasse org.jupnp.model.state.FieldStateVariableAccessor
- read(Object) - Methode in Klasse org.jupnp.model.state.GetterStateVariableAccessor
- read(Object) - Methode in Klasse org.jupnp.model.state.StateVariableAccessor
- read(InetAddress, DatagramPacket) - Methode in Klasse org.jupnp.transport.impl.DatagramProcessorImpl
- read(InetAddress, DatagramPacket) - Methode in Schnittstelle org.jupnp.transport.spi.DatagramProcessor
-
Reads the datagram and instantiates a message.
- read(StateVariable<LocalService>, Object) - Methode in Klasse org.jupnp.model.state.StateVariableAccessor
- readActionInputArguments(Element, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readActionOutputArguments(Element, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readActionRequestElement(Element, ActionRequestMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readActionResponseElement(Element, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readActions(Class<?>, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- readAllBytes(InputStream) - Statische Methode in Klasse org.jupnp.util.io.IO
-
Read the given InputStream into a byte array.
- readArgumentValues(NodeList, ActionArgument[]) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
-
The UPnP spec says that action arguments must be in the order as declared by the service.
- readBody(ActionRequestMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readBody(ActionRequestMessage, ActionInvocation) - Methode in Schnittstelle org.jupnp.transport.spi.SOAPActionProcessor
-
Converts SOAP XML content of the request message and sets input argument values on the given invocation.
- readBody(ActionResponseMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readBody(ActionResponseMessage, ActionInvocation) - Methode in Schnittstelle org.jupnp.transport.spi.SOAPActionProcessor
-
Converts SOAP XML content of the response message and sets output argument values on the given invocation.
- readBody(IncomingEventRequestMessage) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- readBody(IncomingEventRequestMessage) - Methode in Schnittstelle org.jupnp.transport.spi.GENAEventProcessor
-
Transforms an XML message body and adds to a collection of
StateVariableValue
s. - readBodyElement(Document) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readBodyFailure(Document, Element) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readDocument(InputSource) - Methode in Klasse org.jupnp.transport.impl.PooledXmlProcessor
- readDocument(InputSource, ErrorHandler) - Methode in Klasse org.jupnp.transport.impl.PooledXmlProcessor
- readFaultElement(Element) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- readFormats - Variable in Klasse org.jupnp.model.types.DateTimeDatatype
- readInitialEventedStateVariableValues() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- readLine(ByteArrayInputStream) - Statische Methode in Klasse org.jupnp.http.Headers
- readLine(StringBuilder, ByteArrayInputStream) - Statische Methode in Klasse org.jupnp.http.Headers
- readLines(InputStream) - Statische Methode in Klasse org.jupnp.util.io.IO
- readLock - Variable in Klasse org.jupnp.transport.RouterImpl
- readOutputArgumentValues(Action<LocalService>, Object) - Methode in Klasse org.jupnp.model.action.AbstractActionExecutor
-
Reads the output arguments after an action execution using accessors.
- readParamsIntoMap(Map<String, String>, String, int) - Statische Methode in Klasse org.jupnp.util.MimeType
- readProperties(Element, IncomingEventRequestMessage) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- readPropertysetElement(Document) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- readRequestMessage() - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
- readRequestMessage(InetAddress, DatagramPacket, ByteArrayInputStream, String, String) - Methode in Klasse org.jupnp.transport.impl.DatagramProcessorImpl
- readResponseMessage(InetAddress, DatagramPacket, ByteArrayInputStream, int, String, String) - Methode in Klasse org.jupnp.transport.impl.DatagramProcessorImpl
- readStateVariables(Class<?>, Set<Class>) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- readStringConvertibleTypes(Class[]) - Methode in Klasse org.jupnp.binding.annotations.AnnotationLocalServiceBinder
- receive(UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- received(IncomingDatagramMessage) - Methode in Schnittstelle org.jupnp.transport.Router
-
This method is called internally by the transport layer when a datagram, either unicast or multicast, has been received.
- received(IncomingDatagramMessage) - Methode in Klasse org.jupnp.transport.RouterImpl
-
Obtains the asynchronous protocol
Executor
and runs the protocol created by theProtocolFactory
for the given message. - received(UpnpStream) - Methode in Schnittstelle org.jupnp.transport.Router
-
This method is called internally by the transport layer when a TCP stream connection has been made and a response has to be returned to the sender.
- received(UpnpStream) - Methode in Klasse org.jupnp.transport.RouterImpl
-
Obtains the synchronous protocol
Executor
and runs theUpnpStream
directly. - ReceivingAction - Klasse in org.jupnp.protocol.sync
-
Handles reception of control messages, invoking actions on local services.
- ReceivingAction(UpnpService, StreamRequestMessage) - Konstruktor für Klasse org.jupnp.protocol.sync.ReceivingAction
- ReceivingAsync<M> - Klasse in org.jupnp.protocol
-
Supertype for all asynchronously executing protocols, handling reception of UPnP messages.
- ReceivingAsync(UpnpService, M) - Konstruktor für Klasse org.jupnp.protocol.ReceivingAsync
- ReceivingEvent - Klasse in org.jupnp.protocol.sync
-
Handles incoming GENA event messages.
- ReceivingEvent(UpnpService, StreamRequestMessage) - Konstruktor für Klasse org.jupnp.protocol.sync.ReceivingEvent
- ReceivingNotification - Klasse in org.jupnp.protocol.async
-
Handles reception of notification messages.
- ReceivingNotification(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Konstruktor für Klasse org.jupnp.protocol.async.ReceivingNotification
- ReceivingRetrieval - Klasse in org.jupnp.protocol.sync
-
Handles reception of device/service descriptor and icon retrieval messages.
- ReceivingRetrieval(UpnpService, StreamRequestMessage) - Konstruktor für Klasse org.jupnp.protocol.sync.ReceivingRetrieval
- ReceivingSearch - Klasse in org.jupnp.protocol.async
-
Handles reception of search requests, responds for local registered devices.
- ReceivingSearch(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Konstruktor für Klasse org.jupnp.protocol.async.ReceivingSearch
- ReceivingSearchResponse - Klasse in org.jupnp.protocol.async
-
Handles reception of search response messages.
- ReceivingSearchResponse(UpnpService, IncomingDatagramMessage<UpnpResponse>) - Konstruktor für Klasse org.jupnp.protocol.async.ReceivingSearchResponse
- ReceivingSubscribe - Klasse in org.jupnp.protocol.sync
-
Handles reception of GENA event subscription (initial and renewal) messages.
- ReceivingSubscribe(UpnpService, StreamRequestMessage) - Konstruktor für Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- ReceivingSync<IN,
OUT> - Klasse in org.jupnp.protocol -
Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response.
- ReceivingSync(UpnpService, IN) - Konstruktor für Klasse org.jupnp.protocol.ReceivingSync
- ReceivingUnsubscribe - Klasse in org.jupnp.protocol.sync
-
Handles reception of GENA event unsubscribe messages.
- ReceivingUnsubscribe(UpnpService, StreamRequestMessage) - Konstruktor für Klasse org.jupnp.protocol.sync.ReceivingUnsubscribe
- RecoveringUDA10DeviceDescriptorBinderImpl - Klasse in org.jupnp.binding.xml
- RecoveringUDA10DeviceDescriptorBinderImpl() - Konstruktor für Klasse org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
- RecoveringUDA10ServiceDescriptorBinderImpl - Klasse in org.jupnp.binding.xml
-
This binder does not enforce strict UPnP spec conformance - it rather ignores services that are not correctly declared.
- RecoveringUDA10ServiceDescriptorBinderImpl() - Konstruktor für Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderImpl
- RecoveringUDA10ServiceDescriptorBinderSAXImpl - Klasse in org.jupnp.binding.xml
-
Implementation based on JAXP SAX.
- RecoveringUDA10ServiceDescriptorBinderSAXImpl() - Konstruktor für Klasse org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
- Reflections - Klasse in org.jupnp.util
- Reflections() - Konstruktor für Klasse org.jupnp.util.Reflections
- REGEX_ID - Statische Variable in Schnittstelle org.jupnp.model.Constants
- REGEX_NAMESPACE - Statische Variable in Schnittstelle org.jupnp.model.Constants
- REGEX_TYPE - Statische Variable in Schnittstelle org.jupnp.model.Constants
- REGEX_UDA_NAME - Statische Variable in Schnittstelle org.jupnp.model.Constants
- registerOnService() - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
-
Adds a property change listener on the
ServiceManager
. - registerPendingRemoteSubscription(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- registerPendingRemoteSubscription(RemoteGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- registerServlet(String, Servlet) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- registerServlet(String, Servlet) - Methode in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- registerServlet(String, Servlet) - Methode in Schnittstelle org.jupnp.transport.spi.ServletContainerAdapter
-
Might be called several times to register (the same) handler for UPnP requests, should only register it once.
- RegistrationException - Ausnahmeklasse in org.jupnp.registry
-
A recoverable error, thrown if device metadata could not be registered.
- RegistrationException(String) - Konstruktor für Ausnahmeklasse org.jupnp.registry.RegistrationException
- RegistrationException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.registry.RegistrationException
- RegistrationException(String, List<ValidationError>) - Konstruktor für Ausnahmeklasse org.jupnp.registry.RegistrationException
- registry - Variable in Klasse org.jupnp.controlpoint.ControlPointImpl
- registry - Variable in Klasse org.jupnp.UpnpServiceImpl
- Registry - Schnittstelle in org.jupnp.registry
-
The core of the UPnP stack, keeping track of known devices and resources.
- RegistryImpl - Klasse in org.jupnp.registry
-
Default implementation of
Registry
. - RegistryImpl() - Konstruktor für Klasse org.jupnp.registry.RegistryImpl
- RegistryImpl(UpnpService) - Konstruktor für Klasse org.jupnp.registry.RegistryImpl
-
Starts background maintenance immediately.
- RegistryListener - Schnittstelle in org.jupnp.registry
-
Notification of discovered device additions, removals, updates.
- registryListeners - Variable in Klasse org.jupnp.registry.RegistryImpl
- registryMaintainer - Variable in Klasse org.jupnp.registry.RegistryImpl
- RegistryMaintainer - Klasse in org.jupnp.registry
-
Runs periodically and calls
RegistryImpl.maintain()
. - RegistryMaintainer(RegistryImpl, int) - Konstruktor für Klasse org.jupnp.registry.RegistryMaintainer
- RegistryShutdown - Klasse in org.jupnp.registry.event
- RegistryShutdown() - Konstruktor für Klasse org.jupnp.registry.event.RegistryShutdown
- relatedStateVariable - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- relatedStateVariable - Variable in Klasse org.jupnp.binding.staging.MutableActionArgument
- RemoteActionInvocation - Klasse in org.jupnp.model.action
-
An action invocation by a remote control point.
- RemoteActionInvocation(ActionException, RemoteClientInfo) - Konstruktor für Klasse org.jupnp.model.action.RemoteActionInvocation
- RemoteActionInvocation(Action, ActionArgumentValue[], ActionArgumentValue[], RemoteClientInfo) - Konstruktor für Klasse org.jupnp.model.action.RemoteActionInvocation
- RemoteActionInvocation(Action, RemoteClientInfo) - Konstruktor für Klasse org.jupnp.model.action.RemoteActionInvocation
- remoteClientInfo - Variable in Klasse org.jupnp.model.action.RemoteActionInvocation
- remoteClientInfo - Variable in Klasse org.jupnp.protocol.ReceivingSync
- RemoteClientInfo - Klasse in org.jupnp.model.profile
-
Encapsulates information about a remote control point, the client.
- RemoteClientInfo() - Konstruktor für Klasse org.jupnp.model.profile.RemoteClientInfo
- RemoteClientInfo(Connection, UpnpHeaders) - Konstruktor für Klasse org.jupnp.model.profile.RemoteClientInfo
- RemoteClientInfo(StreamRequestMessage) - Konstruktor für Klasse org.jupnp.model.profile.RemoteClientInfo
- RemoteDevice - Klasse in org.jupnp.model.meta
-
The metadata of a device that was discovered on the network.
- RemoteDevice(RemoteDeviceIdentity) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService, RemoteDevice) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[], RemoteDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService, RemoteDevice) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[], RemoteDevice[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService, RemoteDevice) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDevice
- remoteDeviceAdded(Registry, RemoteDevice) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- remoteDeviceAdded(Registry, RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called when complete metadata of a newly discovered device is available.
- RemoteDeviceDiscovery - Klasse in org.jupnp.registry.event
- RemoteDeviceDiscovery(RemoteDevice) - Konstruktor für Klasse org.jupnp.registry.event.RemoteDeviceDiscovery
- remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called when service metadata couldn't be initialized.
- remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called as soon as possible after a device has been discovered.
- RemoteDeviceIdentity - Klasse in org.jupnp.model.meta
-
Additional identifying information only relevant for discovered remote devices.
- RemoteDeviceIdentity(IncomingNotificationRequest) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- RemoteDeviceIdentity(IncomingSearchResponse) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- RemoteDeviceIdentity(UDN, Integer, URL, byte[], InetAddress) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- RemoteDeviceIdentity(UDN, RemoteDeviceIdentity) - Konstruktor für Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- remoteDeviceRemoved(Registry, RemoteDevice) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- remoteDeviceRemoved(Registry, RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called when a previously discovered device disappears.
- remoteDeviceUpdated(Registry, RemoteDevice) - Methode in Klasse org.jupnp.registry.DefaultRegistryListener
- remoteDeviceUpdated(Registry, RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.RegistryListener
-
Called when a discovered device's expiration timestamp is updated.
- remoteExecutorService - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- RemoteGENASubscription - Klasse in org.jupnp.model.gena
-
An outgoing subscription to a remote service.
- RemoteGENASubscription(RemoteService, int) - Konstruktor für Klasse org.jupnp.model.gena.RemoteGENASubscription
- remoteItems - Variable in Klasse org.jupnp.registry.RegistryImpl
- remoteItemsLock - Variable in Klasse org.jupnp.registry.RegistryImpl
- RemoteService - Klasse in org.jupnp.model.meta
-
The metadata of a service discovered on a remote device.
- RemoteService(ServiceType, ServiceId, URI, URI, URI) - Konstruktor für Klasse org.jupnp.model.meta.RemoteService
- RemoteService(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Konstruktor für Klasse org.jupnp.model.meta.RemoteService
- remoteThreadPool - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- remoteThreadPoolSize - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- remove() - Methode in Klasse org.jupnp.util.Iterators.Empty
- remove() - Methode in Klasse org.jupnp.util.Iterators.Singular
- remove() - Methode in Klasse org.jupnp.util.Iterators.Synchronized
- remove(Object) - Methode in Klasse org.jupnp.http.Headers
- remove(Object) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- remove(UpnpHeader.Type) - Methode in Klasse org.jupnp.model.message.UpnpHeaders
- removeAllLocalDevices() - Methode in Schnittstelle org.jupnp.registry.Registry
-
Clear the registry of all locally registered device metadata.
- removeAllLocalDevices() - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeAllRemoteDevices() - Methode in Schnittstelle org.jupnp.registry.Registry
-
Clear the registry of all discovered remote device metadata.
- removeAllRemoteDevices() - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeChild(CHILD) - Methode in Klasse org.jupnp.xml.DOMElement
- removeChildren() - Methode in Klasse org.jupnp.xml.DOMElement
- removeDevice(LocalDevice) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Call this to remove your local device metadata.
- removeDevice(LocalDevice) - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeDevice(RemoteDevice) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP discovery protocol.
- removeDevice(RemoteDevice) - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeDevice(UDN) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Call this to remove any device metadata with the given UDN.
- removeDevice(UDN) - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeIgnorableWSNodes(Element) - Methode in Klasse org.jupnp.xml.DOMParser
- removeListener(RegistryListener) - Methode in Schnittstelle org.jupnp.registry.Registry
- removeListener(RegistryListener) - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeLocalSubscription(LocalGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- removeLocalSubscription(LocalGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- removePropertyChangeListener(PropertyChangeListener) - Methode in Klasse org.jupnp.internal.compat.java.beans.PropertyChangeSupport
- removeRemoteSubscription(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- removeRemoteSubscription(RemoteGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- removeResource(Resource) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Removes a resource from the registry.
- removeResource(Resource) - Methode in Klasse org.jupnp.registry.RegistryImpl
- RENEWAL_FAILED - Enum-Konstante in Enumeration org.jupnp.model.gena.CancelReason
- renewAttempted() - Methode in Klasse org.jupnp.model.ExpirationDetails
- replaceChild(CHILD, CHILD, boolean) - Methode in Klasse org.jupnp.xml.DOMElement
- replaceEqualChild(DOMElement, String) - Methode in Klasse org.jupnp.xml.DOMElement
- report(String, Object...) - Statische Methode in Klasse org.jupnp.util.SpecificationViolationReporter
- report(Device<DeviceIdentity, Device, Service>, String, Object...) - Statische Methode in Klasse org.jupnp.util.SpecificationViolationReporter
- reportClient(StringBuilder, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- reportCookies(StringBuilder, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- reportHeaders(StringBuilder, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- reportParameters(StringBuilder, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- reportRequest(StringBuilder, HttpServletRequest) - Statische Methode in Klasse org.jupnp.http.RequestInfo
- Representation<E> - Klasse in org.jupnp.http
- Representation(URLConnection, E) - Konstruktor für Klasse org.jupnp.http.Representation
- Representation(URL, CacheControl, Integer, String, Long, String, E) - Konstruktor für Klasse org.jupnp.http.Representation
- Representation(CacheControl, Integer, String, Long, String, E) - Konstruktor für Klasse org.jupnp.http.Representation
- request - Variable in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- request - Variable in Klasse org.jupnp.transport.impl.ServletConnection
- requestedDurationSeconds - Variable in Klasse org.jupnp.controlpoint.SubscriptionCallback
- requestedDurationSeconds - Variable in Klasse org.jupnp.model.gena.GENASubscription
- requestExecutorService - Variable in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- requestHeaders - Variable in Klasse org.jupnp.model.profile.ClientInfo
- RequestInfo - Klasse in org.jupnp.http
- RequestInfo() - Konstruktor für Klasse org.jupnp.http.RequestInfo
- requestMessages - Variable in Klasse org.jupnp.protocol.sync.SendingEvent
- requiresNetworkInterface() - Methode in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- resetServer() - Methode in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- resolveEntity(String, String) - Methode in Klasse org.jupnp.xml.DOMParser
- resolveResource(String, String, String, String, String) - Methode in Klasse org.jupnp.xml.CatalogResourceResolver
- Resource<M> - Klasse in org.jupnp.model.resource
-
An addressable object, stored, managed, and accessible through the
Registry
. - Resource(URI, M) - Konstruktor für Klasse org.jupnp.model.resource.Resource
- resourceItems - Variable in Klasse org.jupnp.registry.RegistryImpl
- responseException(Throwable) - Methode in Klasse org.jupnp.protocol.ReceivingSync
-
Called by the client of this protocol if the returned response was not delivered.
- responseException(Throwable) - Methode in Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- responseException(Throwable) - Methode in Klasse org.jupnp.transport.spi.UpnpStream
-
Must be called by a subclass if the response was not delivered to the client.
- responseMessage - Variable in Klasse org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
- responseMessage - Variable in Klasse org.jupnp.transport.impl.ServletUpnpStream
- responseSent(StreamResponseMessage) - Methode in Klasse org.jupnp.protocol.ReceivingSync
-
Called by the client of this protocol after the returned response has been successfully delivered.
- responseSent(StreamResponseMessage) - Methode in Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- responseSent(StreamResponseMessage) - Methode in Klasse org.jupnp.transport.spi.UpnpStream
-
Must be called by a subclass after the response has been successfully sent to the client.
- resume() - Methode in Schnittstelle org.jupnp.registry.Registry
-
Resumes background maintenance (thread) of registered items.
- resume() - Methode in Klasse org.jupnp.registry.RegistryImpl
- RetrieveRemoteDescriptors - Klasse in org.jupnp.protocol
-
Retrieves all remote device XML descriptors, parses them, creates an immutable device and service metadata graph.
- RetrieveRemoteDescriptors(UpnpService, RemoteDevice) - Konstruktor für Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- retryAfterSeconds - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- retryAfterSeconds - Variable in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- retryIterations - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- retryIterations - Variable in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- retval - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- retval - Variable in Klasse org.jupnp.binding.staging.MutableActionArgument
- root - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- ROOT_DEVICE_SUFFIX - Statische Variable in Klasse org.jupnp.model.message.header.USNRootDeviceHeader
- RootDeviceHeader - Klasse in org.jupnp.model.message.header
- RootDeviceHeader() - Konstruktor für Klasse org.jupnp.model.message.header.RootDeviceHeader
- RootHandler(MutableDevice, SAXParser) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
- RootHandler(MutableService, SAXParser) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
- router - Variable in Klasse org.jupnp.transport.impl.DatagramIOImpl
- router - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- router - Variable in Klasse org.jupnp.UpnpServiceImpl
- Router - Schnittstelle in org.jupnp.transport
-
Interface of the network transport layer.
- RouterException - Ausnahmeklasse in org.jupnp.transport
-
Thrown by the
Router
if a non-fatal recoverable exception occurred. - RouterException() - Konstruktor für Ausnahmeklasse org.jupnp.transport.RouterException
- RouterException(String) - Konstruktor für Ausnahmeklasse org.jupnp.transport.RouterException
- RouterException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.transport.RouterException
- RouterException(Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.transport.RouterException
- RouterImpl - Klasse in org.jupnp.transport
-
Default implementation of network message router.
- RouterImpl() - Konstruktor für Klasse org.jupnp.transport.RouterImpl
- RouterImpl(UpnpServiceConfiguration, ProtocolFactory) - Konstruktor für Klasse org.jupnp.transport.RouterImpl
- routerLock - Variable in Klasse org.jupnp.transport.RouterImpl
- run() - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- run() - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- run() - Methode in Klasse org.jupnp.protocol.ReceivingAsync
- run() - Methode in Klasse org.jupnp.protocol.RetrieveRemoteDescriptors
- run() - Methode in Klasse org.jupnp.protocol.SendingAsync
- run() - Methode in Klasse org.jupnp.registry.RegistryMaintainer
- run() - Methode in Klasse org.jupnp.transport.impl.DatagramIOImpl
- run() - Methode in Klasse org.jupnp.transport.impl.HttpExchangeUpnpStream
- run() - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- run() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- run() - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
S
- SAXParser - Klasse in org.jupnp.xml
- SAXParser() - Konstruktor für Klasse org.jupnp.xml.SAXParser
- SAXParser(DefaultHandler) - Konstruktor für Klasse org.jupnp.xml.SAXParser
- SAXParser.Handler<I> - Klasse in org.jupnp.xml
- SAXParser.SimpleErrorHandler - Klasse in org.jupnp.xml
-
Always throws exceptions and stops parsing.
- scheduledExecutorService - Variable in Klasse org.jupnp.UpnpServiceImpl
- scheduledFuture - Variable in Klasse org.jupnp.UpnpServiceImpl
- schema - Variable in Klasse org.jupnp.xml.DOMParser
- schemaSources - Variable in Klasse org.jupnp.xml.DOMParser
- scpd - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- SCPDURL - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- search() - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- search() - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- search(int) - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- search(int) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- search(Search) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- search(UpnpHeader) - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- search(UpnpHeader) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- search(UpnpHeader, int) - Methode in Schnittstelle org.jupnp.controlpoint.ControlPoint
- search(UpnpHeader, int) - Methode in Klasse org.jupnp.controlpoint.ControlPointImpl
- Search - Klasse in org.jupnp.controlpoint.event
- Search() - Konstruktor für Klasse org.jupnp.controlpoint.event.Search
- Search(int) - Konstruktor für Klasse org.jupnp.controlpoint.event.Search
- Search(UpnpHeader) - Konstruktor für Klasse org.jupnp.controlpoint.event.Search
- Search(UpnpHeader, int) - Konstruktor für Klasse org.jupnp.controlpoint.event.Search
- searchType - Variable in Klasse org.jupnp.controlpoint.event.Search
- SEC_NAMESPACE_URI - Statische Variable in Schnittstelle org.jupnp.binding.xml.Descriptor.Device
- SEC_PREFIX - Statische Variable in Schnittstelle org.jupnp.binding.xml.Descriptor.Device
- send(DatagramPacket) - Methode in Klasse org.jupnp.transport.impl.DatagramIOImpl
- send(DatagramPacket) - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIO
-
The actual sending of a UDP datagram.
- send(OutgoingDatagramMessage) - Methode in Klasse org.jupnp.transport.impl.DatagramIOImpl
- send(OutgoingDatagramMessage) - Methode in Schnittstelle org.jupnp.transport.Router
-
Call this method to send a UDP datagram message.
- send(OutgoingDatagramMessage) - Methode in Klasse org.jupnp.transport.RouterImpl
-
Sends the UDP datagram on all bound
DatagramIO
s. - send(OutgoingDatagramMessage) - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIO
-
Sends a datagram after conversion with
DatagramProcessor.write(org.jupnp.model.message.OutgoingDatagramMessage)
. - send(StreamRequestMessage) - Methode in Schnittstelle org.jupnp.transport.Router
-
Call this method to send a TCP (HTTP) stream message.
- send(StreamRequestMessage) - Methode in Klasse org.jupnp.transport.RouterImpl
-
Sends the TCP stream request with the
StreamClient
. - sendEvents - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ATTRIBUTE
- sendEvents() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariable
- SendingAction - Klasse in org.jupnp.protocol.sync
-
Sending control message, transforming a local
ActionInvocation
. - SendingAction(UpnpService, ActionInvocation, URL) - Konstruktor für Klasse org.jupnp.protocol.sync.SendingAction
- SendingAsync - Klasse in org.jupnp.protocol
-
Supertype for all synchronously executing protocols, sending UPnP messages.
- SendingAsync(UpnpService) - Konstruktor für Klasse org.jupnp.protocol.SendingAsync
- SendingEvent - Klasse in org.jupnp.protocol.sync
-
Sending GENA event messages to remote subscribers.
- SendingEvent(UpnpService, LocalGENASubscription) - Konstruktor für Klasse org.jupnp.protocol.sync.SendingEvent
- SendingNotification - Klasse in org.jupnp.protocol.async
-
Sending notification messages for a registered local device.
- SendingNotification(UpnpService, LocalDevice) - Konstruktor für Klasse org.jupnp.protocol.async.SendingNotification
- SendingNotificationAlive - Klasse in org.jupnp.protocol.async
-
Sending ALIVE notification messages for a registered local device.
- SendingNotificationAlive(UpnpService, LocalDevice) - Konstruktor für Klasse org.jupnp.protocol.async.SendingNotificationAlive
- SendingNotificationByebye - Klasse in org.jupnp.protocol.async
-
Sending BYEBYE notification messages for a registered local device.
- SendingNotificationByebye(UpnpService, LocalDevice) - Konstruktor für Klasse org.jupnp.protocol.async.SendingNotificationByebye
- SendingRenewal - Klasse in org.jupnp.protocol.sync
-
Renewing a GENA event subscription with a remote host.
- SendingRenewal(UpnpService, RemoteGENASubscription) - Konstruktor für Klasse org.jupnp.protocol.sync.SendingRenewal
- SendingSearch - Klasse in org.jupnp.protocol.async
-
Sending search request messages using the supplied search type.
- SendingSearch(UpnpService) - Konstruktor für Klasse org.jupnp.protocol.async.SendingSearch
-
Defaults to
STAllHeader
and an MX of 3 seconds. - SendingSearch(UpnpService, UpnpHeader) - Konstruktor für Klasse org.jupnp.protocol.async.SendingSearch
-
Defaults to an MX value of 3 seconds.
- SendingSearch(UpnpService, UpnpHeader, int) - Konstruktor für Klasse org.jupnp.protocol.async.SendingSearch
- SendingSubscribe - Klasse in org.jupnp.protocol.sync
-
Establishing a GENA event subscription with a remote host.
- SendingSubscribe(UpnpService, RemoteGENASubscription, List<NetworkAddress>) - Konstruktor für Klasse org.jupnp.protocol.sync.SendingSubscribe
- SendingSync<IN,
OUT> - Klasse in org.jupnp.protocol -
Supertype for all synchronously executing protocols, sending UPnP messages.
- SendingSync(UpnpService, IN) - Konstruktor für Klasse org.jupnp.protocol.SendingSync
- SendingUnsubscribe - Klasse in org.jupnp.protocol.sync
-
Disconnecting a GENA event subscription with a remote host.
- SendingUnsubscribe(UpnpService, RemoteGENASubscription) - Konstruktor für Klasse org.jupnp.protocol.sync.SendingUnsubscribe
- sendMessages(Location) - Methode in Klasse org.jupnp.protocol.async.SendingNotification
- sendRemoteRequest(OutgoingActionRequestMessage) - Methode in Klasse org.jupnp.protocol.sync.SendingAction
- sendRequest(StreamRequestMessage) - Methode in Klasse org.jupnp.transport.spi.AbstractStreamClient
- sendRequest(StreamRequestMessage) - Methode in Schnittstelle org.jupnp.transport.spi.StreamClient
-
Sends the given request via TCP (HTTP) and returns the response.
- sendResponses(UpnpHeader, NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- sendSearchResponseAll(NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- sendSearchResponseDeviceType(DeviceType, NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- sendSearchResponseRootDevices(NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- sendSearchResponseServiceType(ServiceType, NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- sendSearchResponseUDN(UDN, NetworkAddress) - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- SEQ - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- serialNumber - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- serialNumber - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- server - Variable in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- SERVER - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- ServerClientTokens - Klasse in org.jupnp.model
-
The agent string of the UPnP stack in network messages, either as a server or client.
- ServerClientTokens() - Konstruktor für Klasse org.jupnp.model.ServerClientTokens
- ServerClientTokens(int, int) - Konstruktor für Klasse org.jupnp.model.ServerClientTokens
- ServerClientTokens(int, int, String, String, String, String) - Konstruktor für Klasse org.jupnp.model.ServerClientTokens
- ServerClientTokens(String, String) - Konstruktor für Klasse org.jupnp.model.ServerClientTokens
- ServerHeader - Klasse in org.jupnp.model.message.header
- ServerHeader() - Konstruktor für Klasse org.jupnp.model.message.header.ServerHeader
- ServerHeader(ServerClientTokens) - Konstruktor für Klasse org.jupnp.model.message.header.ServerHeader
- service - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- service - Variable in Klasse org.jupnp.controlpoint.SubscriptionCallback
- service - Variable in Klasse org.jupnp.model.DefaultServiceManager
- service - Variable in Klasse org.jupnp.model.gena.GENASubscription
- service(HttpServletRequest, HttpServletResponse) - Methode in Klasse org.jupnp.transport.impl.async.AsyncServlet
- service(HttpServletRequest, HttpServletResponse) - Methode in Klasse org.jupnp.transport.impl.blocking.BlockingServlet
- Service<D,
S> - Klasse in org.jupnp.model.meta -
The metadata of a service, with actions and state variables.
- Service(ServiceType, ServiceId) - Konstruktor für Klasse org.jupnp.model.meta.Service
- Service(ServiceType, ServiceId, Action<S>[], StateVariable<S>[]) - Konstruktor für Klasse org.jupnp.model.meta.Service
- SERVICE - Statische Variable in Klasse org.jupnp.model.Namespace
- serviceClass - Variable in Klasse org.jupnp.model.DefaultServiceManager
- ServiceControlResource - Klasse in org.jupnp.model.resource
- ServiceControlResource(URI, LocalService) - Konstruktor für Klasse org.jupnp.model.resource.ServiceControlResource
- ServiceDescriptorBinder - Schnittstelle in org.jupnp.binding.xml
-
Reads and generates service descriptor XML metadata.
- serviceDescriptorBinderUDA10 - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- ServiceDescriptorHandler(I) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- ServiceDescriptorHandler(I, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- ServiceDescriptorHandler(I, SAXParser) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- ServiceDescriptorHandler(I, SAXParser, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- ServiceDescriptorResource - Klasse in org.jupnp.model.resource
- ServiceDescriptorResource(URI, LocalService) - Konstruktor für Klasse org.jupnp.model.resource.ServiceDescriptorResource
- ServiceEventCallbackResource - Klasse in org.jupnp.model.resource
- ServiceEventCallbackResource(URI, RemoteService) - Konstruktor für Klasse org.jupnp.model.resource.ServiceEventCallbackResource
- ServiceEventSubscriptionResource - Klasse in org.jupnp.model.resource
- ServiceEventSubscriptionResource(URI, LocalService) - Konstruktor für Klasse org.jupnp.model.resource.ServiceEventSubscriptionResource
- ServiceHandler(MutableService, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
- serviceId - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- serviceId - Variable in Klasse org.jupnp.binding.staging.MutableService
- serviceId() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpService
- ServiceId - Klasse in org.jupnp.model.types
-
Represents a service identifier, for example
urn:my-domain-namespace:serviceId:MyService123
- ServiceId(String, String) - Konstruktor für Klasse org.jupnp.model.types.ServiceId
- serviceImpl - Variable in Klasse org.jupnp.model.DefaultServiceManager
- serviceList - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- ServiceListHandler(List<MutableService>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
- ServiceManager<T> - Schnittstelle in org.jupnp.model
-
Binds the metadata of a service to a service implementation, unified interface for accessing local services.
- ServiceReference - Klasse in org.jupnp.model
- ServiceReference(String) - Konstruktor für Klasse org.jupnp.model.ServiceReference
- ServiceReference(UDN, ServiceId) - Konstruktor für Klasse org.jupnp.model.ServiceReference
- services - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- services - Variable in Klasse org.jupnp.model.meta.Device
- serviceStateTable - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- serviceType - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- serviceType - Variable in Klasse org.jupnp.binding.staging.MutableService
- serviceType() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpService
- ServiceType - Klasse in org.jupnp.model.types
-
Represents a service type, for example
urn:my-domain-namespace:service:MyService:1
. - ServiceType(String, String) - Konstruktor für Klasse org.jupnp.model.types.ServiceType
- ServiceType(String, String, int) - Konstruktor für Klasse org.jupnp.model.types.ServiceType
- ServiceTypeHeader - Klasse in org.jupnp.model.message.header
- ServiceTypeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.ServiceTypeHeader
- ServiceTypeHeader(URI) - Konstruktor für Klasse org.jupnp.model.message.header.ServiceTypeHeader
- ServiceTypeHeader(ServiceType) - Konstruktor für Klasse org.jupnp.model.message.header.ServiceTypeHeader
- ServiceUSNHeader - Klasse in org.jupnp.model.message.header
- ServiceUSNHeader() - Konstruktor für Klasse org.jupnp.model.message.header.ServiceUSNHeader
- ServiceUSNHeader(NamedServiceType) - Konstruktor für Klasse org.jupnp.model.message.header.ServiceUSNHeader
- ServiceUSNHeader(UDN, ServiceType) - Konstruktor für Klasse org.jupnp.model.message.header.ServiceUSNHeader
- SERVLET3_SUPPORT - Statische Variable in Klasse org.jupnp.transport.impl.async.AsyncUtil
-
True if the
ServletRequest
class has a "startAsync" method, otherwise false. - ServletConnection - Klasse in org.jupnp.transport.impl
-
UPNP Connection implementation using a
HttpServletRequest
. - ServletConnection(HttpServletRequest) - Konstruktor für Klasse org.jupnp.transport.impl.ServletConnection
- servletContainerAdapter - Variable in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- ServletContainerAdapter - Schnittstelle in org.jupnp.transport.spi
-
Implement this to provide your own servlet container (instance),
- ServletStreamServerConfigurationImpl - Klasse in org.jupnp.transport.impl
-
Settings for the async Servlet 2.4/3.0 implementation.
- ServletStreamServerConfigurationImpl(ServletContainerAdapter) - Konstruktor für Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
Defaults to port '0', ephemeral.
- ServletStreamServerConfigurationImpl(ServletContainerAdapter, int) - Konstruktor für Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- ServletStreamServerConfigurationImpl(ServletContainerAdapter, int, int) - Konstruktor für Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- ServletStreamServerImpl - Klasse in org.jupnp.transport.impl
-
Servlet stream server implementation.
- ServletStreamServerImpl(ServletStreamServerConfigurationImpl) - Konstruktor für Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- ServletUpnpStream - Klasse in org.jupnp.transport.impl
-
Abstract implementation of a
UpnpStream
. - ServletUpnpStream(ProtocolFactory) - Konstruktor für Klasse org.jupnp.transport.impl.ServletUpnpStream
- set(Field, Object, Object) - Statische Methode in Klasse org.jupnp.util.Reflections
- set(String, String) - Methode in Klasse org.jupnp.http.Headers
- setActualSubscriptionDurationSeconds(int) - Methode in Klasse org.jupnp.model.gena.GENASubscription
- setAndWrap(Field, Object, Object) - Statische Methode in Klasse org.jupnp.util.Reflections
- setAsyncTimeoutSeconds(int) - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- setAttribute(String, String) - Methode in Klasse org.jupnp.xml.DOMElement
- setBody(String) - Methode in Schnittstelle org.jupnp.model.message.control.ActionMessage
- setBody(String) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setBody(UpnpMessage.BodyType, Object) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setBodyCharacters(byte[]) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setBodyType(UpnpMessage.BodyType) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setBuiltin(Datatype.Builtin) - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- setCacheExtensions(Map<String, String>) - Methode in Klasse org.jupnp.http.CacheControl
- setConfigValues(Map<String, Object>) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- setConnection(Connection) - Methode in Klasse org.jupnp.model.message.StreamRequestMessage
- setContent(String) - Methode in Klasse org.jupnp.xml.DOMElement
- setContentHandler(ContentHandler) - Methode in Klasse org.jupnp.xml.SAXParser
- setControlPoint(ControlPoint) - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- setControlPoint(ControlPoint) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- setDiscoveryOptions(UDN, DiscoveryOptions) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Change the active
DiscoveryOptions
for the given (local device) UDN. - setDiscoveryOptions(UDN, DiscoveryOptions) - Methode in Klasse org.jupnp.registry.RegistryImpl
- setExecutorService(ExecutorService) - Methode in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- setExecutorService(ExecutorService) - Methode in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- setExecutorService(ExecutorService) - Methode in Schnittstelle org.jupnp.transport.spi.ServletContainerAdapter
-
Might be called several times to integrate the servlet container with jUPnP's executor configuration.
- setFailure(ActionException) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setGroup(InetAddress) - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- setHeaders(UpnpHeaders) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setHost(String) - Methode in Klasse org.jupnp.model.types.HostPort
- setHttpMinorVersion(int) - Methode in Klasse org.jupnp.model.message.UpnpOperation
- setHttpService(HttpService) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- setInput(String, Object) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setInput(ActionArgumentValue<S>) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setInput(ActionArgumentValue<S>[]) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setLastRefreshTimestampSeconds(long) - Methode in Klasse org.jupnp.model.ExpirationDetails
- setListenPort(int) - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- setMajorVersion(int) - Methode in Klasse org.jupnp.model.ServerClientTokens
- setManager(ServiceManager<T>) - Methode in Klasse org.jupnp.model.meta.LocalService
- setMaxAge(int) - Methode in Klasse org.jupnp.http.CacheControl
- setMaxDatagramBytes(int) - Methode in Klasse org.jupnp.transport.impl.DatagramIOConfigurationImpl
- setMaxDatagramBytes(int) - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- setMinorVersion(int) - Methode in Klasse org.jupnp.model.ServerClientTokens
- setMustRevalidate(boolean) - Methode in Klasse org.jupnp.http.CacheControl
- setNamespace(String) - Methode in Klasse org.jupnp.model.message.header.MANHeader
- setNoCache(boolean) - Methode in Klasse org.jupnp.http.CacheControl
- setNoCacheFields(List<String>) - Methode in Klasse org.jupnp.http.CacheControl
- setNoStore(boolean) - Methode in Klasse org.jupnp.http.CacheControl
- setNoTransform(boolean) - Methode in Klasse org.jupnp.http.CacheControl
- setOsName(String) - Methode in Klasse org.jupnp.model.ServerClientTokens
- setOsVersion(String) - Methode in Klasse org.jupnp.model.ServerClientTokens
- setOutput(String, Object) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setOutput(ActionArgumentValue<S>) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setOutput(ActionArgumentValue<S>[]) - Methode in Klasse org.jupnp.model.action.ActionInvocation
- setOutputArgumentValue(ActionInvocation<LocalService>, ActionArgument<LocalService>, Object) - Methode in Klasse org.jupnp.model.action.AbstractActionExecutor
-
Sets the output argument value on the
ActionInvocation
, considers string conversion. - setPort(int) - Methode in Klasse org.jupnp.model.types.HostPort
- setPort(int) - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
- setPrivateFields(List<String>) - Methode in Klasse org.jupnp.http.CacheControl
- setPrivateFlag(boolean) - Methode in Klasse org.jupnp.http.CacheControl
- setProductName(String) - Methode in Klasse org.jupnp.model.ServerClientTokens
- setProductVersion(String) - Methode in Klasse org.jupnp.model.ServerClientTokens
- setProxyRevalidate(boolean) - Methode in Klasse org.jupnp.http.CacheControl
- setRejectedExecutionHandler(RejectedExecutionHandler) - Methode in Klasse org.jupnp.QueueingThreadPoolExecutor
-
This implementation does not allow setting a custom handler.
- setRequestUserAgent(String) - Methode in Klasse org.jupnp.model.profile.ClientInfo
- setResponseUserAgent(String) - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- setResponseUserAgent(UserAgentHeader) - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- setServletContainerAdapter(ServletContainerAdapter) - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
- setSharedMaxAge(int) - Methode in Klasse org.jupnp.http.CacheControl
- setString(String) - Methode in Klasse org.jupnp.model.message.header.AVClientInfoHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.CallbackHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.ContentRangeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.ContentTypeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.DeviceTypeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.DeviceUSNHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.EventSequenceHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.EXTHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.HostHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.InterfaceMacHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.LocationHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.MANHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.MaxAgeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.MXHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.NTEventHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.NTSHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.PragmaHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.RangeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.RootDeviceHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.ServerHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.ServiceTypeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.ServiceUSNHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.SoapActionHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.STAllHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.SubscriptionIdHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.TimeoutHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.UDADeviceTypeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.UDAServiceTypeHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.UDNHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.UpnpHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.UserAgentHeader
- setString(String) - Methode in Klasse org.jupnp.model.message.header.USNRootDeviceHeader
- setSubscription(GENASubscription) - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- setSubscriptionDuration(Integer) - Methode in Klasse org.jupnp.model.gena.LocalGENASubscription
- setSubscriptionId(String) - Methode in Klasse org.jupnp.model.gena.GENASubscription
- setTimeout(long) - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Sets the current timeout value in miliseconds - only positive numbers are accepted
- setTimeToLive(int) - Methode in Klasse org.jupnp.transport.impl.DatagramIOConfigurationImpl
- setUdaMajorVersion(int) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setUdaMinorVersion(int) - Methode in Klasse org.jupnp.model.message.UpnpMessage
- setUpnpServiceConfiguration(UpnpServiceConfiguration) - Methode in Klasse org.jupnp.UpnpServiceImpl
- setUri(URI) - Methode in Klasse org.jupnp.model.message.StreamRequestMessage
- setUri(URI) - Methode in Klasse org.jupnp.model.message.UpnpRequest
- setValue(long) - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- setValue(T) - Methode in Klasse org.jupnp.model.message.header.UpnpHeader
- SHORT - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- SHORT_PRIMITIVE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- ShortDatatype - Klasse in org.jupnp.model.types
- ShortDatatype() - Konstruktor für Klasse org.jupnp.model.types.ShortDatatype
- shutdown() - Methode in Klasse org.jupnp.DefaultUpnpServiceConfiguration
- shutdown() - Methode in Klasse org.jupnp.model.resource.Resource
-
Called by the registry when it stops, in the shutdown thread.
- shutdown() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- shutdown() - Methode in Schnittstelle org.jupnp.registry.Registry
-
Typically called internally when the UPnP stack is stopping.
- shutdown() - Methode in Klasse org.jupnp.registry.RegistryImpl
- shutdown() - Methode in Schnittstelle org.jupnp.transport.Router
-
Disables the router and releases all other resources.
- shutdown() - Methode in Klasse org.jupnp.transport.RouterImpl
- shutdown() - Methode in Schnittstelle org.jupnp.UpnpService
-
Stopping the UPnP stack.
- shutdown() - Methode in Schnittstelle org.jupnp.UpnpServiceConfiguration
-
Called by the
UpnpService
on shutdown, useful to e.g. shutdown thread pools. - shutdown() - Methode in Klasse org.jupnp.UpnpServiceImpl
- shutdown(boolean) - Methode in Klasse org.jupnp.UpnpServiceImpl
- Shutdown() - Konstruktor für Klasse org.jupnp.UpnpService.Shutdown
- shutdownConfiguration() - Methode in Klasse org.jupnp.UpnpServiceImpl
- shutdownExecutorServices() - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- shutdownRegistry() - Methode in Klasse org.jupnp.UpnpServiceImpl
- shutdownRouter() - Methode in Klasse org.jupnp.UpnpServiceImpl
- SID - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- SIGNATURE_FAILURE - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- SIGNATURE_MISSING - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- SimpleErrorHandler() - Konstruktor für Klasse org.jupnp.xml.SAXParser.SimpleErrorHandler
- Singular(E) - Konstruktor für Klasse org.jupnp.util.Iterators.Singular
- SIXTEEN - Enum-Konstante in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
- size() - Methode in Klasse org.jupnp.http.Headers
- SOAP_NS_ENVELOPE - Statische Variable in Schnittstelle org.jupnp.model.Constants
- SOAP_URI_ENCODING_STYLE - Statische Variable in Schnittstelle org.jupnp.model.Constants
- SOAPACTION - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- SoapActionHeader - Klasse in org.jupnp.model.message.header
- SoapActionHeader() - Konstruktor für Klasse org.jupnp.model.message.header.SoapActionHeader
- SoapActionHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.SoapActionHeader
- SoapActionHeader(URI) - Konstruktor für Klasse org.jupnp.model.message.header.SoapActionHeader
- SoapActionHeader(SoapActionType) - Konstruktor für Klasse org.jupnp.model.message.header.SoapActionHeader
- soapActionProcessor - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- SOAPActionProcessor - Schnittstelle in org.jupnp.transport.spi
-
Converts UPnP SOAP messages from/to action invocations.
- SOAPActionProcessorImpl - Klasse in org.jupnp.transport.impl
-
Default implementation based on the W3C DOM XML processing API.
- SOAPActionProcessorImpl() - Konstruktor für Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- SoapActionType - Klasse in org.jupnp.model.types
-
Header in SOAP action messages, naturally declaring the same thing as the body of the SOAP message.
- SoapActionType(String, String, Integer, String) - Konstruktor für Klasse org.jupnp.model.types.SoapActionType
- SoapActionType(ServiceType, String) - Konstruktor für Klasse org.jupnp.model.types.SoapActionType
- socket - Variable in Klasse org.jupnp.transport.impl.DatagramIOImpl
- socket - Variable in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- SpecificationViolationReporter - Klasse in org.jupnp.util
-
This class reports violations again UPnP specification.
- SpecificationViolationReporter() - Konstruktor für Klasse org.jupnp.util.SpecificationViolationReporter
- SpecificationViolationReporterConfig - Klasse in org.jupnp.util
-
Implements a managed service to enable or disable the
SpecificationViolationReporter
. - SpecificationViolationReporterConfig() - Konstruktor für Klasse org.jupnp.util.SpecificationViolationReporterConfig
- SpecificationViolationReporterConfig.Config - Annotationstyp in org.jupnp.util
- specificationViolationReporterEnabled() - Element in Annotationstyp org.jupnp.util.SpecificationViolationReporterConfig.Config
- specVersion - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- specVersion - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- SpecVersionHandler(MutableUDAVersion, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
- splitHeader(String) - Methode in Klasse org.jupnp.http.Headers
- ST - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- STAllHeader - Klasse in org.jupnp.model.message.header
- STAllHeader() - Konstruktor für Klasse org.jupnp.model.message.header.STAllHeader
- stampLastRefresh() - Methode in Klasse org.jupnp.model.ExpirationDetails
- Start() - Konstruktor für Klasse org.jupnp.UpnpService.Start
- startAddressBasedTransports(Iterator<InetAddress>) - Methode in Klasse org.jupnp.transport.RouterImpl
- startElement(String, String, String, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- startElement(Descriptor.Device.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
- startElement(Descriptor.Device.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
- startElement(Descriptor.Device.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
- startElement(Descriptor.Device.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
- startElement(Descriptor.Device.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
- startElement(Descriptor.Device.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
- startElement(Descriptor.Service.ELEMENT, Attributes) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
- startIfNotRunning() - Methode in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- startIfNotRunning() - Methode in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- startIfNotRunning() - Methode in Schnittstelle org.jupnp.transport.spi.ServletContainerAdapter
-
Start your servlet container if it isn't already running, might be called multiple times.
- startInterfaceBasedTransports(Iterator<NetworkInterface>) - Methode in Klasse org.jupnp.transport.RouterImpl
- startup() - Methode in Schnittstelle org.jupnp.UpnpService
- startup() - Methode in Klasse org.jupnp.UpnpServiceImpl
- StateMachine<S> - Schnittstelle in org.jupnp.util.statemachine
- StateMachineBuilder - Klasse in org.jupnp.util.statemachine
- StateMachineBuilder() - Konstruktor für Klasse org.jupnp.util.statemachine.StateMachineBuilder
- StateMachineInvocationHandler - Klasse in org.jupnp.util.statemachine
- States - Annotationstyp in org.jupnp.util.statemachine
- stateVariable - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- stateVariable() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpInputArgument
- stateVariable() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpOutputArgument
- StateVariable<S> - Klasse in org.jupnp.model.meta
-
The metadata of a named state variable.
- StateVariable(String, StateVariableTypeDetails) - Konstruktor für Klasse org.jupnp.model.meta.StateVariable
- StateVariable(String, StateVariableTypeDetails, StateVariableEventDetails) - Konstruktor für Klasse org.jupnp.model.meta.StateVariable
- StateVariableAccessor - Klasse in org.jupnp.model.state
-
Reads the value of a state variable, given an instance that implements the service.
- StateVariableAccessor() - Konstruktor für Klasse org.jupnp.model.state.StateVariableAccessor
- stateVariableAccessors - Variable in Klasse org.jupnp.model.meta.LocalService
- StateVariableAllowedValueRange - Klasse in org.jupnp.model.meta
-
Integrity rule for a state variable, restricting its values to a range with steps.
- StateVariableAllowedValueRange(long, long) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- StateVariableAllowedValueRange(long, long, long) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- StateVariableEventDetails - Klasse in org.jupnp.model.meta
-
Eventing options of a state variable, including moderation settings.
- StateVariableEventDetails() - Konstruktor für Klasse org.jupnp.model.meta.StateVariableEventDetails
- StateVariableEventDetails(boolean) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableEventDetails
- StateVariableEventDetails(boolean, int, int) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableEventDetails
- StateVariableHandler(MutableStateVariable, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
- StateVariableListHandler(List<MutableStateVariable>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
- stateVariables - Variable in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- stateVariables - Variable in Klasse org.jupnp.binding.staging.MutableService
- StateVariableTypeDetails - Klasse in org.jupnp.model.meta
-
Type of a state variable, its default value, and integrity rules for allowed values and ranges.
- StateVariableTypeDetails(Datatype) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableTypeDetails
- StateVariableTypeDetails(Datatype, String) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableTypeDetails
- StateVariableTypeDetails(Datatype, String, String[], StateVariableAllowedValueRange) - Konstruktor für Klasse org.jupnp.model.meta.StateVariableTypeDetails
- StateVariableValue<S> - Klasse in org.jupnp.model.state
-
Represents the value of a state variable.
- StateVariableValue(StateVariable<S>, Object) - Konstruktor für Klasse org.jupnp.model.state.StateVariableValue
- step - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- step - Variable in Klasse org.jupnp.binding.staging.MutableAllowedValueRange
- stop() - Methode in Klasse org.jupnp.registry.RegistryMaintainer
- stop() - Methode in Klasse org.jupnp.transport.impl.DatagramIOImpl
- stop() - Methode in Klasse org.jupnp.transport.impl.jetty.JettyStreamClientImpl
- stop() - Methode in Klasse org.jupnp.transport.impl.MulticastReceiverImpl
- stop() - Methode in Klasse org.jupnp.transport.impl.ServletStreamServerImpl
- stop() - Methode in Schnittstelle org.jupnp.transport.spi.DatagramIO
-
Stops the service, closes any listening sockets.
- stop() - Methode in Schnittstelle org.jupnp.transport.spi.MulticastReceiver
-
Stops the service, closes any listening sockets.
- stop() - Methode in Schnittstelle org.jupnp.transport.spi.StreamClient
-
Stops the service, closes any connection pools etc.
- stop() - Methode in Schnittstelle org.jupnp.transport.spi.StreamServer
-
Stops the service, closes any listening sockets.
- stopIfRunning() - Methode in Klasse org.jupnp.transport.impl.jetty.JettyServletContainer
- stopIfRunning() - Methode in Klasse org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
- stopIfRunning() - Methode in Schnittstelle org.jupnp.transport.spi.ServletContainerAdapter
-
Stop your servlet container if it's still running, might be called multiple times.
- streamClient - Variable in Klasse org.jupnp.transport.RouterImpl
- StreamClient<C> - Schnittstelle in org.jupnp.transport.spi
-
Service for sending TCP (HTTP) stream request messages.
- StreamClientConfiguration - Schnittstelle in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- StreamClientConfigurationImpl - Klasse in org.jupnp.transport.impl.jetty
-
Settings for the Jetty 9.4.x implementation.
- StreamClientConfigurationImpl(ExecutorService) - Konstruktor für Klasse org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
- StreamClientConfigurationImpl(ExecutorService, int) - Konstruktor für Klasse org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
- StreamClientConfigurationImpl(ExecutorService, int, int, int, int) - Konstruktor für Klasse org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
- streamListenPort - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- streamListenPort - Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- StreamRequestMessage - Klasse in org.jupnp.model.message
-
A TCP (HTTP) stream request message.
- StreamRequestMessage(StreamRequestMessage) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest.Method, URI) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest.Method, URI, byte[]) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest.Method, URI, String) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest.Method, URL) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest.Method, URL, byte[]) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest.Method, URL, String) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest, byte[]) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamRequestMessage(UpnpRequest, String) - Konstruktor für Klasse org.jupnp.model.message.StreamRequestMessage
- StreamResponseMessage - Klasse in org.jupnp.model.message
-
A TCP (HTTP) stream response message.
- StreamResponseMessage(byte[]) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(byte[], ContentTypeHeader) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(byte[], MimeType) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(String) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(String, ContentTypeHeader) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(String, MimeType) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(StreamResponseMessage) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(UpnpResponse) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(UpnpResponse.Status) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(UpnpResponse, byte[]) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamResponseMessage(UpnpResponse, String) - Konstruktor für Klasse org.jupnp.model.message.StreamResponseMessage
- StreamServer<C> - Schnittstelle in org.jupnp.transport.spi
-
Service for receiving TCP (HTTP) streams, one per bound IP address.
- StreamServerConfiguration - Schnittstelle in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- streamServers - Variable in Klasse org.jupnp.transport.RouterImpl
- STRING - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpMessage.BodyType
- STRING - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- STRING - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- stringConvertibleTypes - Variable in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- stringConvertibleTypes - Variable in Klasse org.jupnp.binding.annotations.AnnotationStateVariableBinder
- stringConvertibleTypes - Variable in Klasse org.jupnp.model.meta.LocalService
- stringConvertibleTypes() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpService
- StringDatatype - Klasse in org.jupnp.model.types
- StringDatatype() - Konstruktor für Klasse org.jupnp.model.types.StringDatatype
- stringToBytes(String) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
Converts a hex string to a byte array.
- stringToBytes(String, String) - Statische Methode in Klasse org.jupnp.util.io.HexBin
-
Converts a hex string to a byte array.
- stripElements(String) - Statische Methode in Klasse org.jupnp.xml.DOMParser
- SUBSCRIBE - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- subscription - Variable in Klasse org.jupnp.protocol.sync.ReceivingSubscribe
- subscription - Variable in Klasse org.jupnp.protocol.sync.SendingRenewal
- subscription - Variable in Klasse org.jupnp.protocol.sync.SendingSubscribe
- subscription - Variable in Klasse org.jupnp.protocol.sync.SendingUnsubscribe
- SubscriptionCallback - Klasse in org.jupnp.controlpoint
-
Subscribe and receive events from a service through GENA.
- SubscriptionCallback(Service) - Konstruktor für Klasse org.jupnp.controlpoint.SubscriptionCallback
- SubscriptionCallback(Service, int) - Konstruktor für Klasse org.jupnp.controlpoint.SubscriptionCallback
- subscriptionId - Variable in Klasse org.jupnp.model.gena.GENASubscription
- subscriptionId - Variable in Klasse org.jupnp.protocol.sync.SendingEvent
- SubscriptionIdHeader - Klasse in org.jupnp.model.message.header
- SubscriptionIdHeader() - Konstruktor für Klasse org.jupnp.model.message.header.SubscriptionIdHeader
- SubscriptionIdHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.SubscriptionIdHeader
- success(ActionInvocation) - Methode in Klasse org.jupnp.controlpoint.ActionCallback.Default
- success(ActionInvocation) - Methode in Klasse org.jupnp.controlpoint.ActionCallback
-
Called when the action invocation succeeded.
- supportsQueryStateVariables - Variable in Klasse org.jupnp.model.meta.LocalService
- supportsQueryStateVariables() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpService
- switchToParent() - Methode in Klasse org.jupnp.xml.SAXParser.Handler
- Synchronized(Collection<E>) - Konstruktor für Klasse org.jupnp.util.Iterators.Synchronized
- synchronizedRemove(int) - Methode in Klasse org.jupnp.util.Iterators.Synchronized
-
Must remove the element at the given index from the original collection in a thread-safe fashion.
- syncProtocol - Variable in Klasse org.jupnp.transport.spi.UpnpStream
- SYSTEM_PROPERTY_ANNOUNCE_MAC_ADDRESS - Statische Variable in Schnittstelle org.jupnp.model.Constants
- SYSTEM_PROPERTY_NET_ADDRESSES - Statische Variable in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
- SYSTEM_PROPERTY_NET_IFACES - Statische Variable in Schnittstelle org.jupnp.transport.spi.NetworkAddressFactory
T
- THIRTYTWO - Enum-Konstante in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
- threadNumber - Variable in Klasse org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
- threadPoolSize - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- throwIfRequestCancelled() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- TIME - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- TIME_TZ - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- TIMEOUT - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- TimeoutHeader - Klasse in org.jupnp.model.message.header
- TimeoutHeader() - Konstruktor für Klasse org.jupnp.model.message.header.TimeoutHeader
-
Defaults to
UserConstants.DEFAULT_SUBSCRIPTION_DURATION_SECONDS
. - TimeoutHeader(int) - Konstruktor für Klasse org.jupnp.model.message.header.TimeoutHeader
- TimeoutHeader(Integer) - Konstruktor für Klasse org.jupnp.model.message.header.TimeoutHeader
- timeoutSeconds - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- timeoutSeconds - Variable in Klasse org.jupnp.transport.spi.AbstractStreamClientConfiguration
- toClassNameString(String, Object...) - Statische Methode in Klasse org.jupnp.util.Reflections
- toCommaSeparatedList(Object[]) - Statische Methode in Klasse org.jupnp.model.ModelUtil
-
Converts the given instances into comma-separated elements of a string, escaping commas with backslashes.
- toCommaSeparatedList(Object[], boolean, boolean) - Statische Methode in Klasse org.jupnp.model.ModelUtil
-
Converts the given instances into comma-separated elements of a string, optionally escapes commas and double quotes with backslahses.
- toDeviceArray(Collection<D>) - Methode in Klasse org.jupnp.model.meta.Device
- toDeviceArray(Collection<LocalDevice>) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- toDeviceArray(Collection<RemoteDevice>) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- toFriendlyString() - Methode in Klasse org.jupnp.model.types.ServiceType
- toServiceArray(Collection<LocalService>) - Methode in Klasse org.jupnp.model.meta.LocalDevice
- toServiceArray(Collection<RemoteService>) - Methode in Klasse org.jupnp.model.meta.RemoteDevice
- toServiceArray(Collection<S>) - Methode in Klasse org.jupnp.model.meta.Device
- toSimpleXMLString() - Methode in Klasse org.jupnp.xml.DOMElement
- toString() - Methode in Klasse org.jupnp.controlpoint.ActionCallback
- toString() - Methode in Klasse org.jupnp.controlpoint.SubscriptionCallback
- toString() - Methode in Klasse org.jupnp.http.CacheControl
- toString() - Methode in Klasse org.jupnp.http.Headers
- toString() - Methode in Klasse org.jupnp.http.Query
- toString() - Methode in Klasse org.jupnp.http.Representation
- toString() - Methode in Klasse org.jupnp.model.action.ActionInvocation
- toString() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- toString() - Methode in Klasse org.jupnp.model.DiscoveryOptions
- toString() - Methode in Klasse org.jupnp.model.ExpirationDetails
- toString() - Methode in Klasse org.jupnp.model.gena.GENASubscription
- toString() - Methode in Klasse org.jupnp.model.gena.RemoteGENASubscription
- toString() - Methode in Klasse org.jupnp.model.message.gena.IncomingEventRequestMessage
- toString() - Methode in Klasse org.jupnp.model.message.header.InterfaceMacHeader
- toString() - Methode in Klasse org.jupnp.model.message.header.UpnpHeader
- toString() - Methode in Klasse org.jupnp.model.message.UpnpMessage
- toString() - Methode in Klasse org.jupnp.model.message.UpnpRequest
- toString() - Methode in Klasse org.jupnp.model.message.UpnpResponse
- toString() - Methode in Klasse org.jupnp.model.meta.Action
- toString() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- toString() - Methode in Klasse org.jupnp.model.meta.Device
- toString() - Methode in Klasse org.jupnp.model.meta.DeviceIdentity
- toString() - Methode in Klasse org.jupnp.model.meta.Icon
- toString() - Methode in Klasse org.jupnp.model.meta.LocalService
- toString() - Methode in Klasse org.jupnp.model.meta.RemoteDeviceIdentity
- toString() - Methode in Klasse org.jupnp.model.meta.RemoteService
- toString() - Methode in Klasse org.jupnp.model.meta.Service
- toString() - Methode in Klasse org.jupnp.model.meta.StateVariable
- toString() - Methode in Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- toString() - Methode in Klasse org.jupnp.model.profile.ClientInfo
- toString() - Methode in Klasse org.jupnp.model.profile.RemoteClientInfo
- toString() - Methode in Klasse org.jupnp.model.resource.Resource
- toString() - Methode in Klasse org.jupnp.model.ServerClientTokens
- toString() - Methode in Klasse org.jupnp.model.ServiceReference
- toString() - Methode in Klasse org.jupnp.model.state.FieldStateVariableAccessor
- toString() - Methode in Klasse org.jupnp.model.state.GetterStateVariableAccessor
- toString() - Methode in Klasse org.jupnp.model.state.StateVariableAccessor
- toString() - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- toString() - Methode in Klasse org.jupnp.model.types.csv.CSV
- toString() - Methode in Klasse org.jupnp.model.types.CustomDatatype
- toString() - Methode in Enumeration org.jupnp.model.types.Datatype.Default
- toString() - Methode in Klasse org.jupnp.model.types.DeviceType
- toString() - Methode in Klasse org.jupnp.model.types.DLNACaps
- toString() - Methode in Klasse org.jupnp.model.types.DLNADoc
- toString() - Methode in Enumeration org.jupnp.model.types.DLNADoc.Version
- toString() - Methode in Klasse org.jupnp.model.types.HostPort
- toString() - Methode in Klasse org.jupnp.model.types.NamedDeviceType
- toString() - Methode in Klasse org.jupnp.model.types.NamedServiceType
- toString() - Methode in Klasse org.jupnp.model.types.ServiceId
- toString() - Methode in Klasse org.jupnp.model.types.ServiceType
- toString() - Methode in Klasse org.jupnp.model.types.SoapActionType
- toString() - Methode in Klasse org.jupnp.model.types.UDN
- toString() - Methode in Klasse org.jupnp.model.types.UnsignedVariableInteger
- toString() - Methode in Klasse org.jupnp.model.ValidationError
- toString() - Methode in Klasse org.jupnp.model.VariableValue
- toString() - Methode in Klasse org.jupnp.protocol.ReceivingAsync
- toString() - Methode in Klasse org.jupnp.protocol.ReceivingSync
- toString() - Methode in Klasse org.jupnp.protocol.SendingAsync
- toString() - Methode in Klasse org.jupnp.protocol.SendingSync
- toString() - Methode in Klasse org.jupnp.transport.impl.async.AsyncServletUpnpStream
- toString() - Methode in Klasse org.jupnp.transport.spi.UpnpStream
- toString() - Methode in Klasse org.jupnp.util.MimeType
- toString() - Methode in Klasse org.jupnp.xml.DOMElement
- toString(Member) - Statische Methode in Klasse org.jupnp.util.Reflections
- toString(Document) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- toString(Document) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- toStringNoParameters() - Methode in Klasse org.jupnp.util.MimeType
- toTimeString(long) - Statische Methode in Klasse org.jupnp.model.ModelUtil
- toURI(URL) - Statische Methode in Klasse org.jupnp.util.URIUtil
- toURL(URI) - Statische Methode in Klasse org.jupnp.util.URIUtil
- TransitionException - Ausnahmeklasse in org.jupnp.util.statemachine
- TransitionException(String) - Konstruktor für Ausnahmeklasse org.jupnp.util.statemachine.TransitionException
- TransitionException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.util.statemachine.TransitionException
- TRANSPORT_LOCKED - Enum-Konstante in Enumeration org.jupnp.model.types.ErrorCode
- transportConfiguration - Variable in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- TransportConfiguration<SCC,
SSC> - Schnittstelle in org.jupnp.transport -
Interface to abstract a transport implementation.
- TransportConfigurationProvider - Klasse in org.jupnp.transport
-
This is the central place to switch between transport implementations.
- TransportConfigurationProvider() - Konstruktor für Klasse org.jupnp.transport.TransportConfigurationProvider
- TWENTYFOUR - Enum-Konstante in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
U
- UDA10DeviceDescriptorBinderImpl - Klasse in org.jupnp.binding.xml
-
Implementation based on JAXP DOM.
- UDA10DeviceDescriptorBinderImpl() - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- UDA10DeviceDescriptorBinderSAXImpl - Klasse in org.jupnp.binding.xml
-
A JAXP SAX parser implementation, which is actually slower than the DOM implementation (on desktop and on Android)!
- UDA10DeviceDescriptorBinderSAXImpl() - Konstruktor für Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
- UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler<I> - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.IconHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.IconListHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.RootHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler - Klasse in org.jupnp.binding.xml
- UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderImpl - Klasse in org.jupnp.binding.xml
-
Implementation based on JAXP DOM.
- UDA10ServiceDescriptorBinderImpl() - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- UDA10ServiceDescriptorBinderSAXImpl - Klasse in org.jupnp.binding.xml
-
Implementation based on JAXP SAX.
- UDA10ServiceDescriptorBinderSAXImpl() - Konstruktor für Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
- UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.ActionHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.RootHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I> - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler - Klasse in org.jupnp.binding.xml
- UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler - Klasse in org.jupnp.binding.xml
- UDADeviceType - Klasse in org.jupnp.model.types
-
Device type with a fixed
schemas-upnp-org
namespace. - UDADeviceType(String) - Konstruktor für Klasse org.jupnp.model.types.UDADeviceType
- UDADeviceType(String, int) - Konstruktor für Klasse org.jupnp.model.types.UDADeviceType
- UDADeviceTypeHeader - Klasse in org.jupnp.model.message.header
- UDADeviceTypeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.UDADeviceTypeHeader
- UDADeviceTypeHeader(URI) - Konstruktor für Klasse org.jupnp.model.message.header.UDADeviceTypeHeader
- UDADeviceTypeHeader(DeviceType) - Konstruktor für Klasse org.jupnp.model.message.header.UDADeviceTypeHeader
- UDAServiceId - Klasse in org.jupnp.model.types
-
Service identifier with a fixed
upnp-org
namespace. - UDAServiceId(String) - Konstruktor für Klasse org.jupnp.model.types.UDAServiceId
- UDAServiceType - Klasse in org.jupnp.model.types
-
Service type with a fixed
schemas-upnp-org
namespace. - UDAServiceType(String) - Konstruktor für Klasse org.jupnp.model.types.UDAServiceType
- UDAServiceType(String, int) - Konstruktor für Klasse org.jupnp.model.types.UDAServiceType
- UDAServiceTypeHeader - Klasse in org.jupnp.model.message.header
- UDAServiceTypeHeader() - Konstruktor für Klasse org.jupnp.model.message.header.UDAServiceTypeHeader
- UDAServiceTypeHeader(URI) - Konstruktor für Klasse org.jupnp.model.message.header.UDAServiceTypeHeader
- UDAServiceTypeHeader(UDAServiceType) - Konstruktor für Klasse org.jupnp.model.message.header.UDAServiceTypeHeader
- udaVersion - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- UDAVersion - Klasse in org.jupnp.model.meta
-
Version of the UPnP Device Architecture (UDA), defaults to 1.0.
- UDAVersion() - Konstruktor für Klasse org.jupnp.model.meta.UDAVersion
- UDAVersion(int, int) - Konstruktor für Klasse org.jupnp.model.meta.UDAVersion
- udn - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- UDN - Klasse in org.jupnp.model.types
-
A unique device name.
- UDN - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- UDN(String) - Konstruktor für Klasse org.jupnp.model.types.UDN
- UDN(UUID) - Konstruktor für Klasse org.jupnp.model.types.UDN
- UDNHeader - Klasse in org.jupnp.model.message.header
- UDNHeader() - Konstruktor für Klasse org.jupnp.model.message.header.UDNHeader
- UDNHeader(UDN) - Konstruktor für Klasse org.jupnp.model.message.header.UDNHeader
- UI1 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- UI2 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- UI4 - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- uniqueSystemIdentifier(String) - Statische Methode in Klasse org.jupnp.model.types.UDN
-
Generates a global unique identifier that is the same every time this method is invoked on the same machine with the same argument.
- UNKNOWN - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- UNKNOWN - Statische Variable in Klasse org.jupnp.model.types.DeviceType
- UNKNOWN - Statische Variable in Klasse org.jupnp.model.types.ServiceId
- UNKNOWN_PLACEHOLDER - Statische Variable in Klasse org.jupnp.model.ServerClientTokens
- UNLIMITED_AGE - Statische Variable in Klasse org.jupnp.model.ExpirationDetails
- unlock() - Methode in Klasse org.jupnp.model.DefaultServiceManager
- unlock(Lock) - Methode in Klasse org.jupnp.transport.RouterImpl
- unqualify(String) - Statische Methode in Klasse org.jupnp.util.Reflections
- unqualify(String, char) - Statische Methode in Klasse org.jupnp.util.Reflections
- unregisterPendingRemoteSubscription(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- unregisterPendingRemoteSubscription(RemoteGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- unsetHttpService(HttpService) - Methode in Klasse org.jupnp.OSGiUpnpServiceConfiguration
- unsetUpnpServiceConfiguration(UpnpServiceConfiguration) - Methode in Klasse org.jupnp.UpnpServiceImpl
- UNSIGNED_INTEGER_FOUR_BYTES - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- UNSIGNED_INTEGER_ONE_BYTE - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- UNSIGNED_INTEGER_TWO_BYTES - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- UnsignedIntegerFourBytes - Klasse in org.jupnp.model.types
- UnsignedIntegerFourBytes(long) - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerFourBytes
- UnsignedIntegerFourBytes(String) - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerFourBytes
- UnsignedIntegerFourBytesDatatype - Klasse in org.jupnp.model.types
- UnsignedIntegerFourBytesDatatype() - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerFourBytesDatatype
- UnsignedIntegerOneByte - Klasse in org.jupnp.model.types
- UnsignedIntegerOneByte(long) - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerOneByte
- UnsignedIntegerOneByte(String) - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerOneByte
- UnsignedIntegerOneByteDatatype - Klasse in org.jupnp.model.types
- UnsignedIntegerOneByteDatatype() - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerOneByteDatatype
- UnsignedIntegerTwoBytes - Klasse in org.jupnp.model.types
- UnsignedIntegerTwoBytes(long) - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerTwoBytes
- UnsignedIntegerTwoBytes(String) - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerTwoBytes
- UnsignedIntegerTwoBytesDatatype - Klasse in org.jupnp.model.types
- UnsignedIntegerTwoBytesDatatype() - Konstruktor für Klasse org.jupnp.model.types.UnsignedIntegerTwoBytesDatatype
- UnsignedVariableInteger - Klasse in org.jupnp.model.types
-
A crude solution for unsigned "non-negative" types in UPnP, not usable for any arithmetic.
- UnsignedVariableInteger() - Konstruktor für Klasse org.jupnp.model.types.UnsignedVariableInteger
- UnsignedVariableInteger(long) - Konstruktor für Klasse org.jupnp.model.types.UnsignedVariableInteger
- UnsignedVariableInteger(String) - Konstruktor für Klasse org.jupnp.model.types.UnsignedVariableInteger
- UnsignedVariableInteger.Bits - Enum in org.jupnp.model.types
- UNSUBSCRIBE - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpRequest.Method
- UNSUBSCRIBE_FAILED - Enum-Konstante in Enumeration org.jupnp.model.gena.CancelReason
- UNSUPPORTED_MEDIA_TYPE - Enum-Konstante in Enumeration org.jupnp.model.message.UpnpResponse.Status
- UnsupportedDataException - Ausnahmeklasse in org.jupnp.model
-
Thrown by processors/converters when errors occurred.
- UnsupportedDataException(String) - Konstruktor für Ausnahmeklasse org.jupnp.model.UnsupportedDataException
- UnsupportedDataException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.model.UnsupportedDataException
- UnsupportedDataException(String, Throwable, Object) - Konstruktor für Ausnahmeklasse org.jupnp.model.UnsupportedDataException
- unwrap(Throwable) - Statische Methode in Klasse org.jupnp.util.Exceptions
- unwrapException(Exception) - Methode in Klasse org.jupnp.xml.DOMParser
- upc - Variable in Klasse org.jupnp.binding.staging.MutableDevice
- UPC - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- update(RemoteDeviceIdentity) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP discovery protocol.
- update(RemoteDeviceIdentity) - Methode in Klasse org.jupnp.registry.RegistryImpl
- UPDATE - Enum-Konstante in Enumeration org.jupnp.model.types.NotificationSubtype
- updateLocalSubscription(LocalGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- updateLocalSubscription(LocalGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- updateRemoteSubscription(RemoteGENASubscription) - Methode in Schnittstelle org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- updateRemoteSubscription(RemoteGENASubscription) - Methode in Klasse org.jupnp.registry.RegistryImpl
- UPNP_MULTICAST_PORT - Statische Variable in Schnittstelle org.jupnp.model.Constants
- UPNP_MULTICAST_RESPONSE_PORT - Statische Variable in Schnittstelle org.jupnp.model.Constants
- UpnpAction - Annotationstyp in org.jupnp.binding.annotations
- UpnpHeader<T> - Klasse in org.jupnp.model.message.header
-
Transforms known and standardized UPnP/HTTP headers from/to string representation.
- UpnpHeader() - Konstruktor für Klasse org.jupnp.model.message.header.UpnpHeader
- UpnpHeader.Type - Enum in org.jupnp.model.message.header
-
Maps a standardized UPnP header to potential header subtypes.
- UpnpHeaders - Klasse in org.jupnp.model.message
-
Provides UPnP header API in addition to plain multi-map HTTP header access.
- UpnpHeaders() - Konstruktor für Klasse org.jupnp.model.message.UpnpHeaders
- UpnpHeaders(boolean) - Konstruktor für Klasse org.jupnp.model.message.UpnpHeaders
- UpnpHeaders(ByteArrayInputStream) - Konstruktor für Klasse org.jupnp.model.message.UpnpHeaders
- UpnpHeaders(Map<String, List<String>>) - Konstruktor für Klasse org.jupnp.model.message.UpnpHeaders
- UpnpInputArgument - Annotationstyp in org.jupnp.binding.annotations
- UpnpMessage<O> - Klasse in org.jupnp.model.message
-
A non-streaming message, the interface between the transport layer and the protocols.
- UpnpMessage(O) - Konstruktor für Klasse org.jupnp.model.message.UpnpMessage
- UpnpMessage(UpnpMessage<O>) - Konstruktor für Klasse org.jupnp.model.message.UpnpMessage
- UpnpMessage(O, UpnpMessage.BodyType, Object) - Konstruktor für Klasse org.jupnp.model.message.UpnpMessage
- UpnpMessage.BodyType - Enum in org.jupnp.model.message
- UpnpOperation - Klasse in org.jupnp.model.message
-
The operation, or HTTP details, of a message.
- UpnpOperation() - Konstruktor für Klasse org.jupnp.model.message.UpnpOperation
- UpnpOutputArgument - Annotationstyp in org.jupnp.binding.annotations
- UpnpRequest - Klasse in org.jupnp.model.message
-
A request message, with a method (GET, POST, NOTIFY, etc).
- UpnpRequest(UpnpRequest.Method) - Konstruktor für Klasse org.jupnp.model.message.UpnpRequest
- UpnpRequest(UpnpRequest.Method, URI) - Konstruktor für Klasse org.jupnp.model.message.UpnpRequest
- UpnpRequest(UpnpRequest.Method, URL) - Konstruktor für Klasse org.jupnp.model.message.UpnpRequest
- UpnpRequest.Method - Enum in org.jupnp.model.message
- UpnpResponse - Klasse in org.jupnp.model.message
-
A response message, with a status code and message (OK, NOT FOUND, etc).
- UpnpResponse(int, String) - Konstruktor für Klasse org.jupnp.model.message.UpnpResponse
- UpnpResponse(UpnpResponse.Status) - Konstruktor für Klasse org.jupnp.model.message.UpnpResponse
- UpnpResponse.Status - Enum in org.jupnp.model.message
- upnpService - Variable in Klasse org.jupnp.protocol.ProtocolFactoryImpl
- upnpService - Variable in Klasse org.jupnp.registry.RegistryImpl
- UpnpService - Schnittstelle in org.jupnp
-
Primary interface of the jUPnP Core UPnP stack.
- UpnpService - Annotationstyp in org.jupnp.binding.annotations
- UpnpService.Shutdown - Klasse in org.jupnp
- UpnpService.Start - Klasse in org.jupnp
- UpnpServiceConfiguration - Schnittstelle in org.jupnp
-
Shared configuration data of the UPnP stack..
- UpnpServiceId - Annotationstyp in org.jupnp.binding.annotations
- UpnpServiceImpl - Klasse in org.jupnp
-
Default implementation of
UpnpService
, starts immediately on construction. - UpnpServiceImpl() - Konstruktor für Klasse org.jupnp.UpnpServiceImpl
- UpnpServiceImpl(UpnpServiceConfiguration) - Konstruktor für Klasse org.jupnp.UpnpServiceImpl
- UpnpServiceImpl.Config - Annotationstyp in org.jupnp
- UpnpServiceType - Annotationstyp in org.jupnp.binding.annotations
- UpnpStateVariable - Annotationstyp in org.jupnp.binding.annotations
- UpnpStateVariables - Annotationstyp in org.jupnp.binding.annotations
- UpnpStream - Klasse in org.jupnp.transport.spi
-
A runnable representation of a single HTTP request/response procedure.
- UpnpStream(ProtocolFactory) - Konstruktor für Klasse org.jupnp.transport.spi.UpnpStream
- uri - Variable in Klasse org.jupnp.binding.staging.MutableIcon
- URI - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
- URI - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Default
- URIDatatype - Klasse in org.jupnp.model.types
- URIDatatype() - Konstruktor für Klasse org.jupnp.model.types.URIDatatype
- URIUtil - Klasse in org.jupnp.util
- URIUtil() - Konstruktor für Klasse org.jupnp.util.URIUtil
- url - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- url - Variable in Klasse org.jupnp.model.Location
- URLBase - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- useAddresses - Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- useInterfaces - Variable in Klasse org.jupnp.transport.impl.NetworkAddressFactoryImpl
- USER_AGENT - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- UserAgentHeader - Klasse in org.jupnp.model.message.header
-
A simple string, not validated (everyone gets this wrong)
- UserAgentHeader() - Konstruktor für Klasse org.jupnp.model.message.header.UserAgentHeader
- UserAgentHeader(String) - Konstruktor für Klasse org.jupnp.model.message.header.UserAgentHeader
- UserConstants - Klasse in org.jupnp.model
-
Settings you can modify if you know what you are doing.
- UserConstants() - Konstruktor für Klasse org.jupnp.model.UserConstants
- USN - Enum-Konstante in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
- USNRootDeviceHeader - Klasse in org.jupnp.model.message.header
- USNRootDeviceHeader() - Konstruktor für Klasse org.jupnp.model.message.header.USNRootDeviceHeader
- USNRootDeviceHeader(UDN) - Konstruktor für Klasse org.jupnp.model.message.header.USNRootDeviceHeader
- UUID - Enum-Konstante in Enumeration org.jupnp.model.types.Datatype.Builtin
V
- V1_0 - Enum-Konstante in Enumeration org.jupnp.model.types.DLNADoc.Version
- V1_5 - Enum-Konstante in Enumeration org.jupnp.model.types.DLNADoc.Version
- Validatable - Schnittstelle in org.jupnp.model
-
Marker for types with integrity rules that require validation.
- validate() - Methode in Klasse org.jupnp.model.meta.Action
- validate() - Methode in Klasse org.jupnp.model.meta.ActionArgument
- validate() - Methode in Klasse org.jupnp.model.meta.Device
- validate() - Methode in Klasse org.jupnp.model.meta.DeviceDetails
- validate() - Methode in Klasse org.jupnp.model.meta.DeviceIdentity
- validate() - Methode in Klasse org.jupnp.model.meta.Icon
- validate() - Methode in Klasse org.jupnp.model.meta.LocalDevice
- validate() - Methode in Klasse org.jupnp.model.meta.QueryStateVariableAction
- validate() - Methode in Klasse org.jupnp.model.meta.Service
- validate() - Methode in Klasse org.jupnp.model.meta.StateVariable
- validate() - Methode in Klasse org.jupnp.model.meta.StateVariableAllowedValueRange
- validate() - Methode in Klasse org.jupnp.model.meta.StateVariableTypeDetails
- validate() - Methode in Klasse org.jupnp.model.meta.UDAVersion
- validate() - Methode in Schnittstelle org.jupnp.model.Validatable
- validate(String) - Methode in Klasse org.jupnp.xml.DOMParser
- validate(URL) - Statische Methode in Klasse org.jupnp.http.HttpFetch
- validate(URL) - Methode in Klasse org.jupnp.xml.DOMParser
- validate(Source) - Methode in Klasse org.jupnp.xml.DOMParser
- validate(DOM) - Methode in Klasse org.jupnp.xml.DOMParser
- validate(Document) - Methode in Klasse org.jupnp.xml.DOMParser
- validateThis() - Methode in Klasse org.jupnp.model.meta.RemoteService
- validateType(StateVariable, Class) - Methode in Klasse org.jupnp.binding.annotations.AnnotationActionBinder
- ValidationError - Klasse in org.jupnp.model
-
Representing an integrity rule validation failure.
- ValidationError(Class, String) - Konstruktor für Klasse org.jupnp.model.ValidationError
- ValidationError(Class, String, String) - Konstruktor für Klasse org.jupnp.model.ValidationError
- ValidationException - Ausnahmeklasse in org.jupnp.model
-
Thrown if integrity rule violations are exceptional, encapsulating the errors.
- ValidationException(String) - Konstruktor für Ausnahmeklasse org.jupnp.model.ValidationException
- ValidationException(String, Throwable) - Konstruktor für Ausnahmeklasse org.jupnp.model.ValidationException
- ValidationException(String, List<ValidationError>) - Konstruktor für Ausnahmeklasse org.jupnp.model.ValidationException
- value - Variable in Klasse org.jupnp.model.types.UnsignedVariableInteger
- value() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpServiceId
- value() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpServiceType
- value() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpStateVariables
- value() - Element in Annotationstyp org.jupnp.util.statemachine.States
- valueOf(String) - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Service.ATTRIBUTE
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Klasse org.jupnp.http.CacheControl
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.gena.CancelReason
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.message.UpnpMessage.BodyType
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.message.UpnpRequest.Method
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.message.UpnpResponse.Status
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.meta.ActionArgument.Direction
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Methode in Klasse org.jupnp.model.types.AbstractDatatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.Base64Datatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.BinHexDatatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.BooleanDatatype
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.BytesRange
- valueOf(String) - Methode in Klasse org.jupnp.model.types.CharacterDatatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.CustomDatatype
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Builtin
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Default
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Methode in Schnittstelle org.jupnp.model.types.Datatype
-
Transforms a string representation into a value of the supported type.
- valueOf(String) - Methode in Klasse org.jupnp.model.types.DateTimeDatatype
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.DeviceType
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.DLNACaps
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.DLNADoc
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.types.DLNADoc.Version
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Methode in Klasse org.jupnp.model.types.DoubleDatatype
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.types.ErrorCode
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Methode in Klasse org.jupnp.model.types.FloatDatatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.IntegerDatatype
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.NamedDeviceType
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.NamedServiceType
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.types.NotificationSubtype
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.PragmaType
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.ServiceId
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.ServiceType
- valueOf(String) - Methode in Klasse org.jupnp.model.types.ShortDatatype
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.SoapActionType
- valueOf(String) - Methode in Klasse org.jupnp.model.types.StringDatatype
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.UDADeviceType
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.UDAServiceId
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.UDAServiceType
- valueOf(String) - Statische Methode in Klasse org.jupnp.model.types.UDN
- valueOf(String) - Methode in Klasse org.jupnp.model.types.UnsignedIntegerFourBytesDatatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.UnsignedIntegerOneByteDatatype
- valueOf(String) - Methode in Klasse org.jupnp.model.types.UnsignedIntegerTwoBytesDatatype
- valueOf(String) - Statische Methode in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Methode in Klasse org.jupnp.model.types.URIDatatype
- valueOf(String) - Statische Methode in Klasse org.jupnp.util.MimeType
- valueOf(String, String) - Statische Methode in Klasse org.jupnp.model.types.BytesRange
- valueOrNullOf(String) - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- valueOrNullOf(String) - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
- values() - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Service.ATTRIBUTE
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.binding.xml.Descriptor.Service.ELEMENT
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Methode in Klasse org.jupnp.http.Headers
- values() - Statische Methode in Enumeration org.jupnp.model.gena.CancelReason
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.message.header.UpnpHeader.Type
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.message.UpnpMessage.BodyType
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.message.UpnpRequest.Method
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.message.UpnpResponse.Status
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.meta.ActionArgument.Direction
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Builtin
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.types.Datatype.Default
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.types.DLNADoc.Version
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.types.ErrorCode
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.types.NotificationSubtype
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.jupnp.model.types.UnsignedVariableInteger.Bits
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- VariableValue - Klasse in org.jupnp.model
-
Encapsulates a variable or argument value, validates and transforms it from/to a string representaion.
- VariableValue(Datatype, Object) - Konstruktor für Klasse org.jupnp.model.VariableValue
-
Creates and validates a variable value.
- version() - Element in Annotationstyp org.jupnp.binding.annotations.UpnpServiceType
- VIRTUAL_STATEVARIABLE_INPUT - Statische Variable in Klasse org.jupnp.model.meta.QueryStateVariableAction
- VIRTUAL_STATEVARIABLE_OUTPUT - Statische Variable in Klasse org.jupnp.model.meta.QueryStateVariableAction
- visit(Node) - Methode in Klasse org.jupnp.xml.DOMParser.NodeVisitor
W
- waitBeforeExecution() - Methode in Klasse org.jupnp.protocol.async.ReceivingSearch
- waitBeforeExecution() - Methode in Klasse org.jupnp.protocol.ReceivingAsync
-
Provides an opportunity to pause before executing the protocol.
- waitForTimeoutOrCompletion() - Methode in Klasse org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Blocks the current thread for the set timeout, can be stopped by calling the complete() method.
- warning(SAXParseException) - Methode in Klasse org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
- warning(SAXParseException) - Methode in Klasse org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
- warning(SAXParseException) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- warning(SAXParseException) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- warning(SAXParseException) - Methode in Klasse org.jupnp.xml.DOMParser
- warning(SAXParseException) - Methode in Klasse org.jupnp.xml.SAXParser.SimpleErrorHandler
- width - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- width - Variable in Klasse org.jupnp.binding.staging.MutableIcon
- WILDCARD - Statische Variable in Klasse org.jupnp.util.MimeType
- wrap(String, String) - Statische Methode in Klasse org.jupnp.xml.DOMParser
- wrap(String, String, String) - Statische Methode in Klasse org.jupnp.xml.DOMParser
- write(OutgoingDatagramMessage) - Methode in Klasse org.jupnp.transport.impl.DatagramProcessorImpl
- write(OutgoingDatagramMessage) - Methode in Schnittstelle org.jupnp.transport.spi.DatagramProcessor
-
Creates a UDP datagram with the content of a message.
- writeActionInputArguments(Document, Element, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeActionOutputArguments(Document, Element, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeActionRequestElement(Document, Element, ActionRequestMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeActionResponseElement(Document, Element, ActionResponseMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeBody(ActionRequestMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeBody(ActionRequestMessage, ActionInvocation) - Methode in Schnittstelle org.jupnp.transport.spi.SOAPActionProcessor
-
Converts the given invocation input into SOAP XML content, setting on the given request message.
- writeBody(ActionResponseMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeBody(ActionResponseMessage, ActionInvocation) - Methode in Schnittstelle org.jupnp.transport.spi.SOAPActionProcessor
-
Converts the given invocation output into SOAP XML content, setting on the given response message.
- writeBody(OutgoingEventRequestMessage) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- writeBody(OutgoingEventRequestMessage) - Methode in Schnittstelle org.jupnp.transport.spi.GENAEventProcessor
-
Transforms a collection of
StateVariableValue
s into an XML message body. - writeBodyElement(Document) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeBodyFailure(Document, Element, ActionResponseMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeFaultElement(Document, Element, ActionInvocation) - Methode in Klasse org.jupnp.transport.impl.SOAPActionProcessorImpl
- writeFormat - Variable in Klasse org.jupnp.model.types.DateTimeDatatype
- writeLock - Variable in Klasse org.jupnp.transport.RouterImpl
- writeProperties(Document, Element, OutgoingEventRequestMessage) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- writePropertysetElement(Document) - Methode in Klasse org.jupnp.transport.impl.GENAEventProcessorImpl
- writeResponseMessage(StreamResponseMessage) - Methode in Klasse org.jupnp.transport.impl.ServletUpnpStream
X
- X_DLNACAP - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- X_DLNADOC - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- X_ProductCap - Enum-Konstante in Enumeration org.jupnp.binding.xml.Descriptor.Device.ELEMENT
- XML_SCHEMA_NAMESPACE - Statische Variable in Klasse org.jupnp.xml.DOM
- XML_SCHEMA_NAMESPACE - Statische Variable in Klasse org.jupnp.xml.SAXParser
- XML_SCHEMA_RESOURCE - Statische Variable in Klasse org.jupnp.xml.DOMParser
- XML_SCHEMA_RESOURCE - Statische Variable in Klasse org.jupnp.xml.SAXParser
- XMLUtil - Klasse in org.jupnp.model
-
XML handling and printing shortcuts.
- XMLUtil() - Konstruktor für Klasse org.jupnp.model.XMLUtil
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form