Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abort(StreamClientImpl.HttpContentExchange) - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
abort(REQUEST) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClient
Cancel and abort the request immediately, with the proprietary API.
AbstractActionExecutor - Class in org.fourthline.cling.model.action
Shared procedures for action executors based on an actual service implementation instance.
AbstractActionExecutor() - Constructor for class org.fourthline.cling.model.action.AbstractActionExecutor
 
AbstractActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Constructor for class org.fourthline.cling.model.action.AbstractActionExecutor
 
AbstractDatatype<V> - Class in org.fourthline.cling.model.types
 
AbstractDatatype() - Constructor for class org.fourthline.cling.model.types.AbstractDatatype
 
AbstractStreamClient<C extends StreamClientConfiguration,REQUEST> - Class in org.fourthline.cling.transport.spi
Implements the timeout/callback processing and unifies exception handling.
AbstractStreamClient() - Constructor for class org.fourthline.cling.transport.spi.AbstractStreamClient
 
AbstractStreamClientConfiguration - Class in org.fourthline.cling.transport.spi
 
AbstractStreamClientConfiguration(ExecutorService) - Constructor for class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
AbstractStreamClientConfiguration(ExecutorService, int) - Constructor for class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
AbstractStreamClientConfiguration(ExecutorService, int, int) - Constructor for class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
accessor - Variable in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
action - Variable in class org.fourthline.cling.model.action.ActionInvocation
 
Action<S extends Service> - Class in org.fourthline.cling.model.meta
Describes an action and its input/output arguments.
Action(String, ActionArgument[]) - Constructor for class org.fourthline.cling.model.meta.Action
 
ACTION_NAME - Static variable in class org.fourthline.cling.model.meta.QueryStateVariableAction
 
ActionArgument<S extends Service> - Class in org.fourthline.cling.model.meta
Describes a single action argument, either input or output.
ActionArgument(String, String, ActionArgument.Direction) - Constructor for class org.fourthline.cling.model.meta.ActionArgument
 
ActionArgument(String, String[], String, ActionArgument.Direction) - Constructor for class org.fourthline.cling.model.meta.ActionArgument
 
ActionArgument(String, String, ActionArgument.Direction, boolean) - Constructor for class org.fourthline.cling.model.meta.ActionArgument
 
ActionArgument(String, String[], String, ActionArgument.Direction, boolean) - Constructor for class org.fourthline.cling.model.meta.ActionArgument
 
ActionArgument.Direction - Enum in org.fourthline.cling.model.meta
 
ActionArgumentHandler(MutableActionArgument, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
ActionArgumentListHandler(List<MutableActionArgument>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
ActionArgumentValue<S extends Service> - Class in org.fourthline.cling.model.action
Represents the value of an action input or output argument.
ActionArgumentValue(ActionArgument<S>, Object) - Constructor for class org.fourthline.cling.model.action.ActionArgumentValue
 
ActionCallback - Class in org.fourthline.cling.controlpoint
Execute actions on any service.
ActionCallback(ActionInvocation, ControlPoint) - Constructor for class org.fourthline.cling.controlpoint.ActionCallback
 
ActionCallback(ActionInvocation) - Constructor for class org.fourthline.cling.controlpoint.ActionCallback
 
ActionCallback.Default - Class in org.fourthline.cling.controlpoint
Empty implementation of callback methods, simplifies synchronous execution of an ActionInvocation.
ActionCancelledException - Exception in org.fourthline.cling.model.action
 
ActionCancelledException(InterruptedException) - Constructor for exception org.fourthline.cling.model.action.ActionCancelledException
 
ActionException - Exception in org.fourthline.cling.model.action
Thrown (or encapsulated in ActionInvocation when an action execution failed.
ActionException(int, String) - Constructor for exception org.fourthline.cling.model.action.ActionException
 
ActionException(int, String, Throwable) - Constructor for exception org.fourthline.cling.model.action.ActionException
 
ActionException(ErrorCode) - Constructor for exception org.fourthline.cling.model.action.ActionException
 
ActionException(ErrorCode, String) - Constructor for exception org.fourthline.cling.model.action.ActionException
 
ActionException(ErrorCode, String, boolean) - Constructor for exception org.fourthline.cling.model.action.ActionException
 
ActionException(ErrorCode, String, Throwable) - Constructor for exception org.fourthline.cling.model.action.ActionException
 
ActionExecutor - Interface in org.fourthline.cling.model.action
Executes an ActionInvocation.
actionExecutors - Variable in class org.fourthline.cling.model.meta.LocalService
 
ActionHandler(MutableAction, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
actionInvocation - Variable in class org.fourthline.cling.controlpoint.ActionCallback
 
ActionInvocation<S extends Service> - Class in org.fourthline.cling.model.action
The input, output, and failure values of an action invocation.
ActionInvocation(Action<S>) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ClientInfo) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionArgumentValue<S>[]) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionArgumentValue<S>[], ClientInfo) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[]) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[], ClientInfo) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
ActionInvocation(ActionException) - Constructor for class org.fourthline.cling.model.action.ActionInvocation
 
actionInvocation - Variable in class org.fourthline.cling.protocol.sync.SendingAction
 
ActionListHandler(List<MutableAction>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
ActionMessage - Interface in org.fourthline.cling.model.message.control
A narrowing interface for action request/response messages.
ActionRequestMessage - Interface in org.fourthline.cling.model.message.control
 
ActionResponseMessage - Interface in org.fourthline.cling.model.message.control
 
actions - Variable in class org.fourthline.cling.binding.staging.MutableService
 
actualDurationSeconds - Variable in class org.fourthline.cling.model.gena.GENASubscription
 
add(String, String) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
add(UpnpHeader.Type, UpnpHeader) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
addConnector(String, int) - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
addConnector(String, int) - Method in interface org.fourthline.cling.transport.spi.ServletContainerAdapter
Might be called several times to set up the connectors.
addDevice(LocalDevice) - Method in interface org.fourthline.cling.registry.Registry
Call this method to add your local device metadata.
addDevice(LocalDevice, DiscoveryOptions) - Method in interface org.fourthline.cling.registry.Registry
Call this method to add your local device metadata.
addDevice(RemoteDevice) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP discovery protocol.
addDevice(LocalDevice) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addDevice(LocalDevice, DiscoveryOptions) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addDevice(RemoteDevice) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addHeaders() - Method in class org.fourthline.cling.model.message.control.OutgoingActionResponseMessage
 
addListener(RegistryListener) - Method in interface org.fourthline.cling.registry.Registry
 
addListener(RegistryListener) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addLocalSubscription(LocalGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
addLocalSubscription(LocalGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addParsedValue(UpnpHeader.Type, UpnpHeader) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
addRemoteSubscription(RemoteGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
addRemoteSubscription(RemoteGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addResource(Resource) - Method in interface org.fourthline.cling.registry.Registry
Stores an arbitrary resource in the registry.
addResource(Resource, int) - Method in interface org.fourthline.cling.registry.Registry
Stores an arbitrary resource in the registry.
addResource(Resource) - Method in class org.fourthline.cling.registry.RegistryImpl
 
addResource(Resource, int) - Method in class org.fourthline.cling.registry.RegistryImpl
 
address - Variable in class org.fourthline.cling.model.NetworkAddress
 
advertised - Variable in class org.fourthline.cling.model.DiscoveryOptions
 
advertiseLocalDevices() - Method in interface org.fourthline.cling.registry.Registry
Manually trigger advertisement messages for all local devices.
advertiseLocalDevices() - Method in class org.fourthline.cling.registry.RegistryImpl
 
After - Annotation Type in org.fourthline.cling.registry.event
 
afterExecute(Runnable, Throwable) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingExecutor
 
afterShutdown() - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
afterShutdown() - Method in interface org.fourthline.cling.registry.RegistryListener
Called after the registry has been cleared on shutdown.
ALIVE - Static variable in interface org.fourthline.cling.registry.event.Phase
 
AllowedValueListHandler(List<String>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
AllowedValueProvider - Interface in org.fourthline.cling.binding
 
allowedValueRange - Variable in class org.fourthline.cling.binding.staging.MutableStateVariable
 
AllowedValueRangeHandler(MutableAllowedValueRange, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
AllowedValueRangeProvider - Interface in org.fourthline.cling.binding
 
allowedValues - Variable in class org.fourthline.cling.binding.staging.MutableStateVariable
 
ANDROID_EMULATOR - Static variable in class org.fourthline.cling.model.ModelUtil
True if this class is executing on an Android emulator runtime.
ANDROID_RUNTIME - Static variable in class org.fourthline.cling.model.ModelUtil
True if this class is executing on an Android runtime
AndroidNetworkAddressFactory - Class in org.fourthline.cling.android
This factory tries to work around and patch some Android bugs.
AndroidNetworkAddressFactory(int) - Constructor for class org.fourthline.cling.android.AndroidNetworkAddressFactory
 
AndroidRouter - Class in org.fourthline.cling.android
Monitors all network connectivity changes, switching the router accordingly.
AndroidRouter(UpnpServiceConfiguration, ProtocolFactory, Context) - Constructor for class org.fourthline.cling.android.AndroidRouter
 
AndroidUpnpService - Interface in org.fourthline.cling.android
Interface of the Android UPnP application service component.
AndroidUpnpServiceConfiguration - Class in org.fourthline.cling.android
Configuration settings for deployment on Android.
AndroidUpnpServiceConfiguration() - Constructor for class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
AndroidUpnpServiceConfiguration(int) - Constructor for class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
AndroidUpnpServiceImpl - Class in org.fourthline.cling.android
Provides a UPnP stack with Android configuration as an application service component.
AndroidUpnpServiceImpl() - Constructor for class org.fourthline.cling.android.AndroidUpnpServiceImpl
 
AndroidUpnpServiceImpl.Binder - Class in org.fourthline.cling.android
 
annotation - Variable in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
annotation - Variable in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
AnnotationActionBinder - Class in org.fourthline.cling.binding.annotations
 
AnnotationActionBinder(Method, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Constructor for class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
AnnotationLocalServiceBinder - Class in org.fourthline.cling.binding.annotations
Reads LocalService metadata from annotations.
AnnotationLocalServiceBinder() - Constructor for class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
AnnotationStateVariableBinder - Class in org.fourthline.cling.binding.annotations
 
AnnotationStateVariableBinder(UpnpStateVariable, String, StateVariableAccessor, Set<Class>) - Constructor for class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
appendAction(Map<Action, ActionExecutor>) - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
appendNewElement(Document, Element, Enum) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElement(Document, Element, String) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElement(Document, Element, String, Object) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElement(Document, Element, String, Object, String) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, Enum, Object) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, Enum, Object, String) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, String, Object) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, String, Object, String) - Static method in class org.fourthline.cling.model.XMLUtil
 
appendPathToBaseURI(String) - Method in class org.fourthline.cling.model.Namespace
 
applyHeaders(HttpURLConnection, Headers) - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
applyRequestBody() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
applyRequestBody(HttpURLConnection, StreamRequestMessage) - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
applyRequestHeaders() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
applyRequestProperties(HttpURLConnection, StreamRequestMessage) - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
applyRequestURLMethod() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
ARG_TYPE_PREFIX - Static variable in interface org.fourthline.cling.model.Constants
 
arguments - Variable in class org.fourthline.cling.binding.staging.MutableAction
 
asyncContext - Variable in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
AsyncServletConnection(HttpServletRequest) - Constructor for class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
 
AsyncServletStreamServerConfigurationImpl - Class in org.fourthline.cling.transport.impl
Settings for the async Servlet 3.0 implementation.
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter) - Constructor for class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
Defaults to port '0', ephemeral.
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter, int) - Constructor for class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter, int, int) - Constructor for class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
AsyncServletStreamServerImpl - Class in org.fourthline.cling.transport.impl
Implementation based on Servlet 3.0 API.
AsyncServletStreamServerImpl(AsyncServletStreamServerConfigurationImpl) - Constructor for class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
AsyncServletStreamServerImpl.AsyncServletConnection - Class in org.fourthline.cling.transport.impl
 
AsyncServletUpnpStream - Class in org.fourthline.cling.transport.impl
Implementation based on Servlet 3.0 API.
AsyncServletUpnpStream(ProtocolFactory, AsyncContext, HttpServletRequest) - Constructor for class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
asyncTimeoutSeconds - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
AVClientInfoHeader - Class in org.fourthline.cling.model.message.header
A simple string, not validated, used only by Sony Playstation3.
AVClientInfoHeader() - Constructor for class org.fourthline.cling.model.message.header.AVClientInfoHeader
 
AVClientInfoHeader(String) - Constructor for class org.fourthline.cling.model.message.header.AVClientInfoHeader
 

B

Base64Datatype - Class in org.fourthline.cling.model.types
 
Base64Datatype() - Constructor for class org.fourthline.cling.model.types.Base64Datatype
 
basePath - Variable in class org.fourthline.cling.model.Namespace
 
baseURL - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
Before - Annotation Type in org.fourthline.cling.registry.event
 
beforeShutdown(Registry) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
beforeShutdown(Registry) - Method in interface org.fourthline.cling.registry.RegistryListener
Called after registry maintenance stops but before the registry is cleared.
bindAddresses - Variable in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
binder - Variable in class org.fourthline.cling.android.AndroidUpnpServiceImpl
 
Binder() - Constructor for class org.fourthline.cling.android.AndroidUpnpServiceImpl.Binder
 
BinHexDatatype - Class in org.fourthline.cling.model.types
 
BinHexDatatype() - Constructor for class org.fourthline.cling.model.types.BinHexDatatype
 
BooleanDatatype - Class in org.fourthline.cling.model.types
 
BooleanDatatype() - Constructor for class org.fourthline.cling.model.types.BooleanDatatype
 
broadcast(byte[]) - Method in class org.fourthline.cling.mock.MockRouter
 
broadcast(byte[]) - Method in interface org.fourthline.cling.transport.Router
Call this method to broadcast a UDP message to all hosts on the network.
broadcast(byte[]) - Method in class org.fourthline.cling.transport.RouterImpl
Sends the given bytes as a broadcast on all bound DatagramIOs, using source port 9.
broadcastedBytes - Variable in class org.fourthline.cling.mock.MockRouter
 
broadcastReceiver - Variable in class org.fourthline.cling.android.AndroidRouter
 
BROKEN_DEFAULT_NAMESPACE - Static variable in class org.fourthline.cling.model.types.UDAServiceId
 
BROKEN_PATTERN - Static variable in class org.fourthline.cling.model.types.ServiceId
 
BROKEN_PATTERN - Static variable in class org.fourthline.cling.model.types.ServiceType
 
BROKEN_PATTERN - Static variable in class org.fourthline.cling.model.types.UDAServiceId
 
build() - Method in class org.fourthline.cling.binding.staging.MutableAction
 
build() - Method in class org.fourthline.cling.binding.staging.MutableActionArgument
 
build(Device) - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
build(Device, UDAVersion, URL) - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
build() - Method in class org.fourthline.cling.binding.staging.MutableIcon
 
build(Device) - Method in class org.fourthline.cling.binding.staging.MutableService
 
build() - Method in class org.fourthline.cling.binding.staging.MutableStateVariable
 
buildDOM(Device, RemoteClientInfo, Namespace) - Method in interface org.fourthline.cling.binding.xml.DeviceDescriptorBinder
 
buildDOM(Service) - Method in interface org.fourthline.cling.binding.xml.ServiceDescriptorBinder
 
buildDOM(Device, RemoteClientInfo, Namespace) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
buildDOM(Service) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
buildInstance(D, MutableDevice) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
buildInstance(S, MutableService) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
BYEBYE - Static variable in interface org.fourthline.cling.registry.event.Phase
 
byeByeBeforeFirstAlive - Variable in class org.fourthline.cling.model.DiscoveryOptions
 
BytesRange - Class in org.fourthline.cling.model.types
 
BytesRange(Long, Long) - Constructor for class org.fourthline.cling.model.types.BytesRange
 
BytesRange(Long, Long, Long) - Constructor for class org.fourthline.cling.model.types.BytesRange
 

C

callback - Variable in class org.fourthline.cling.controlpoint.event.ExecuteAction
 
CALLBACK_FILE - Static variable in class org.fourthline.cling.model.Namespace
 
CallbackHeader - Class in org.fourthline.cling.model.message.header
 
CallbackHeader() - Constructor for class org.fourthline.cling.model.message.header.CallbackHeader
 
CallbackHeader(List<URL>) - Constructor for class org.fourthline.cling.model.message.header.CallbackHeader
 
CallbackHeader(URL) - Constructor for class org.fourthline.cling.model.message.header.CallbackHeader
 
CancelReason - Enum in org.fourthline.cling.model.gena
The reason why a GENASubscription has ended unexpectedly.
CharacterDatatype - Class in org.fourthline.cling.model.types
 
CharacterDatatype() - Constructor for class org.fourthline.cling.model.types.CharacterDatatype
 
clear() - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
client - Variable in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
client - Variable in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
clientInfo - Variable in class org.fourthline.cling.model.action.ActionInvocation
 
ClientInfo - Class in org.fourthline.cling.model.profile
Encapsulates information about a (local) client.
ClientInfo() - Constructor for class org.fourthline.cling.model.profile.ClientInfo
 
ClientInfo(UpnpHeaders) - Constructor for class org.fourthline.cling.model.profile.ClientInfo
 
ClingExecutor() - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingExecutor
 
ClingExecutor(ThreadFactory, RejectedExecutionHandler) - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingExecutor
 
ClingThreadFactory() - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingThreadFactory
 
close() - Method in class org.fourthline.cling.android.FixedAndroidLogHandler
 
Command<T> - Interface in org.fourthline.cling.model
Executable procedure, invoked and potentially decorated by the ServiceManager.
commaToNewline(String) - Static method in class org.fourthline.cling.model.ModelUtil
 
COMPLETE - Static variable in interface org.fourthline.cling.registry.event.Phase
 
complete() - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
configuration - Variable in class org.fourthline.cling.controlpoint.ControlPointImpl
 
configuration - Variable in class org.fourthline.cling.mock.MockRouter
 
configuration - Variable in class org.fourthline.cling.mock.MockUpnpService
 
configuration - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
configuration - Variable in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
configuration - Variable in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
configuration - Variable in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
configuration - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
configuration - Variable in class org.fourthline.cling.transport.impl.StreamClientImpl
 
configuration - Variable in class org.fourthline.cling.transport.impl.StreamServerImpl
 
configuration - Variable in class org.fourthline.cling.transport.RouterImpl
 
configuration - Variable in class org.fourthline.cling.UpnpServiceImpl
 
Connection - Interface in org.fourthline.cling.model.message
An API for the Cling protocol layer to access some transport layer details.
connection - Variable in class org.fourthline.cling.model.message.StreamRequestMessage
 
connection - Variable in class org.fourthline.cling.model.profile.RemoteClientInfo
 
Constants - Interface in org.fourthline.cling.model
Shared and immutable settings.
containsKey(UpnpHeader.Type) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
ContentRangeHeader - Class in org.fourthline.cling.model.message.header
 
ContentRangeHeader() - Constructor for class org.fourthline.cling.model.message.header.ContentRangeHeader
 
ContentRangeHeader(BytesRange) - Constructor for class org.fourthline.cling.model.message.header.ContentRangeHeader
 
ContentRangeHeader(String) - Constructor for class org.fourthline.cling.model.message.header.ContentRangeHeader
 
ContentTypeHeader - Class in org.fourthline.cling.model.message.header
 
ContentTypeHeader() - Constructor for class org.fourthline.cling.model.message.header.ContentTypeHeader
 
ContentTypeHeader(MimeType) - Constructor for class org.fourthline.cling.model.message.header.ContentTypeHeader
 
ContentTypeHeader(String) - Constructor for class org.fourthline.cling.model.message.header.ContentTypeHeader
 
CONTROL - Static variable in class org.fourthline.cling.model.Namespace
 
controlPoint - Variable in class org.fourthline.cling.controlpoint.ActionCallback
 
ControlPoint - Interface in org.fourthline.cling.controlpoint
Unified API for the asynchronous execution of network searches, actions, event subscriptions.
controlPoint - Variable in class org.fourthline.cling.mock.MockUpnpService
 
controlPoint - Variable in class org.fourthline.cling.UpnpServiceImpl
 
ControlPointImpl - Class in org.fourthline.cling.controlpoint
Default implementation.
ControlPointImpl() - Constructor for class org.fourthline.cling.controlpoint.ControlPointImpl
 
ControlPointImpl(UpnpServiceConfiguration, ProtocolFactory, Registry) - Constructor for class org.fourthline.cling.controlpoint.ControlPointImpl
 
controlURI - Variable in class org.fourthline.cling.binding.staging.MutableService
 
counter - Variable in class org.fourthline.cling.mock.MockRouter
 
createActionArgumennts() - Method in class org.fourthline.cling.binding.staging.MutableAction
 
createActions() - Method in class org.fourthline.cling.binding.staging.MutableService
 
createCallable(StreamRequestMessage, StreamClientImpl.HttpContentExchange) - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
createCallable(StreamRequestMessage, REQUEST) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClient
Create a callable procedure that will execute the request.
createConfiguration() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl
 
createConnection() - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
createConnection() - Method in class org.fourthline.cling.transport.impl.HttpExchangeUpnpStream
 
createConnectivityBroadcastReceiver() - Method in class org.fourthline.cling.android.AndroidRouter
 
createControlPoint(ProtocolFactory, Registry) - Method in class org.fourthline.cling.UpnpServiceImpl
 
createDatagramIO(NetworkAddressFactory) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createDatagramIO(NetworkAddressFactory) - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createDatagramIO(NetworkAddressFactory) - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
createDatagramProcessor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createDatatype() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
createDefaultExecutorService() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createDefaultExecutorService() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createDefaultFailureMessage(ActionInvocation, UpnpResponse) - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
createDefaultFailureMessage(UpnpResponse, Exception) - Static method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
createDefaultValue(Datatype) - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
createDeviceDescriptorBinderUDA10() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createDeviceDescriptorBinderUDA10() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createDeviceDescriptorBinderUDA10() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createDeviceDetails(URL) - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
createDeviceMessages(LocalDevice, NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
createDeviceMessages(LocalDevice, Location) - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
createDeviceType() - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
createDeviceVersion() - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
createDocumentBuilderFactory() - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
createDocumentBuilderFactory() - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
createGENAEventProcessor() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createGENAEventProcessor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createGENAEventProcessor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createIcons() - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
createInputArguments() - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
createInputArgumentValues(ActionInvocation<LocalService>, Method) - Method in class org.fourthline.cling.model.action.MethodActionExecutor
 
createMulticastReceiver(NetworkAddressFactory) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createMulticastReceiver(NetworkAddressFactory) - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createMulticastReceiver(NetworkAddressFactory) - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
createNamespace() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createNamespace() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createNamespace() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createNetworkAddressFactory(int) - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createNetworkAddressFactory() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createNetworkAddressFactory(int) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createNetworkAddressFactory() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createNetworkAddressFactory(int) - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createNetworkAddressFactory(int) - Method in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
createNetworkAddressFactory() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
createOutputArguments() - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
createPropertyChangeListener(T) - Method in class org.fourthline.cling.model.DefaultServiceManager
 
createPropertyChangeSupport(T) - Method in class org.fourthline.cling.model.DefaultServiceManager
 
createProtocolFactory(UpnpService, boolean) - Method in class org.fourthline.cling.mock.MockUpnpService
 
createProtocolFactory() - Method in class org.fourthline.cling.UpnpServiceImpl
 
createReceivingAction(StreamRequestMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingAsync(IncomingDatagramMessage) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createReceivingAsync(IncomingDatagramMessage) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
createReceivingAsync(IncomingDatagramMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingEvent(StreamRequestMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingNotification(IncomingDatagramMessage<UpnpRequest>) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingRetrieval(StreamRequestMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingSearch(IncomingDatagramMessage<UpnpRequest>) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingSubscribe(StreamRequestMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingSync(StreamRequestMessage) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createReceivingSync(StreamRequestMessage) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
createReceivingSync(StreamRequestMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createReceivingUnsubscribe(StreamRequestMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createRegistry(ProtocolFactory) - Method in class org.fourthline.cling.UpnpServiceImpl
 
createRegistryMaintainer() - Method in class org.fourthline.cling.registry.RegistryImpl
 
createRequest(StreamRequestMessage) - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
createRequest(StreamRequestMessage) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClient
Create a proprietary representation of this request, log warnings and return null if creation fails.
createResponse(URI, Resource) - Method in class org.fourthline.cling.protocol.sync.ReceivingRetrieval
 
createResponse() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
createResponse(HttpURLConnection, InputStream) - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
createRouter(UpnpServiceConfiguration, ProtocolFactory, Context) - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl
 
createRouter() - Method in class org.fourthline.cling.mock.MockUpnpService
 
createRouter(ProtocolFactory, Registry) - Method in class org.fourthline.cling.UpnpServiceImpl
 
createSendingAction(ActionInvocation, URL) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingAction(ActionInvocation, URL) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for executing an action.
createSendingAction(ActionInvocation, URL) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingEvent(LocalGENASubscription) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingEvent(LocalGENASubscription) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the GENASubscription, creates a protocol for sending GENA events.
createSendingEvent(LocalGENASubscription) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingNotificationAlive(LocalDevice) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingNotificationAlive(LocalDevice) - Method in class org.fourthline.cling.mock.MockUpnpService.MockProtocolFactory
 
createSendingNotificationAlive(LocalDevice) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the Registry, creates a protocol for announcing local devices.
createSendingNotificationAlive(LocalDevice) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingNotificationByebye(LocalDevice) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingNotificationByebye(LocalDevice) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the Registry, creates a protocol for announcing local devices.
createSendingNotificationByebye(LocalDevice) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingRenewal(RemoteGENASubscription) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingRenewal(RemoteGENASubscription) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for GENA renewal.
createSendingRenewal(RemoteGENASubscription) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingSearch(UpnpHeader, int) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingSearch(UpnpHeader, int) - Method in class org.fourthline.cling.mock.MockUpnpService.MockProtocolFactory
 
createSendingSearch(UpnpHeader, int) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for a multicast search.
createSendingSearch(UpnpHeader, int) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingSubscribe(RemoteGENASubscription) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingSubscribe(RemoteGENASubscription) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for GENA subscription.
createSendingSubscribe(RemoteGENASubscription) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createSendingUnsubscribe(RemoteGENASubscription) - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
createSendingUnsubscribe(RemoteGENASubscription) - Method in interface org.fourthline.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for GENA unsubscription.
createSendingUnsubscribe(RemoteGENASubscription) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
createServiceDescriptorBinderUDA10() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createServiceDescriptorBinderUDA10() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createServiceDescriptorBinderUDA10() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createServiceInstance() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
createServices(Device) - Method in class org.fourthline.cling.binding.staging.MutableDevice
 
createServiceTypeMessages(LocalDevice, NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
createServiceTypeMessages(LocalDevice, Location) - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
createServlet(Router) - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
createSOAPActionProcessor() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createSOAPActionProcessor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createSOAPActionProcessor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createStateVariable() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
createStateVariables() - Method in class org.fourthline.cling.binding.staging.MutableService
 
createStreamClient() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createStreamClient() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createStreamClient() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createStreamClient() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
createURLStreamHandler(String) - Method in class org.fourthline.cling.transport.impl.FixedSunURLStreamHandler
 
createValue(ActionArgument, String) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
Creates an instance of ActionArgumentValue and wraps an InvalidValueException as an ActionException with the appropriate ErrorCode.
CSV<T> - Class in org.fourthline.cling.model.types.csv
Transforms a state variable value from/to strings of comma-separated elements.
CSV() - Constructor for class org.fourthline.cling.model.types.csv.CSV
 
CSV(String) - Constructor for class org.fourthline.cling.model.types.csv.CSV
 
CSVBoolean - Class in org.fourthline.cling.model.types.csv
 
CSVBoolean() - Constructor for class org.fourthline.cling.model.types.csv.CSVBoolean
 
CSVBoolean(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVBoolean
 
CSVBytes - Class in org.fourthline.cling.model.types.csv
 
CSVBytes() - Constructor for class org.fourthline.cling.model.types.csv.CSVBytes
 
CSVBytes(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVBytes
 
CSVCharacter - Class in org.fourthline.cling.model.types.csv
 
CSVCharacter() - Constructor for class org.fourthline.cling.model.types.csv.CSVCharacter
 
CSVCharacter(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVCharacter
 
CSVDate - Class in org.fourthline.cling.model.types.csv
 
CSVDate() - Constructor for class org.fourthline.cling.model.types.csv.CSVDate
 
CSVDate(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVDate
 
CSVDouble - Class in org.fourthline.cling.model.types.csv
 
CSVDouble() - Constructor for class org.fourthline.cling.model.types.csv.CSVDouble
 
CSVDouble(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVDouble
 
CSVFloat - Class in org.fourthline.cling.model.types.csv
 
CSVFloat() - Constructor for class org.fourthline.cling.model.types.csv.CSVFloat
 
CSVFloat(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVFloat
 
CSVInteger - Class in org.fourthline.cling.model.types.csv
 
CSVInteger() - Constructor for class org.fourthline.cling.model.types.csv.CSVInteger
 
CSVInteger(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVInteger
 
CSVShort - Class in org.fourthline.cling.model.types.csv
 
CSVShort() - Constructor for class org.fourthline.cling.model.types.csv.CSVShort
 
CSVShort(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVShort
 
CSVString - Class in org.fourthline.cling.model.types.csv
 
CSVString() - Constructor for class org.fourthline.cling.model.types.csv.CSVString
 
CSVString(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVString
 
CSVUnsignedIntegerFourBytes - Class in org.fourthline.cling.model.types.csv
 
CSVUnsignedIntegerFourBytes() - Constructor for class org.fourthline.cling.model.types.csv.CSVUnsignedIntegerFourBytes
 
CSVUnsignedIntegerFourBytes(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVUnsignedIntegerFourBytes
 
CSVUnsignedIntegerOneByte - Class in org.fourthline.cling.model.types.csv
 
CSVUnsignedIntegerOneByte() - Constructor for class org.fourthline.cling.model.types.csv.CSVUnsignedIntegerOneByte
 
CSVUnsignedIntegerOneByte(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVUnsignedIntegerOneByte
 
CSVUnsignedIntegerTwoBytes - Class in org.fourthline.cling.model.types.csv
 
CSVUnsignedIntegerTwoBytes() - Constructor for class org.fourthline.cling.model.types.csv.CSVUnsignedIntegerTwoBytes
 
CSVUnsignedIntegerTwoBytes(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVUnsignedIntegerTwoBytes
 
CSVURI - Class in org.fourthline.cling.model.types.csv
 
CSVURI() - Constructor for class org.fourthline.cling.model.types.csv.CSVURI
 
CSVURI(String) - Constructor for class org.fourthline.cling.model.types.csv.CSVURI
 
currentSequence - Variable in class org.fourthline.cling.model.gena.GENASubscription
 
currentSequence - Variable in class org.fourthline.cling.protocol.sync.SendingEvent
 
currentValues - Variable in class org.fourthline.cling.model.gena.GENASubscription
 
CustomDatatype - Class in org.fourthline.cling.model.types
 
CustomDatatype(String) - Constructor for class org.fourthline.cling.model.types.CustomDatatype
 

D

data - Variable in exception org.fourthline.cling.model.UnsupportedDataException
 
DatagramIO<C extends DatagramIOConfiguration> - Interface in org.fourthline.cling.transport.spi
Service for receiving (unicast only) and sending UDP datagrams, one per bound IP address.
DatagramIOConfiguration - Interface in org.fourthline.cling.transport.spi
Collection of typically needed configuration settings.
DatagramIOConfigurationImpl - Class in org.fourthline.cling.transport.impl
Settings for the default implementation.
DatagramIOConfigurationImpl() - Constructor for class org.fourthline.cling.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) - Constructor for class org.fourthline.cling.transport.impl.DatagramIOConfigurationImpl
 
DatagramIOImpl - Class in org.fourthline.cling.transport.impl
Default implementation based on a single shared (receive/send) UDP MulticastSocket.
DatagramIOImpl(DatagramIOConfigurationImpl) - Constructor for class org.fourthline.cling.transport.impl.DatagramIOImpl
 
datagramIOs - Variable in class org.fourthline.cling.transport.RouterImpl
 
datagramProcessor - Variable in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
datagramProcessor - Variable in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
datagramProcessor - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
DatagramProcessor - Interface in org.fourthline.cling.transport.spi
Reads and creates UDP datagrams from and into UPnP messages.
DatagramProcessorImpl - Class in org.fourthline.cling.transport.impl
Default implementation.
DatagramProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.DatagramProcessorImpl
 
dataType - Variable in class org.fourthline.cling.binding.staging.MutableStateVariable
 
datatype - Variable in class org.fourthline.cling.model.types.csv.CSV
 
Datatype<V> - Interface in org.fourthline.cling.model.types
The type of a state variable value, able to convert to/from string representation.
Datatype.Builtin - Enum in org.fourthline.cling.model.types
Mapping from UPnP built-in standardized type to actual subtype of Datatype.
Datatype.Default - Enum in org.fourthline.cling.model.types
Mapping from Java type to UPnP built-in type.
DateTimeDatatype - Class in org.fourthline.cling.model.types
 
DateTimeDatatype(String[], String) - Constructor for class org.fourthline.cling.model.types.DateTimeDatatype
 
decodedPath - Variable in class org.fourthline.cling.model.Namespace
 
deepCopy() - Method in class org.fourthline.cling.model.meta.Action
 
deepCopy() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
deepCopy() - Method in class org.fourthline.cling.model.meta.Icon
 
deepCopy() - Method in class org.fourthline.cling.model.meta.StateVariable
 
Default(ActionInvocation, ControlPoint) - Constructor for class org.fourthline.cling.controlpoint.ActionCallback.Default
 
DEFAULT_CONTENT_TYPE - Static variable in class org.fourthline.cling.model.message.header.ContentTypeHeader
 
DEFAULT_CONTENT_TYPE_UTF8 - Static variable in class org.fourthline.cling.model.message.header.ContentTypeHeader
 
DEFAULT_NAMESPACE - Static variable in class org.fourthline.cling.model.types.UDADeviceType
 
DEFAULT_NAMESPACE - Static variable in class org.fourthline.cling.model.types.UDAServiceId
 
DEFAULT_NAMESPACE - Static variable in class org.fourthline.cling.model.types.UDAServiceType
 
DEFAULT_SUBSCRIPTION_DURATION_SECONDS - Static variable in class org.fourthline.cling.model.UserConstants
 
DEFAULT_TCP_HTTP_LISTEN_PORT - Static variable in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
DEFAULT_VALUE - Static variable in class org.fourthline.cling.model.message.header.EXTHeader
 
DEFAULT_VALUE - Static variable in class org.fourthline.cling.model.message.header.MXHeader
 
DefaultPropertyChangeListener() - Constructor for class org.fourthline.cling.model.DefaultServiceManager.DefaultPropertyChangeListener
 
DefaultRegistryListener - Class in org.fourthline.cling.registry
Convenience class, provides empty implementations of all methods.
DefaultRegistryListener() - Constructor for class org.fourthline.cling.registry.DefaultRegistryListener
 
DefaultServiceManager<T> - Class in org.fourthline.cling.model
Default implementation, creates and manages a single instance of a plain Java bean.
DefaultServiceManager(LocalService<T>) - Constructor for class org.fourthline.cling.model.DefaultServiceManager
 
DefaultServiceManager(LocalService<T>, Class<T>) - Constructor for class org.fourthline.cling.model.DefaultServiceManager
 
DefaultServiceManager.DefaultPropertyChangeListener - Class in org.fourthline.cling.model
 
DefaultUpnpServiceConfiguration - Class in org.fourthline.cling
Default configuration data of a typical UPnP stack.
DefaultUpnpServiceConfiguration() - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration
Defaults to port '0', ephemeral.
DefaultUpnpServiceConfiguration(int) - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
DefaultUpnpServiceConfiguration(boolean) - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
DefaultUpnpServiceConfiguration(int, boolean) - Constructor for class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
DefaultUpnpServiceConfiguration.ClingExecutor - Class in org.fourthline.cling
 
DefaultUpnpServiceConfiguration.ClingThreadFactory - Class in org.fourthline.cling
 
defaultValue - Variable in class org.fourthline.cling.binding.staging.MutableStateVariable
 
DELIMITER - Static variable in class org.fourthline.cling.model.ServiceReference
 
depth - Variable in class org.fourthline.cling.binding.staging.MutableIcon
 
describe(T, String) - Method in interface org.fourthline.cling.binding.xml.DeviceDescriptorBinder
 
describe(T, Document) - Method in interface org.fourthline.cling.binding.xml.DeviceDescriptorBinder
 
describe(D, String) - Method in class org.fourthline.cling.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
 
describe(T, String) - Method in interface org.fourthline.cling.binding.xml.ServiceDescriptorBinder
 
describe(T, Document) - Method in interface org.fourthline.cling.binding.xml.ServiceDescriptorBinder
 
describe(D, String) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
describe(D, Document) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
describe(D, String) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
 
describe(S, String) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
describe(S, Document) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
describe(S, String) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
 
describe() - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
describe(String) - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
describeService(RemoteService) - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
describeServices(RemoteDevice) - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
Descriptor - Class in org.fourthline.cling.binding.xml
Utility interface with static declarations of all "strings".
Descriptor() - Constructor for class org.fourthline.cling.binding.xml.Descriptor
 
Descriptor.Device - Interface in org.fourthline.cling.binding.xml
 
Descriptor.Device.ELEMENT - Enum in org.fourthline.cling.binding.xml
 
Descriptor.Service - Interface in org.fourthline.cling.binding.xml
 
Descriptor.Service.ATTRIBUTE - Enum in org.fourthline.cling.binding.xml
 
Descriptor.Service.ELEMENT - Enum in org.fourthline.cling.binding.xml
 
DESCRIPTOR_FILE - Static variable in class org.fourthline.cling.model.Namespace
 
DescriptorBindingException - Exception in org.fourthline.cling.binding.xml
Thrown if device or service descriptor metadata couldn't be read or written.
DescriptorBindingException(String) - Constructor for exception org.fourthline.cling.binding.xml.DescriptorBindingException
 
DescriptorBindingException(String, Throwable) - Constructor for exception org.fourthline.cling.binding.xml.DescriptorBindingException
 
descriptorURI - Variable in class org.fourthline.cling.binding.staging.MutableService
 
Device<DI extends DeviceIdentity,D extends Device,S extends Service> - Class in org.fourthline.cling.model.meta
Describes either a root or embedded device.
Device(DI) - Constructor for class org.fourthline.cling.model.meta.Device
 
Device(DI, DeviceType, DeviceDetails, Icon[], S[]) - Constructor for class org.fourthline.cling.model.meta.Device
 
Device(DI, DeviceType, DeviceDetails, Icon[], S[], D[]) - Constructor for class org.fourthline.cling.model.meta.Device
 
Device(DI, UDAVersion, DeviceType, DeviceDetails, Icon[], S[], D[]) - Constructor for class org.fourthline.cling.model.meta.Device
 
DEVICE - Static variable in class org.fourthline.cling.model.Namespace
 
device - Variable in class org.fourthline.cling.registry.event.DeviceDiscovery
 
deviceAdded(Registry, Device) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
DeviceDescriptorBinder - Interface in org.fourthline.cling.binding.xml
Reads and generates device descriptor XML metadata.
DeviceDescriptorHandler(I) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
DeviceDescriptorHandler(I, SAXParser) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
DeviceDescriptorHandler(I, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
DeviceDescriptorHandler(I, SAXParser, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
DeviceDescriptorResource - Class in org.fourthline.cling.model.resource
 
DeviceDescriptorResource(URI, LocalDevice) - Constructor for class org.fourthline.cling.model.resource.DeviceDescriptorResource
 
DeviceDetails - Class in org.fourthline.cling.model.meta
Encapsulates all optional metadata about a device.
DeviceDetails(String) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, DLNADoc[], DLNACaps, DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, URI) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, URI, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, URI) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, URI, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, URI) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, String) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, String, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps, DLNACaps) - Constructor for class org.fourthline.cling.model.meta.DeviceDetails
 
DeviceDetailsProvider - Interface in org.fourthline.cling.model.profile
Provides custom device details metadata based on control point profile.
DeviceDiscovery<D extends Device> - Class in org.fourthline.cling.registry.event
An observable event for CDI containers.
DeviceDiscovery(D) - Constructor for class org.fourthline.cling.registry.event.DeviceDiscovery
 
DeviceHandler(MutableDevice, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
DeviceIdentity - Class in org.fourthline.cling.model.meta
Unique device name, received and offered during discovery with SSDP.
DeviceIdentity(UDN, DeviceIdentity) - Constructor for class org.fourthline.cling.model.meta.DeviceIdentity
 
DeviceIdentity(UDN) - Constructor for class org.fourthline.cling.model.meta.DeviceIdentity
 
DeviceIdentity(UDN, Integer) - Constructor for class org.fourthline.cling.model.meta.DeviceIdentity
 
DeviceListHandler(List<MutableDevice>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
deviceRemoved(Registry, Device) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
deviceType - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
DeviceType - Class in org.fourthline.cling.model.types
Represents a device type, for example urn:my-domain-namespace:device:MyDevice:1.
DeviceType(String, String) - Constructor for class org.fourthline.cling.model.types.DeviceType
 
DeviceType(String, String, int) - Constructor for class org.fourthline.cling.model.types.DeviceType
 
DeviceTypeHeader - Class in org.fourthline.cling.model.message.header
 
DeviceTypeHeader() - Constructor for class org.fourthline.cling.model.message.header.DeviceTypeHeader
 
DeviceTypeHeader(URI) - Constructor for class org.fourthline.cling.model.message.header.DeviceTypeHeader
 
DeviceTypeHeader(DeviceType) - Constructor for class org.fourthline.cling.model.message.header.DeviceTypeHeader
 
DeviceUSNHeader - Class in org.fourthline.cling.model.message.header
 
DeviceUSNHeader() - Constructor for class org.fourthline.cling.model.message.header.DeviceUSNHeader
 
DeviceUSNHeader(UDN, DeviceType) - Constructor for class org.fourthline.cling.model.message.header.DeviceUSNHeader
 
DeviceUSNHeader(NamedDeviceType) - Constructor for class org.fourthline.cling.model.message.header.DeviceUSNHeader
 
direction - Variable in class org.fourthline.cling.binding.staging.MutableActionArgument
 
disable() - Method in class org.fourthline.cling.android.AndroidRouter
 
disable() - Method in class org.fourthline.cling.mock.MockRouter
 
disable() - Method in interface org.fourthline.cling.transport.Router
Unbinds all sockets and stops all listening threads for datagrams and streams.
disable(DisableRouter) - Method in class org.fourthline.cling.transport.RouterImpl
 
disable() - Method in class org.fourthline.cling.transport.RouterImpl
 
DisableRouter - Class in org.fourthline.cling.transport
 
DisableRouter() - Constructor for class org.fourthline.cling.transport.DisableRouter
 
discoverBindAddresses() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
discoverNetworkInterfaces() - Method in class org.fourthline.cling.android.AndroidNetworkAddressFactory
 
discoverNetworkInterfaces() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
discoverResources(Namespace) - Method in class org.fourthline.cling.model.meta.Device
 
discoverResources(Namespace) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
discoverResources(Namespace) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
DiscoveryOptions - Class in org.fourthline.cling.model
Options for discovery processing by the Registry.
DiscoveryOptions(boolean) - Constructor for class org.fourthline.cling.model.DiscoveryOptions
 
DiscoveryOptions(boolean, boolean) - Constructor for class org.fourthline.cling.model.DiscoveryOptions
 
DLNA_NAMESPACE_URI - Static variable in interface org.fourthline.cling.binding.xml.Descriptor.Device
 
DLNA_PREFIX - Static variable in interface org.fourthline.cling.binding.xml.Descriptor.Device
 
dlnaCaps - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
DLNACaps - Class in org.fourthline.cling.model.types
An arbitrary list of comma-separated elements, representing DLNA capabilities (whatever that is).
DLNACaps(String[]) - Constructor for class org.fourthline.cling.model.types.DLNACaps
 
DLNADoc - Class in org.fourthline.cling.model.types
Representing the DLNA document and its version.
DLNADoc(String, String) - Constructor for class org.fourthline.cling.model.types.DLNADoc
 
DLNADoc(String, DLNADoc.Version) - Constructor for class org.fourthline.cling.model.types.DLNADoc
 
DLNADoc.Version - Enum in org.fourthline.cling.model.types
 
dlnaDocs - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
documentToFragmentString(Document) - Static method in class org.fourthline.cling.model.XMLUtil
 
documentToString(Document) - Static method in class org.fourthline.cling.model.XMLUtil
 
documentToString(Document, boolean) - Static method in class org.fourthline.cling.model.XMLUtil
 
DoubleDatatype - Class in org.fourthline.cling.model.types
 
DoubleDatatype() - Constructor for class org.fourthline.cling.model.types.DoubleDatatype
 

E

EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
EL - Static variable in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
embeddedDevices - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
embeddedDevices - Variable in class org.fourthline.cling.model.meta.Device
 
enable() - Method in class org.fourthline.cling.android.AndroidRouter
 
enable() - Method in class org.fourthline.cling.mock.MockRouter
 
enable() - Method in interface org.fourthline.cling.transport.Router
Starts all sockets and listening threads for datagrams and streams.
enable(EnableRouter) - Method in class org.fourthline.cling.transport.RouterImpl
 
enable() - Method in class org.fourthline.cling.transport.RouterImpl
Initializes listening services: First an instance of MulticastReceiver is bound to each network interface.
enabled - Variable in class org.fourthline.cling.transport.RouterImpl
 
EnableRouter - Class in org.fourthline.cling.transport
 
EnableRouter() - Constructor for class org.fourthline.cling.transport.EnableRouter
 
enableWiFi() - Method in class org.fourthline.cling.android.AndroidRouter
 
encodeText(String) - Static method in class org.fourthline.cling.model.XMLUtil
 
encodeText(String, boolean) - Static method in class org.fourthline.cling.model.XMLUtil
 
end() - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
end(CancelReason) - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
Removes a property change listener on the ServiceManager.
end(CancelReason, UpnpResponse) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
ended(GENASubscription, CancelReason, UpnpResponse) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
Called when a local or remote subscription ended, either on user request or because of a failure.
ended(CancelReason) - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
 
ended(CancelReason, UpnpResponse) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
endElement(String, String, String) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
endElement(String, String, String) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
equals(Node) - Method in enum org.fourthline.cling.binding.xml.Descriptor.Device.ELEMENT
 
equals(Node) - Method in enum org.fourthline.cling.binding.xml.Descriptor.Service.ELEMENT
 
equals(Object) - Method in class org.fourthline.cling.model.Location
 
equals(Object) - Method in class org.fourthline.cling.model.meta.Device
 
equals(Object) - Method in class org.fourthline.cling.model.meta.DeviceIdentity
 
equals(Object) - Method in class org.fourthline.cling.model.NetworkAddress
 
equals(Object) - Method in class org.fourthline.cling.model.resource.Resource
 
equals(Object) - Method in class org.fourthline.cling.model.ServerClientTokens
 
equals(Object) - Method in class org.fourthline.cling.model.ServiceReference
 
equals(Object) - Method in class org.fourthline.cling.model.types.DeviceType
 
equals(Object) - Method in class org.fourthline.cling.model.types.DLNACaps
 
equals(Object) - Method in class org.fourthline.cling.model.types.DLNADoc
 
equals(Object) - Method in class org.fourthline.cling.model.types.HostPort
 
equals(Object) - Method in class org.fourthline.cling.model.types.NamedDeviceType
 
equals(Object) - Method in class org.fourthline.cling.model.types.NamedServiceType
 
equals(Object) - Method in class org.fourthline.cling.model.types.ServiceId
 
equals(Object) - Method in class org.fourthline.cling.model.types.ServiceType
 
equals(Object) - Method in class org.fourthline.cling.model.types.SoapActionType
 
equals(Object) - Method in class org.fourthline.cling.model.types.UDN
 
equals(Object) - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
error(SAXParseException) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
error(SAXParseException) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
error(SAXParseException) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
error(SAXParseException) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
ErrorCode - Enum in org.fourthline.cling.model.types
Basic UPnP control message error codes.
errors - Variable in exception org.fourthline.cling.model.ValidationException
 
errors - Variable in exception org.fourthline.cling.registry.RegistrationException
 
errorsAlreadyLogged - Variable in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
establish() - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
 
establish() - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
established(GENASubscription) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
Called when a local or remote subscription was successfully established.
established() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
eventDetails - Variable in class org.fourthline.cling.binding.staging.MutableStateVariable
 
EVENTED_STATE_VARIABLES - Static variable in interface org.fourthline.cling.model.ServiceManager
Use this property name when propagating change events that affect any evented UPnP state variable.
eventReceived(GENASubscription) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
Called when an event for an established subscription has been received.
eventReceived() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
EVENTS - Static variable in class org.fourthline.cling.model.Namespace
 
EventSequenceHeader - Class in org.fourthline.cling.model.message.header
 
EventSequenceHeader() - Constructor for class org.fourthline.cling.model.message.header.EventSequenceHeader
 
EventSequenceHeader(long) - Constructor for class org.fourthline.cling.model.message.header.EventSequenceHeader
 
eventsMissed(GENASubscription, int) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
Called when a received event was out of sequence, indicating that events have been missed.
eventsMissed(int) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
eventSubscriptionURI - Variable in class org.fourthline.cling.binding.staging.MutableService
 
exception - Variable in class org.fourthline.cling.registry.event.FailedRemoteDeviceDiscovery
 
exception - Variable in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
exchange - Variable in class org.fourthline.cling.transport.impl.StreamServerImpl.HttpServerConnection
 
execute(ActionCallback) - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
execute(SubscriptionCallback) - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
execute(ExecuteAction) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
execute(ActionCallback) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
execute(SubscriptionCallback) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
execute(ActionInvocation<LocalService>) - Method in class org.fourthline.cling.model.action.AbstractActionExecutor
Obtains the service implementation instance from the ServiceManager, handles exceptions.
execute(ActionInvocation<LocalService>, Object) - Method in class org.fourthline.cling.model.action.AbstractActionExecutor
 
execute(ActionInvocation<LocalService>) - Method in interface org.fourthline.cling.model.action.ActionExecutor
 
execute(ActionInvocation<LocalService>, Object) - Method in class org.fourthline.cling.model.action.MethodActionExecutor
 
execute(ActionInvocation<LocalService>, Object) - Method in class org.fourthline.cling.model.action.QueryStateVariableExecutor
 
execute(ServiceManager<T>) - Method in interface org.fourthline.cling.model.Command
 
execute(Command<T>) - Method in class org.fourthline.cling.model.DefaultServiceManager
 
execute(Command<T>) - Method in interface org.fourthline.cling.model.ServiceManager
Double-dispatch of arbitrary commands, used by action executors and state variable accessors.
execute() - Method in class org.fourthline.cling.protocol.async.ReceivingNotification
 
execute() - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
execute() - Method in class org.fourthline.cling.protocol.async.ReceivingSearchResponse
 
execute() - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
execute() - Method in class org.fourthline.cling.protocol.async.SendingNotificationAlive
 
execute() - Method in class org.fourthline.cling.protocol.async.SendingNotificationByebye
 
execute() - Method in class org.fourthline.cling.protocol.async.SendingSearch
 
execute() - Method in class org.fourthline.cling.protocol.ReceivingAsync
 
execute() - Method in class org.fourthline.cling.protocol.ReceivingSync
 
execute() - Method in class org.fourthline.cling.protocol.SendingAsync
 
execute() - Method in class org.fourthline.cling.protocol.SendingSync
 
ExecuteAction - Class in org.fourthline.cling.controlpoint.event
 
ExecuteAction(ActionCallback) - Constructor for class org.fourthline.cling.controlpoint.event.ExecuteAction
 
executeQueryStateVariable(ActionInvocation<LocalService>, Object) - Method in class org.fourthline.cling.model.action.QueryStateVariableExecutor
 
executeSync() - Method in class org.fourthline.cling.protocol.ReceivingSync
 
executeSync() - Method in class org.fourthline.cling.protocol.SendingSync
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.ReceivingAction
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.ReceivingEvent
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.ReceivingRetrieval
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.ReceivingUnsubscribe
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.SendingAction
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.SendingEvent
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.SendingRenewal
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.SendingSubscribe
 
executeSync() - Method in class org.fourthline.cling.protocol.sync.SendingUnsubscribe
 
ExpirationDetails - Class in org.fourthline.cling.model
 
ExpirationDetails() - Constructor for class org.fourthline.cling.model.ExpirationDetails
 
ExpirationDetails(int) - Constructor for class org.fourthline.cling.model.ExpirationDetails
 
EXTHeader - Class in org.fourthline.cling.model.message.header
 
EXTHeader() - Constructor for class org.fourthline.cling.model.message.header.EXTHeader
 
extraResponseHeaders - Variable in class org.fourthline.cling.model.profile.RemoteClientInfo
 

F

fail(UpnpResponse) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
failed(GENASubscription, UpnpResponse, Exception) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
failed(GENASubscription, UpnpResponse, Exception, String) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
Called when establishing a local or remote subscription failed.
failed(UpnpResponse) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
FailedRemoteDeviceDiscovery - Class in org.fourthline.cling.registry.event
 
FailedRemoteDeviceDiscovery(RemoteDevice, Exception) - Constructor for class org.fourthline.cling.registry.event.FailedRemoteDeviceDiscovery
 
failure(ActionInvocation, UpnpResponse, String) - Method in class org.fourthline.cling.controlpoint.ActionCallback.Default
 
failure(ActionInvocation, UpnpResponse) - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
failure(ActionInvocation, UpnpResponse, String) - Method in class org.fourthline.cling.controlpoint.ActionCallback
Called when the action invocation failed.
failure - Variable in class org.fourthline.cling.model.action.ActionInvocation
 
fatalError(SAXParseException) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
fatalError(SAXParseException) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
fatalError(SAXParseException) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
fatalError(SAXParseException) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
field - Variable in class org.fourthline.cling.model.state.FieldStateVariableAccessor
 
FieldStateVariableAccessor - Class in org.fourthline.cling.model.state
Reads the value of a state variable using reflection and a field.
FieldStateVariableAccessor(Field) - Constructor for class org.fourthline.cling.model.state.FieldStateVariableAccessor
 
filterExclusiveServices(RemoteService[]) - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
find(UDN, D) - Method in class org.fourthline.cling.model.meta.Device
 
find(DeviceType, D) - Method in class org.fourthline.cling.model.meta.Device
 
find(ServiceType, D) - Method in class org.fourthline.cling.model.meta.Device
 
findActionArgumentNode(List<Node>, ActionArgument) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
Returns the node with the same unprefixed name as the action argument name/alias or null.
findActionArgumentValue(Map<String, String>, ActionArgument) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
findDevice(UDN) - Method in class org.fourthline.cling.model.meta.Device
 
findDevice(UDN) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
findDevice(UDN) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
findDevices(DeviceType) - Method in class org.fourthline.cling.model.meta.Device
 
findDevices(ServiceType) - Method in class org.fourthline.cling.model.meta.Device
 
findEmbeddedDevices() - Method in class org.fourthline.cling.model.meta.Device
 
findEmbeddedDevices(D) - Method in class org.fourthline.cling.model.meta.Device
 
findIcons() - Method in class org.fourthline.cling.model.meta.Device
 
findOutputArgumentAccessor(StateVariable, String, boolean) - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
findRelatedStateVariable(String, String, String) - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
findService(ServiceId) - Method in class org.fourthline.cling.model.meta.Device
 
findService(ServiceType) - Method in class org.fourthline.cling.model.meta.Device
 
findServices() - Method in class org.fourthline.cling.model.meta.Device
 
findServices(ServiceType) - Method in class org.fourthline.cling.model.meta.Device
 
findServices(ServiceType, ServiceId, D) - Method in class org.fourthline.cling.model.meta.Device
 
findServiceTypes() - Method in class org.fourthline.cling.model.meta.Device
 
FixedAndroidLogHandler - Class in org.fourthline.cling.android
 
FixedAndroidLogHandler() - Constructor for class org.fourthline.cling.android.FixedAndroidLogHandler
Constructs a new instance of the Android log handler.
FixedSunURLStreamHandler - Class in org.fourthline.cling.transport.impl
The SUNW morons restrict the JDK handlers to GET/POST/etc for "security" reasons.
FixedSunURLStreamHandler() - Constructor for class org.fourthline.cling.transport.impl.FixedSunURLStreamHandler
 
fixGarbageTrailingChars(String, DescriptorBindingException) - Method in class org.fourthline.cling.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
 
fixMissingNamespaces(String, DescriptorBindingException) - Method in class org.fourthline.cling.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
 
fixXMLEncodedLastChange(String) - Method in class org.fourthline.cling.transport.impl.RecoveringGENAEventProcessorImpl
 
FloatDatatype - Class in org.fourthline.cling.model.types
 
FloatDatatype() - Constructor for class org.fourthline.cling.model.types.FloatDatatype
 
flush() - Method in class org.fourthline.cling.android.FixedAndroidLogHandler
 
foundDefaultInAllowedValues(String, String[]) - Method in class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
friendlyName - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
fromCommaSeparatedList(String) - Static method in class org.fourthline.cling.model.ModelUtil
Converts the comma-separated elements of a string into an array of strings, unescaping backslashed commas.
fromCommaSeparatedList(String, boolean) - Static method in class org.fourthline.cling.model.ModelUtil
Converts the comma-separated elements of a string into an array of strings, optionally unescaping backslashed commas.
fromTimeString(String) - Static method in class org.fourthline.cling.model.ModelUtil
 

G

GENAEventProcessor - Interface in org.fourthline.cling.transport.spi
Reads and writes GENA XML content.
GENAEventProcessorImpl - Class in org.fourthline.cling.transport.impl
Default implementation based on the W3C DOM XML processing API.
GENAEventProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
GENASubscription<S extends Service> - Class in org.fourthline.cling.model.gena
An established subscription, with identifer, expiration duration, sequence handling, and state variable values.
GENASubscription(S) - Constructor for class org.fourthline.cling.model.gena.GENASubscription
GENASubscription(S, int) - Constructor for class org.fourthline.cling.model.gena.GENASubscription
 
generate(Device, RemoteClientInfo, Namespace) - Method in interface org.fourthline.cling.binding.xml.DeviceDescriptorBinder
 
generate(Service) - Method in interface org.fourthline.cling.binding.xml.ServiceDescriptorBinder
 
generate(Device, RemoteClientInfo, Namespace) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generate(Service) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
generateDevice(Namespace, Device, Document, Element, RemoteClientInfo) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateDeviceList(Namespace, Device, Document, Element, RemoteClientInfo) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateIconList(Namespace, Device, Document, Element) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateRoot(Namespace, Device, Document, RemoteClientInfo) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateServiceList(Namespace, Device, Document, Element) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateSpecVersion(Namespace, Device, Document, Element) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
get() - Method in interface org.fourthline.cling.android.AndroidUpnpService
 
get() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl.Binder
 
get(UpnpHeader.Type) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
getAccessor() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getAccessor(String) - Method in class org.fourthline.cling.model.meta.LocalService
 
getAccessor(StateVariable) - Method in class org.fourthline.cling.model.meta.LocalService
 
getAction() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getAction() - Method in class org.fourthline.cling.model.message.control.IncomingActionRequestMessage
 
getAction() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
getAction(String) - Method in class org.fourthline.cling.model.meta.Service
 
getActionInvocation() - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
getActionName() - Method in class org.fourthline.cling.model.types.SoapActionType
 
getActionNamespace() - Method in interface org.fourthline.cling.model.message.control.ActionMessage
 
getActionNamespace() - Method in class org.fourthline.cling.model.message.control.IncomingActionRequestMessage
 
getActionNamespace() - Method in class org.fourthline.cling.model.message.control.IncomingActionResponseMessage
 
getActionNamespace() - Method in class org.fourthline.cling.model.message.control.OutgoingActionRequestMessage
 
getActionNamespace() - Method in class org.fourthline.cling.model.message.control.OutgoingActionResponseMessage
 
getActions() - Method in class org.fourthline.cling.model.meta.Service
 
getActiveStreamServers(InetAddress) - Method in class org.fourthline.cling.mock.MockRouter
 
getActiveStreamServers(InetAddress) - Method in interface org.fourthline.cling.transport.Router
 
getActiveStreamServers(InetAddress) - Method in class org.fourthline.cling.transport.RouterImpl
 
getActualDurationSeconds() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
getAddress() - Method in class org.fourthline.cling.model.NetworkAddress
 
getAddressNetworkPrefixLength(InetAddress) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getAddressNetworkPrefixLength(InetAddress) - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
getAliases() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
getAliveIntervalMillis() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getAliveIntervalMillis() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getAliveIntervalMillis() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Optional setting for flooding alive NOTIFY messages for local devices.
getAllowedRangeFromProvider() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getAllowedValueRange(long, long, long) - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getAllowedValueRange() - Method in class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
getAllowedValues(Class) - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getAllowedValues() - Method in class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
getAllowedValuesFromProvider() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getAnnotation() - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
getAnnotation() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getArgument() - Method in class org.fourthline.cling.model.action.ActionArgumentValue
 
getArguments() - Method in class org.fourthline.cling.model.meta.Action
 
getAsArray(UpnpHeader.Type) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
getAsyncProtocolExecutor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getAsyncProtocolExecutor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getAsyncProtocolExecutor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getAsyncTimeoutSeconds() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
The time in seconds this server wait for the Router to execute a UpnpStream.
getBasePath() - Method in class org.fourthline.cling.model.Namespace
 
getBaseURL() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getBindAddresses() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getBindAddresses() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
The caller might remove() an address if initialization fails.
getBindAddressInSubnetOf(InetAddress) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getBits() - Method in class org.fourthline.cling.model.types.UnsignedIntegerFourBytes
 
getBits() - Method in class org.fourthline.cling.model.types.UnsignedIntegerOneByte
 
getBits() - Method in class org.fourthline.cling.model.types.UnsignedIntegerTwoBytes
 
getBits() - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
getBody() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getBodyBytes() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getBodyString() - Method in interface org.fourthline.cling.model.message.control.ActionMessage
 
getBodyString() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getBodyType() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getBroadcastAddress(InetAddress) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getBroadcastAddress(InetAddress) - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
getBroadcastedBytes() - Method in class org.fourthline.cling.mock.MockRouter
 
getBuiltin() - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
getBuiltin() - Method in interface org.fourthline.cling.model.types.Datatype
 
getBuiltinDatatype() - Method in class org.fourthline.cling.model.types.csv.CSV
 
getBuiltinType() - Method in enum org.fourthline.cling.model.types.Datatype.Default
 
getBulkIntervalMilliseconds() - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
getBulkIntervalMilliseconds() - Method in class org.fourthline.cling.protocol.async.SendingSearch
 
getBulkRepeat() - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
getBulkRepeat() - Method in class org.fourthline.cling.protocol.async.SendingSearch
 
getByCode(int) - Static method in enum org.fourthline.cling.model.types.ErrorCode
 
getByDescriptorName(String) - Static method in enum org.fourthline.cling.model.types.Datatype.Builtin
 
getByHttpName(String) - Static method in enum org.fourthline.cling.model.message.header.UpnpHeader.Type
 
getByHttpName(String) - Static method in enum org.fourthline.cling.model.message.UpnpRequest.Method
 
getByJavaType(Class) - Static method in enum org.fourthline.cling.model.types.Datatype.Default
 
getByStatusCode(int) - Static method in enum org.fourthline.cling.model.message.UpnpResponse.Status
 
getByteLength() - Method in class org.fourthline.cling.model.types.BytesRange
 
getByteSize() - Method in class org.fourthline.cling.model.types.IntegerDatatype
 
getCallback() - Method in class org.fourthline.cling.controlpoint.event.ExecuteAction
 
getCallbackURLs() - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
 
getCallbackURLs() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getCaps() - Method in class org.fourthline.cling.model.types.DLNACaps
 
getClazz() - Method in class org.fourthline.cling.model.ValidationError
 
getClientInfo() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getCode() - Method in enum org.fourthline.cling.model.types.ErrorCode
 
getConfiguration() - Method in interface org.fourthline.cling.android.AndroidUpnpService
 
getConfiguration() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl.Binder
 
getConfiguration() - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
getConfiguration() - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
getConfiguration() - Method in class org.fourthline.cling.ManagedUpnpService
 
getConfiguration() - Method in class org.fourthline.cling.mock.MockRouter
 
getConfiguration() - Method in class org.fourthline.cling.mock.MockUpnpService
 
getConfiguration() - Method in interface org.fourthline.cling.registry.Registry
 
getConfiguration() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
getConfiguration() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl
 
getConfiguration() - Method in interface org.fourthline.cling.transport.Router
 
getConfiguration() - Method in class org.fourthline.cling.transport.RouterImpl
 
getConfiguration() - Method in interface org.fourthline.cling.transport.spi.DatagramIO
 
getConfiguration() - Method in interface org.fourthline.cling.transport.spi.MulticastReceiver
 
getConfiguration() - Method in interface org.fourthline.cling.transport.spi.StreamClient
 
getConfiguration() - Method in interface org.fourthline.cling.transport.spi.StreamServer
 
getConfiguration() - Method in interface org.fourthline.cling.UpnpService
 
getConfiguration() - Method in class org.fourthline.cling.UpnpServiceImpl
 
getConnectedNetworkInfo(Context) - Static method in class org.fourthline.cling.android.NetworkUtils
 
getConnection() - Method in class org.fourthline.cling.model.message.StreamRequestMessage
 
getConnection() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
getContentTypeCharset() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getContentTypeHeader() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getControlPath(Service) - Method in class org.fourthline.cling.model.Namespace
 
getControlPoint() - Method in interface org.fourthline.cling.android.AndroidUpnpService
 
getControlPoint() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl.Binder
 
getControlPoint() - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
getControlPoint() - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
getControlPoint() - Method in class org.fourthline.cling.ManagedUpnpService
 
getControlPoint() - Method in class org.fourthline.cling.mock.MockUpnpService
 
getControlPoint() - Method in interface org.fourthline.cling.UpnpService
 
getControlPoint() - Method in class org.fourthline.cling.UpnpServiceImpl
 
getControlURI() - Method in class org.fourthline.cling.model.meta.RemoteService
 
getCurrentSequence() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
getCurrentState() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
getCurrentState(String[]) - Method in class org.fourthline.cling.model.DefaultServiceManager
 
getCurrentState() - Method in interface org.fourthline.cling.model.ServiceManager
Reading the state of a service manually.
getCurrentTimestampSeconds() - Method in class org.fourthline.cling.model.ExpirationDetails
 
getCurrentValues() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
getData() - Method in class org.fourthline.cling.model.meta.Icon
 
getData() - Method in exception org.fourthline.cling.model.UnsupportedDataException
 
getDatagramIOExecutor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getDatagramIOExecutor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getDatagramIOExecutor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getDatagramProcessor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getDatagramProcessor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getDatagramProcessor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getDatatype() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
getDatatype(ActionArgument) - Method in class org.fourthline.cling.model.meta.Service
 
getDatatype() - Method in class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
getDatatype() - Method in enum org.fourthline.cling.model.types.Datatype.Builtin
 
getDatatype() - Method in class org.fourthline.cling.model.VariableValue
 
getDateValue(String, String[]) - Method in class org.fourthline.cling.model.types.DateTimeDatatype
 
getDefaultDeviceDetails() - Method in class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider
 
getDefaultExecutorService() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getDefaultExecutorService() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getDefaultExecutorService() - Method in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
getDefaultValue() - Method in class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
getDepth() - Method in class org.fourthline.cling.model.meta.Icon
 
getDescription() - Method in enum org.fourthline.cling.model.types.ErrorCode
 
getDescriptorLocation(NetworkAddress, LocalDevice) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
getDescriptorName() - Method in enum org.fourthline.cling.model.types.Datatype.Builtin
 
getDescriptorPath(Device) - Method in class org.fourthline.cling.model.Namespace
 
getDescriptorPath(Service) - Method in class org.fourthline.cling.model.Namespace
 
getDescriptorPathString(Device) - Method in class org.fourthline.cling.model.Namespace
Performance optimization, avoids URI manipulation.
getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Optional extra headers for device descriptor retrieval HTTP requests.
getDescriptorURI() - Method in class org.fourthline.cling.model.meta.RemoteService
 
getDescriptorURL() - Method in class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
getDestinationAddress() - Method in class org.fourthline.cling.model.message.OutgoingDatagramMessage
 
getDestinationPort() - Method in class org.fourthline.cling.model.message.OutgoingDatagramMessage
 
getDetails() - Method in class org.fourthline.cling.model.meta.Device
 
getDetails(RemoteClientInfo) - Method in class org.fourthline.cling.model.meta.Device
 
getDetails(RemoteClientInfo) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
getDevClass() - Method in class org.fourthline.cling.model.types.DLNADoc
 
getDevice() - Method in class org.fourthline.cling.model.meta.Icon
 
getDevice() - Method in class org.fourthline.cling.model.meta.Service
 
getDevice() - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
getDevice() - Method in class org.fourthline.cling.registry.event.DeviceDiscovery
 
getDevice(UDN, boolean) - Method in interface org.fourthline.cling.registry.Registry
 
getDevice(UDN, boolean) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getDeviceDescriptorBinderUDA10() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getDeviceDescriptorBinderUDA10() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getDeviceDescriptorBinderUDA10() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getDeviceDetailsProvider() - Method in class org.fourthline.cling.model.meta.LocalDevice
 
getDevicePath(Device) - Method in class org.fourthline.cling.model.Namespace
 
getDevices() - Method in interface org.fourthline.cling.registry.Registry
 
getDevices(DeviceType) - Method in interface org.fourthline.cling.registry.Registry
 
getDevices(ServiceType) - Method in interface org.fourthline.cling.registry.Registry
 
getDevices() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getDevices(DeviceType) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getDevices(ServiceType) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getDeviceType() - Method in class org.fourthline.cling.model.types.NamedDeviceType
 
getDirection() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
getDiscoveredOnLocalAddress() - Method in class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
getDiscoveryOptions(UDN) - Method in interface org.fourthline.cling.registry.Registry
Get the currently active DiscoveryOptions for the given (local device) UDN.
getDiscoveryOptions(UDN) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getDisplayString() - Method in class org.fourthline.cling.model.meta.Device
 
getDisplayString() - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
getDisplayString() - Method in interface org.fourthline.cling.model.types.Datatype
 
getDisplayString() - Method in class org.fourthline.cling.model.types.DeviceType
 
getDlnaCaps() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getDlnaDocs() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getEmbeddedDevices() - Method in class org.fourthline.cling.model.meta.Device
 
getEmbeddedDevices() - Method in class org.fourthline.cling.model.meta.LocalDevice
 
getEmbeddedDevices() - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
getErrorCode() - Method in exception org.fourthline.cling.model.action.ActionException
 
getErrors() - Method in exception org.fourthline.cling.model.ValidationException
 
getErrors() - Method in exception org.fourthline.cling.registry.RegistrationException
 
getEventCallbackPath(Service) - Method in class org.fourthline.cling.model.Namespace
 
getEventCallbackPathString(Service) - Method in class org.fourthline.cling.model.Namespace
Performance optimization, avoids URI manipulation.
getEventCallbackURLs(List<NetworkAddress>, Namespace) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
getEventDetails() - Method in class org.fourthline.cling.model.meta.StateVariable
 
getEventMaximumRateMilliseconds() - Method in class org.fourthline.cling.model.meta.StateVariableEventDetails
 
getEventMinimumDelta() - Method in class org.fourthline.cling.model.meta.StateVariableEventDetails
 
getEventSubscriptionHeaders(RemoteService) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getEventSubscriptionHeaders(RemoteService) - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getEventSubscriptionHeaders(RemoteService) - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Optional extra headers for event subscription (almost HTTP) messages.
getEventSubscriptionPath(Service) - Method in class org.fourthline.cling.model.Namespace
 
getEventSubscriptionURI() - Method in class org.fourthline.cling.model.meta.RemoteService
 
getEventSubscriptionURL() - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
getException() - Method in class org.fourthline.cling.registry.event.FailedRemoteDeviceDiscovery
 
getExclusiveServiceTypes() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getExclusiveServiceTypes() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getExclusiveServiceTypes() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Returns service types that can be handled by this UPnP stack, all others will be ignored.
getExecutor(String) - Method in class org.fourthline.cling.model.meta.LocalService
 
getExecutor(Action) - Method in class org.fourthline.cling.model.meta.LocalService
 
getExtraResponseHeaders() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
getFailure() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getField() - Method in class org.fourthline.cling.model.state.FieldStateVariableAccessor
 
getFirstByte() - Method in class org.fourthline.cling.model.types.BytesRange
 
getFirstHeader(UpnpHeader.Type) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
getFirstHeader(UpnpHeader.Type, Class<H>) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
getFirstHeader(UpnpHeader.Type, Class<H>) - Method in class org.fourthline.cling.protocol.ReceivingAsync
 
getFirstHeaderString(UpnpHeader.Type) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
getFirstInputArgument() - Method in class org.fourthline.cling.model.meta.Action
 
getFirstNetworkInterfaceHardwareAddress() - Static method in class org.fourthline.cling.model.ModelUtil
 
getFirstOutputArgument() - Method in class org.fourthline.cling.model.meta.Action
 
getFriendlyName() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getGenaEventProcessor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getGenaEventProcessor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getGenaEventProcessor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getGetter() - Method in class org.fourthline.cling.model.state.GetterStateVariableAccessor
 
getGroup() - Method in class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getGroup() - Method in interface org.fourthline.cling.transport.spi.MulticastReceiverConfiguration
 
getHardwareAddress() - Method in class org.fourthline.cling.model.NetworkAddress
 
getHardwareAddress(InetAddress) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getHardwareAddress(InetAddress) - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
getHeaderDetails() - Method in class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider
 
getHeaderName() - Method in class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider.Key
 
getHeaders() - Method in class org.fourthline.cling.model.message.OutgoingDatagramMessage
 
getHeaders() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getHeaderString() - Method in enum org.fourthline.cling.model.types.NotificationSubtype
 
getHeaderTypes() - Method in enum org.fourthline.cling.model.message.header.UpnpHeader.Type
 
getHeight() - Method in class org.fourthline.cling.model.meta.Icon
 
getHost() - Method in class org.fourthline.cling.model.types.HostPort
 
getHttpExchange() - Method in class org.fourthline.cling.transport.impl.HttpExchangeUpnpStream
 
getHttpMethodName() - Method in class org.fourthline.cling.model.message.UpnpRequest
 
getHttpMinorVersion() - Method in class org.fourthline.cling.model.message.UpnpOperation
 
getHttpName() - Method in enum org.fourthline.cling.model.message.header.UpnpHeader.Type
 
getHttpName() - Method in enum org.fourthline.cling.model.message.UpnpRequest.Method
 
getHttpToken() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getIconPath(Icon) - Method in class org.fourthline.cling.model.Namespace
 
getIcons() - Method in class org.fourthline.cling.model.meta.Device
 
getId() - Method in class org.fourthline.cling.model.types.ServiceId
 
getIdentifierString() - Method in class org.fourthline.cling.model.types.UDN
 
getIdentity() - Method in class org.fourthline.cling.model.meta.Device
 
getImplementation() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
getImplementation() - Method in interface org.fourthline.cling.model.ServiceManager
 
getIncomingDatagramMessages() - Method in class org.fourthline.cling.mock.MockRouter
 
getInetAddressByName(String) - Static method in class org.fourthline.cling.model.ModelUtil
Wraps the checked exception in a runtime exception.
getInetAddresses(NetworkInterface) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getInput() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getInput(String) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getInput(ActionArgument<S>) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getInputArgument(String) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getInputArgument(String) - Method in class org.fourthline.cling.model.meta.Action
 
getInputArguments() - Method in class org.fourthline.cling.model.meta.Action
 
getInputMap() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getInputMessage() - Method in class org.fourthline.cling.protocol.ReceivingAsync
 
getInputMessage() - Method in class org.fourthline.cling.protocol.SendingSync
 
getInterfaceAddresses(NetworkInterface) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getInterfaceMacAddress() - Method in class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
getInterfaceMacHeader() - Method in class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
getInterfaceMacHeader() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchResponse
 
getJavaType() - Method in enum org.fourthline.cling.model.types.Datatype.Default
 
getLastByte() - Method in class org.fourthline.cling.model.types.BytesRange
 
getLastRefreshTimestampSeconds() - Method in class org.fourthline.cling.model.ExpirationDetails
 
getListeners() - Method in interface org.fourthline.cling.registry.Registry
 
getListeners() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getListenPort() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
getListenPort() - Method in class org.fourthline.cling.transport.impl.StreamServerConfigurationImpl
 
getListenPort() - Method in interface org.fourthline.cling.transport.spi.StreamServerConfiguration
 
getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in class org.fourthline.cling.android.AndroidNetworkAddressFactory
 
getLocalAddress() - Method in interface org.fourthline.cling.model.message.Connection
 
getLocalAddress() - Method in class org.fourthline.cling.model.message.IncomingDatagramMessage
 
getLocalAddress() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
getLocalAddress() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
 
getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getLocalAddress() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl.HttpServerConnection
 
getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
Best-effort attempt finding a reachable local address for a given remote host.
getLocalDevice(UDN, boolean) - Method in interface org.fourthline.cling.registry.Registry
 
getLocalDevice(UDN, boolean) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getLocalDevices() - Method in interface org.fourthline.cling.registry.Registry
 
getLocalDevices() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getLocalHostName(boolean) - Static method in class org.fourthline.cling.model.ModelUtil
DNS reverse name lookup.
getLocalSubscription(String) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
getLocalSubscription(String) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getLocationURL() - Method in class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
getLocationURL() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchResponse
 
getLockTimeoutMillis() - Method in class org.fourthline.cling.android.AndroidRouter
 
getLockTimeoutMillis() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
getLockTimeoutMillis() - Method in class org.fourthline.cling.transport.RouterImpl
 
getLogWarningSeconds() - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
getLogWarningSeconds() - Method in interface org.fourthline.cling.transport.spi.StreamClientConfiguration
 
getMajor() - Method in class org.fourthline.cling.model.meta.UDAVersion
 
getMajorVersion() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getManager() - Method in class org.fourthline.cling.model.meta.LocalService
 
getManufacturer() - Method in class org.fourthline.cling.model.meta.ManufacturerDetails
 
getManufacturerDetails() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getManufacturerURI() - Method in class org.fourthline.cling.model.meta.ManufacturerDetails
 
getMatchingNodes(XmlPullParser, ActionArgument[]) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
getMatchingNodes(NodeList, ActionArgument[]) - Method in class org.fourthline.cling.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() - Method in class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
getMaxAge() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchResponse
 
getMaxAgeSeconds() - Method in class org.fourthline.cling.model.ExpirationDetails
 
getMaxAgeSeconds() - Method in class org.fourthline.cling.model.meta.DeviceIdentity
 
getMaxDatagramBytes() - Method in class org.fourthline.cling.transport.impl.DatagramIOConfigurationImpl
 
getMaxDatagramBytes() - Method in class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getMaxDatagramBytes() - Method in interface org.fourthline.cling.transport.spi.DatagramIOConfiguration
 
getMaxDatagramBytes() - Method in interface org.fourthline.cling.transport.spi.MulticastReceiverConfiguration
 
getMaximum() - Method in interface org.fourthline.cling.binding.AllowedValueRangeProvider
 
getMaximum() - Method in class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
getMaxValue() - Method in class org.fourthline.cling.model.types.IntegerDatatype
 
getMaxValue() - Method in enum org.fourthline.cling.model.types.UnsignedVariableInteger.Bits
 
getMessage() - Method in class org.fourthline.cling.model.ValidationError
 
getMessageBody(UpnpMessage) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
getMessageBody(ActionMessage) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
getMethod() - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
getMethod() - Method in class org.fourthline.cling.model.action.MethodActionExecutor
 
getMethod() - Method in class org.fourthline.cling.model.message.UpnpRequest
 
getMimeType() - Method in class org.fourthline.cling.model.meta.Icon
 
getMinimum() - Method in interface org.fourthline.cling.binding.AllowedValueRangeProvider
 
getMinimum() - Method in class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
getMinor() - Method in class org.fourthline.cling.model.meta.UDAVersion
 
getMinorVersion() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getMinValue() - Method in class org.fourthline.cling.model.types.IntegerDatatype
 
getMinValue() - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
getModel() - Method in class org.fourthline.cling.model.resource.Resource
 
getModelDescription() - Method in class org.fourthline.cling.model.meta.ModelDetails
 
getModelDetails() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getModelName() - Method in class org.fourthline.cling.model.meta.ModelDetails
 
getModelNumber() - Method in class org.fourthline.cling.model.meta.ModelDetails
 
getModelURI() - Method in class org.fourthline.cling.model.meta.ModelDetails
 
getMulticastGroup() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getMulticastGroup() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
getMulticastPort() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getMulticastPort() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
getMulticastReceiverExecutor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getMulticastReceiverExecutor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getMulticastReceiverExecutor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getMX() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchRequest
 
getMxSeconds() - Method in class org.fourthline.cling.controlpoint.event.Search
 
getMxSeconds() - Method in class org.fourthline.cling.protocol.async.SendingSearch
 
getName() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getName() - Method in class org.fourthline.cling.model.meta.Action
 
getName() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
getName() - Method in class org.fourthline.cling.model.meta.QueryStateVariableAction
 
getName() - Method in class org.fourthline.cling.model.meta.StateVariable
 
getName() - Method in class org.fourthline.cling.model.types.CustomDatatype
 
getNamespace() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getNamespace() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getNamespace() - Method in class org.fourthline.cling.model.message.header.MANHeader
 
getNamespace() - Method in class org.fourthline.cling.model.types.DeviceType
 
getNamespace() - Method in class org.fourthline.cling.model.types.ServiceId
 
getNamespace() - Method in class org.fourthline.cling.model.types.ServiceType
 
getNamespace() - Method in class org.fourthline.cling.model.types.SoapActionType
 
getNamespace() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getNetworkAddress() - Method in class org.fourthline.cling.model.Location
 
getNetworkInfo() - Method in class org.fourthline.cling.android.AndroidRouter
 
getNetworkInterfaces() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getNetworkInterfaces() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
The caller might remove() an interface if initialization fails.
getNotificationSubtype() - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
getNotificationSubtype() - Method in class org.fourthline.cling.protocol.async.SendingNotificationAlive
 
getNotificationSubtype() - Method in class org.fourthline.cling.protocol.async.SendingNotificationByebye
 
getOperation() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getOsName() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getOsToken() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getOsVersion() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getOutgoingDatagramMessages() - Method in class org.fourthline.cling.mock.MockRouter
 
getOutput() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getOutput(String) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getOutput(ActionArgument<S>) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getOutputArgument(String) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getOutputArgument(String) - Method in class org.fourthline.cling.model.meta.Action
 
getOutputArgumentAccessors() - Method in class org.fourthline.cling.model.action.AbstractActionExecutor
 
getOutputArguments() - Method in class org.fourthline.cling.model.meta.Action
 
getOutputMap() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
getOutputMessage() - Method in class org.fourthline.cling.protocol.ReceivingSync
 
getOutputMessage() - Method in class org.fourthline.cling.protocol.SendingSync
 
getParentDevice() - Method in class org.fourthline.cling.model.meta.Device
 
getPath() - Method in class org.fourthline.cling.model.Location
 
getPath(Device) - Method in class org.fourthline.cling.model.Namespace
 
getPath(Service) - Method in class org.fourthline.cling.model.Namespace
 
getPathQuery() - Method in class org.fourthline.cling.model.resource.Resource
 
getPort() - Method in class org.fourthline.cling.model.NetworkAddress
 
getPort() - Method in class org.fourthline.cling.model.types.HostPort
 
getPort() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
getPort() - Method in class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getPort() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl
 
getPort() - Method in interface org.fourthline.cling.transport.spi.MulticastReceiverConfiguration
 
getPort() - Method in interface org.fourthline.cling.transport.spi.StreamServer
This method will be called potentially right after StreamServer.init(java.net.InetAddress, org.fourthline.cling.transport.Router), the actual assigned local port must be available before the server is started.
getPresentationURI() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getProductName() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getProductToken() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getProductVersion() - Method in class org.fourthline.cling.model.ServerClientTokens
 
getPropertyChangeSupport() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
getPropertyChangeSupport() - Method in interface org.fourthline.cling.model.ServiceManager
Provides the capability to monitor the service for state changes.
getPropertyName() - Method in class org.fourthline.cling.model.ValidationError
 
getProtocolFactory() - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
getProtocolFactory() - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
getProtocolFactory() - Method in class org.fourthline.cling.ManagedUpnpService
 
getProtocolFactory() - Method in class org.fourthline.cling.mock.MockRouter
 
getProtocolFactory() - Method in class org.fourthline.cling.mock.MockUpnpService
 
getProtocolFactory() - Method in interface org.fourthline.cling.registry.Registry
 
getProtocolFactory() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getProtocolFactory() - Method in interface org.fourthline.cling.transport.Router
 
getProtocolFactory() - Method in class org.fourthline.cling.transport.RouterImpl
 
getProtocolFactory() - Method in class org.fourthline.cling.transport.spi.UpnpStream
 
getProtocolFactory() - Method in interface org.fourthline.cling.UpnpService
 
getProtocolFactory() - Method in class org.fourthline.cling.UpnpServiceImpl
 
getQueryStateVariableAction() - Method in class org.fourthline.cling.model.meta.LocalService
 
getQueryStateVariableAction() - Method in class org.fourthline.cling.model.meta.RemoteService
 
getQueryStateVariableAction() - Method in class org.fourthline.cling.model.meta.Service
 
getReceivedUpnpStreams() - Method in class org.fourthline.cling.mock.MockRouter
 
getReference() - Method in class org.fourthline.cling.model.meta.Service
 
getRegistry() - Method in interface org.fourthline.cling.android.AndroidUpnpService
 
getRegistry() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl.Binder
 
getRegistry() - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
getRegistry() - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
getRegistry() - Method in class org.fourthline.cling.ManagedUpnpService
 
getRegistry() - Method in class org.fourthline.cling.mock.MockUpnpService
 
getRegistry() - Method in interface org.fourthline.cling.UpnpService
 
getRegistry() - Method in class org.fourthline.cling.UpnpServiceImpl
 
getRegistryListenerExecutor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getRegistryListenerExecutor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getRegistryListenerExecutor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getRegistryMaintainerExecutor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getRegistryMaintainerExecutor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getRegistryMaintainerExecutor() - Method in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
getRegistryMaintainerExecutor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in class org.fourthline.cling.android.AndroidUpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getRelatedStateVariable(ActionArgument) - Method in class org.fourthline.cling.model.meta.Service
 
getRelatedStateVariableName() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
getRemoteAddress() - Method in interface org.fourthline.cling.model.message.Connection
 
getRemoteAddress() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
getRemoteAddress() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
 
getRemoteAddress() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl.HttpServerConnection
 
getRemoteClientInfo() - Method in class org.fourthline.cling.model.action.RemoteActionInvocation
 
getRemoteClientInfo() - Method in class org.fourthline.cling.protocol.ReceivingSync
 
getRemoteDevice(UDN, boolean) - Method in interface org.fourthline.cling.registry.Registry
 
getRemoteDevice(UDN, boolean) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getRemoteDeviceMaxAgeSeconds() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getRemoteDeviceMaxAgeSeconds() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getRemoteDeviceMaxAgeSeconds() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Returns the time in seconds a remote device will be registered until it is expired.
getRemoteDevices() - Method in interface org.fourthline.cling.registry.Registry
 
getRemoteDevices() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getRemoteSubscription(String) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
getRemoteSubscription(String) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getRequest() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
 
getRequest() - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
getRequestedDurationSeconds() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
getRequestedTimeoutSeconds() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getRequestExecutorService() - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
getRequestExecutorService() - Method in interface org.fourthline.cling.transport.spi.StreamClientConfiguration
Used to execute the actual HTTP request, the StreamClient waits on the "current" thread for completion or timeout.
getRequestHeaders() - Method in class org.fourthline.cling.model.profile.ClientInfo
 
getRequestMessage() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
getRequestRetryCount() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientConfigurationImpl
 
getRequestUserAgent() - Method in class org.fourthline.cling.model.profile.ClientInfo
 
getResource(URI) - Method in interface org.fourthline.cling.registry.Registry
 
getResource(Class<T>, URI) - Method in interface org.fourthline.cling.registry.Registry
 
getResource(URI) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getResource(Class<T>, URI) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getResources(Device) - Method in class org.fourthline.cling.model.Namespace
 
getResources() - Method in interface org.fourthline.cling.registry.Registry
 
getResources(Class<T>) - Method in interface org.fourthline.cling.registry.Registry
 
getResources() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getResources(Class<T>) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getResponse() - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
getResponseDetails() - Method in class org.fourthline.cling.model.message.UpnpResponse
 
getReturnType() - Method in class org.fourthline.cling.model.state.FieldStateVariableAccessor
 
getReturnType() - Method in class org.fourthline.cling.model.state.GetterStateVariableAccessor
 
getReturnType() - Method in class org.fourthline.cling.model.state.StateVariableAccessor
 
getRoot() - Method in class org.fourthline.cling.model.meta.Device
 
getRoot() - Method in class org.fourthline.cling.model.meta.LocalDevice
 
getRoot() - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
getRootDeviceUDN() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchResponse
 
getRouter() - Method in class org.fourthline.cling.ManagedUpnpService
 
getRouter() - Method in class org.fourthline.cling.mock.MockUpnpService
 
getRouter() - Method in interface org.fourthline.cling.UpnpService
 
getRouter() - Method in class org.fourthline.cling.UpnpServiceImpl
 
getSearchTarget() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchRequest
 
getSearchTarget() - Method in class org.fourthline.cling.model.message.discovery.OutgoingSearchRequest
 
getSearchTarget() - Method in class org.fourthline.cling.protocol.async.SendingSearch
 
getSearchType() - Method in class org.fourthline.cling.controlpoint.event.Search
 
getSecondsUntilExpiration() - Method in class org.fourthline.cling.model.ExpirationDetails
 
getSecProductCaps() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getSentStreamRequestMessages() - Method in class org.fourthline.cling.mock.MockRouter
 
getSequence() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
getSerialNumber() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getService() - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
getService() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
getService() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
getService() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
getService() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getService() - Method in class org.fourthline.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
getService() - Method in class org.fourthline.cling.model.meta.Action
 
getService() - Method in class org.fourthline.cling.model.meta.StateVariable
 
getService() - Method in interface org.fourthline.cling.model.ServiceManager
 
getService(ServiceReference) - Method in interface org.fourthline.cling.registry.Registry
 
getService(ServiceReference) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getServiceDescriptorBinderUDA10() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getServiceDescriptorBinderUDA10() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getServiceDescriptorBinderUDA10() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getServiceId() - Method in class org.fourthline.cling.model.meta.Service
 
getServiceId() - Method in class org.fourthline.cling.model.ServiceReference
 
getServicePath(Service) - Method in class org.fourthline.cling.model.Namespace
 
getServices() - Method in class org.fourthline.cling.model.meta.Device
 
getServices() - Method in class org.fourthline.cling.model.meta.LocalDevice
 
getServices() - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
getServiceType() - Method in class org.fourthline.cling.model.meta.Service
 
getServiceType() - Method in class org.fourthline.cling.model.types.NamedServiceType
 
getServiceType() - Method in class org.fourthline.cling.model.types.SoapActionType
 
getServletContainerAdapter() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
getSoapActionProcessor() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getSoapActionProcessor() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getSoapActionProcessor() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getSourceAddress() - Method in class org.fourthline.cling.model.message.IncomingDatagramMessage
 
getSourcePort() - Method in class org.fourthline.cling.model.message.IncomingDatagramMessage
 
getStateVariable(String) - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
getStateVariable(String) - Method in class org.fourthline.cling.model.meta.Service
 
getStateVariable() - Method in class org.fourthline.cling.model.state.StateVariableValue
 
getStateVariables() - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
getStateVariables() - Method in class org.fourthline.cling.model.meta.Service
 
getStateVariableValues() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
getStateVariableValues() - Method in class org.fourthline.cling.model.message.gena.OutgoingEventRequestMessage
 
getStatusCode() - Method in class org.fourthline.cling.model.message.UpnpResponse
 
getStatusCode() - Method in enum org.fourthline.cling.model.message.UpnpResponse.Status
 
getStatusMessage() - Method in class org.fourthline.cling.model.message.UpnpResponse
 
getStatusMsg() - Method in enum org.fourthline.cling.model.message.UpnpResponse.Status
 
getStep() - Method in interface org.fourthline.cling.binding.AllowedValueRangeProvider
 
getStep() - Method in class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
getStreamListenPort() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
getStreamListenPort() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
getStreamResponseMessage(StreamRequestMessage) - Method in class org.fourthline.cling.mock.MockRouter
 
getStreamResponseMessages() - Method in class org.fourthline.cling.mock.MockRouter
 
getStreamServerExecutorService() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getStreamServerExecutorService() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getStreamServerExecutorService() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getString() - Method in class org.fourthline.cling.model.message.header.AVClientInfoHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.CallbackHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.ContentRangeHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.ContentTypeHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.DeviceTypeHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.DeviceUSNHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.EventSequenceHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.EXTHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.HostHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.InterfaceMacHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.LocationHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.MANHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.MaxAgeHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.MXHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.NTEventHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.NTSHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.PragmaHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.RangeHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.RootDeviceHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.ServerHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.ServiceTypeHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.ServiceUSNHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.SoapActionHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.STAllHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.SubscriptionIdHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.TimeoutHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.UDNHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.UpnpHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.UserAgentHeader
 
getString() - Method in class org.fourthline.cling.model.message.header.USNRootDeviceHeader
 
getString(V) - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
getString(byte[]) - Method in class org.fourthline.cling.model.types.Base64Datatype
 
getString(byte[]) - Method in class org.fourthline.cling.model.types.BinHexDatatype
 
getString(Boolean) - Method in class org.fourthline.cling.model.types.BooleanDatatype
 
getString() - Method in class org.fourthline.cling.model.types.BytesRange
 
getString(boolean) - Method in class org.fourthline.cling.model.types.BytesRange
 
getString(boolean, String) - Method in class org.fourthline.cling.model.types.BytesRange
 
getString(V) - Method in interface org.fourthline.cling.model.types.Datatype
Transforms a value supported by this datatype into a string representation.
getString(Calendar) - Method in class org.fourthline.cling.model.types.DateTimeDatatype
 
getString() - Method in class org.fourthline.cling.model.types.PragmaType
 
getStringConvertibleTypes() - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
getStringConvertibleTypes() - Method in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
getStringConvertibleTypes() - Method in class org.fourthline.cling.model.meta.LocalService
 
getSubscription() - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
getSubscriptionDurationSeconds() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeResponseMessage
 
getSubscriptionId() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
getSubscriptionId() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getSubscriptionId() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeResponseMessage
 
getSubscriptionId() - Method in class org.fourthline.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
getSubscrptionId() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
getSyncProtocolExecutorService() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
getSyncProtocolExecutorService() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
getSyncProtocolExecutorService() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
 
getTcpConnectionBacklog() - Method in class org.fourthline.cling.transport.impl.StreamServerConfigurationImpl
 
GetterStateVariableAccessor - Class in org.fourthline.cling.model.state
Reads the value of a state variable using reflection and a getter method.
GetterStateVariableAccessor(Method) - Constructor for class org.fourthline.cling.model.state.GetterStateVariableAccessor
 
getTextContent(Node) - Static method in class org.fourthline.cling.model.XMLUtil
 
getTimeoutSeconds() - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
getTimeoutSeconds() - Method in interface org.fourthline.cling.transport.spi.StreamClientConfiguration
 
getTimeToLive() - Method in class org.fourthline.cling.transport.impl.DatagramIOConfigurationImpl
 
getTimeToLive() - Method in interface org.fourthline.cling.transport.spi.DatagramIOConfiguration
 
getTimeZone() - Method in class org.fourthline.cling.model.types.DateTimeDatatype
 
getToken() - Method in class org.fourthline.cling.model.types.PragmaType
 
getType() - Method in class org.fourthline.cling.model.message.discovery.OutgoingNotificationRequest
 
getType() - Method in class org.fourthline.cling.model.meta.Device
 
getType() - Method in class org.fourthline.cling.model.types.DeviceType
 
getType() - Method in class org.fourthline.cling.model.types.ServiceType
 
getType() - Method in class org.fourthline.cling.model.types.SoapActionType
 
getTypeDetails() - Method in class org.fourthline.cling.model.meta.StateVariable
 
getTypeString() - Method in class org.fourthline.cling.model.types.SoapActionType
 
getUdaMajorVersion() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getUdaMinorVersion() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
getUDN() - Method in class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
getUdn() - Method in class org.fourthline.cling.model.meta.DeviceIdentity
 
getUdn() - Method in class org.fourthline.cling.model.ServiceReference
 
getUdn() - Method in class org.fourthline.cling.model.types.NamedDeviceType
 
getUdn() - Method in class org.fourthline.cling.model.types.NamedServiceType
 
getUnprefixedNodeName(Node) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
getUnprefixedNodeName(Node) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
getUpc() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
getUpnpService() - Method in class org.fourthline.cling.mock.MockProtocolFactory
 
getUpnpService() - Method in interface org.fourthline.cling.protocol.ProtocolFactory
 
getUpnpService() - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
getUpnpService() - Method in class org.fourthline.cling.protocol.ReceivingAsync
 
getUpnpService() - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
getUpnpService() - Method in class org.fourthline.cling.protocol.SendingAsync
 
getUpnpService() - Method in interface org.fourthline.cling.registry.Registry
 
getUpnpService() - Method in class org.fourthline.cling.registry.RegistryImpl
 
getUri() - Method in class org.fourthline.cling.model.message.StreamRequestMessage
 
getURI() - Method in class org.fourthline.cling.model.message.UpnpRequest
 
getUri() - Method in class org.fourthline.cling.model.meta.Icon
 
getURL() - Method in class org.fourthline.cling.model.Location
 
getUserAgentValue(int, int) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
getUserAgentValue(int, int) - Method in interface org.fourthline.cling.transport.spi.StreamClientConfiguration
Used for outgoing HTTP requests if no other value was already set on messages.
getValue() - Method in class org.fourthline.cling.model.message.header.UpnpHeader
 
getValue() - Method in class org.fourthline.cling.model.types.PragmaType
 
getValue() - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
getValue() - Method in class org.fourthline.cling.model.VariableValue
 
getValuePattern() - Method in class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider.Key
 
getValues() - Method in interface org.fourthline.cling.binding.AllowedValueProvider
 
getValueType() - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
getValueType() - Method in class org.fourthline.cling.model.types.Base64Datatype
 
getValueType() - Method in class org.fourthline.cling.model.types.BinHexDatatype
 
getVersion() - Method in class org.fourthline.cling.model.meta.Device
 
getVersion() - Method in class org.fourthline.cling.model.types.DeviceType
 
getVersion() - Method in class org.fourthline.cling.model.types.DLNADoc
 
getVersion() - Method in class org.fourthline.cling.model.types.ServiceType
 
getVersion() - Method in class org.fourthline.cling.model.types.SoapActionType
 
getWaitRemoteSubscription(String) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
getWaitRemoteSubscription(String) - Method in class org.fourthline.cling.registry.RegistryImpl
 
getWakeOnLANBytes() - Method in class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
getWidth() - Method in class org.fourthline.cling.model.meta.Icon
 
group - Variable in class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingThreadFactory
 

H

handle(HttpExchange) - Method in class org.fourthline.cling.transport.impl.StreamServerImpl.RequestHttpHandler
 
handleInvalidDescriptor(String, DescriptorBindingException) - Method in class org.fourthline.cling.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
Handle processing errors while reading XML descriptors.
handleInvalidDevice(String, D, ValidationException) - Method in class org.fourthline.cling.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
Handle processing errors while binding XML descriptors.
handleInvalidMessage(ActionInvocation, UnsupportedDataException, UnsupportedDataException) - Method in class org.fourthline.cling.transport.impl.RecoveringSOAPActionProcessorImpl
Handle processing errors while reading of XML messages.
handleResponse(IncomingActionResponseMessage) - Method in class org.fourthline.cling.protocol.sync.SendingAction
 
handleResponseFailure(IncomingActionResponseMessage) - Method in class org.fourthline.cling.protocol.sync.SendingAction
 
handleRouterExceptionOnNetworkTypeChange(RouterException) - Method in class org.fourthline.cling.android.AndroidRouter
Handles errors when network has been switched, during reception of network switch broadcast.
handleStartFailure(InitializationException) - Method in class org.fourthline.cling.mock.MockRouter
 
handleStartFailure(InitializationException) - Method in interface org.fourthline.cling.transport.Router
Called by the Router.enable() method before it returns.
handleStartFailure(InitializationException) - Method in class org.fourthline.cling.transport.RouterImpl
 
hardwareAddress - Variable in class org.fourthline.cling.model.NetworkAddress
 
hasActions() - Method in class org.fourthline.cling.model.meta.Service
 
hasArguments() - Method in class org.fourthline.cling.model.meta.Action
 
hasBody() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
hasCallbackHeader() - Method in class org.fourthline.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
hasCallbackURLs() - Method in class org.fourthline.cling.model.message.gena.OutgoingSubscribeRequestMessage
 
hasEmbeddedDevices() - Method in class org.fourthline.cling.model.meta.Device
 
hasExpired() - Method in class org.fourthline.cling.model.ExpirationDetails
 
hasExpired(boolean) - Method in class org.fourthline.cling.model.ExpirationDetails
 
hashCode() - Method in class org.fourthline.cling.model.Location
 
hashCode() - Method in class org.fourthline.cling.model.meta.Device
 
hashCode() - Method in class org.fourthline.cling.model.meta.DeviceIdentity
 
hashCode() - Method in class org.fourthline.cling.model.NetworkAddress
 
hashCode() - Method in class org.fourthline.cling.model.resource.Resource
 
hashCode() - Method in class org.fourthline.cling.model.ServerClientTokens
 
hashCode() - Method in class org.fourthline.cling.model.ServiceReference
 
hashCode() - Method in class org.fourthline.cling.model.types.DeviceType
 
hashCode() - Method in class org.fourthline.cling.model.types.DLNACaps
 
hashCode() - Method in class org.fourthline.cling.model.types.DLNADoc
 
hashCode() - Method in class org.fourthline.cling.model.types.HostPort
 
hashCode() - Method in class org.fourthline.cling.model.types.NamedDeviceType
 
hashCode() - Method in class org.fourthline.cling.model.types.NamedServiceType
 
hashCode() - Method in class org.fourthline.cling.model.types.ServiceId
 
hashCode() - Method in class org.fourthline.cling.model.types.ServiceType
 
hashCode() - Method in class org.fourthline.cling.model.types.SoapActionType
 
hashCode() - Method in class org.fourthline.cling.model.types.UDN
 
hashCode() - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
hasHostHeader() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
hasIcons() - Method in class org.fourthline.cling.model.meta.Device
 
hasInputArguments() - Method in class org.fourthline.cling.model.meta.Action
 
hasNotificationHeader() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeRequestMessage
 
hasNotificationHeader() - Method in class org.fourthline.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
hasNotificationHeaders() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
hasOutputArguments() - Method in class org.fourthline.cling.model.meta.Action
 
hasServices() - Method in class org.fourthline.cling.model.meta.Device
 
hasStateVariables() - Method in class org.fourthline.cling.model.meta.Service
 
hasUsableNetwork() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
hasUsableNetwork() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
hasValidNotificationHeaders() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
HeaderDeviceDetailsProvider - Class in org.fourthline.cling.model.profile
Selects device details based on a regex and the client's HTTP headers.
HeaderDeviceDetailsProvider(DeviceDetails) - Constructor for class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider
 
HeaderDeviceDetailsProvider(DeviceDetails, Map<HeaderDeviceDetailsProvider.Key, DeviceDetails>) - Constructor for class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider
 
HeaderDeviceDetailsProvider.Key - Class in org.fourthline.cling.model.profile
 
height - Variable in class org.fourthline.cling.binding.staging.MutableIcon
 
hostAddress - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
HostHeader - Class in org.fourthline.cling.model.message.header
 
HostHeader() - Constructor for class org.fourthline.cling.model.message.header.HostHeader
 
HostHeader(int) - Constructor for class org.fourthline.cling.model.message.header.HostHeader
 
HostHeader(String, int) - Constructor for class org.fourthline.cling.model.message.header.HostHeader
 
HostPort - Class in org.fourthline.cling.model.types
Encapsulates a host string and a port.
HostPort() - Constructor for class org.fourthline.cling.model.types.HostPort
 
HostPort(String, int) - Constructor for class org.fourthline.cling.model.types.HostPort
 
HttpContentExchange(StreamClientConfigurationImpl, HttpClient, StreamRequestMessage) - Constructor for class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
HttpExchangeUpnpStream - Class in org.fourthline.cling.transport.impl
Default implementation based on the JDK 6.0 built-in HTTP Server.
HttpExchangeUpnpStream(ProtocolFactory, HttpExchange) - Constructor for class org.fourthline.cling.transport.impl.HttpExchangeUpnpStream
 
HttpServerConnection(HttpExchange) - Constructor for class org.fourthline.cling.transport.impl.StreamServerImpl.HttpServerConnection
 
hydrateAction(MutableAction, Node) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateActionArgument(MutableActionArgument, Node) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateActionList(MutableService, Node) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateBasic(MutableService, Service) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateDevice(MutableDevice, Node) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateDeviceList(MutableDevice, Node) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateIconList(MutableDevice, Node) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateRoot(MutableDevice, Element) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateRoot(MutableService, Element) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateServiceList(MutableDevice, Node) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateServiceStateTableList(MutableService, Node) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateSpecVersion(MutableDevice, Node) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateStateVariable(MutableStateVariable, Element) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 

I

Icon - Class in org.fourthline.cling.model.meta
The metadata of a device icon, might include the actual image data of a local icon.
Icon(String, int, int, int, URI) - Constructor for class org.fourthline.cling.model.meta.Icon
Used internally by Cling when RemoteDevice is discovered, you shouldn't have to call this.
Icon(String, int, int, int, URL) - Constructor for class org.fourthline.cling.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(String, int, int, int, File) - Constructor for class org.fourthline.cling.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, InputStream) - Constructor for class org.fourthline.cling.model.meta.Icon
Use this constructor if your local icon data is an InputStream.
Icon(String, int, int, int, String, byte[]) - Constructor for class org.fourthline.cling.model.meta.Icon
Use this constructor if your local icon data is in a byte[].
Icon(String, int, int, int, String, String) - Constructor for class org.fourthline.cling.model.meta.Icon
Use this constructor if your local icon is binary data encoded with BinHex.
Icon(MimeType, int, int, int, URI, byte[]) - Constructor for class org.fourthline.cling.model.meta.Icon
 
IconHandler(MutableIcon, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
IconListHandler(List<MutableIcon>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
IconResource - Class in org.fourthline.cling.model.resource
 
IconResource(URI, Icon) - Constructor for class org.fourthline.cling.model.resource.IconResource
 
icons - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
implementsVersion(DeviceType) - Method in class org.fourthline.cling.model.types.DeviceType
 
implementsVersion(ServiceType) - Method in class org.fourthline.cling.model.types.ServiceType
 
IncomingActionRequestMessage - Class in org.fourthline.cling.model.message.control
 
IncomingActionRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.fourthline.cling.model.message.control.IncomingActionRequestMessage
 
IncomingActionResponseMessage - Class in org.fourthline.cling.model.message.control
 
IncomingActionResponseMessage(StreamResponseMessage) - Constructor for class org.fourthline.cling.model.message.control.IncomingActionResponseMessage
 
IncomingActionResponseMessage(UpnpResponse) - Constructor for class org.fourthline.cling.model.message.control.IncomingActionResponseMessage
 
IncomingDatagramMessage<O extends UpnpOperation> - Class in org.fourthline.cling.model.message
A received UDP datagram request or response message, with source address and port.
IncomingDatagramMessage(O, InetAddress, int, InetAddress) - Constructor for class org.fourthline.cling.model.message.IncomingDatagramMessage
 
IncomingDatagramMessage(IncomingDatagramMessage<O>) - Constructor for class org.fourthline.cling.model.message.IncomingDatagramMessage
 
incomingDatagramMessages - Variable in class org.fourthline.cling.mock.MockRouter
 
IncomingEventRequestMessage - Class in org.fourthline.cling.model.message.gena
 
IncomingEventRequestMessage(StreamRequestMessage, RemoteService) - Constructor for class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
IncomingNotificationRequest - Class in org.fourthline.cling.model.message.discovery
 
IncomingNotificationRequest(IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
IncomingSearchRequest - Class in org.fourthline.cling.model.message.discovery
 
IncomingSearchRequest(IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.fourthline.cling.model.message.discovery.IncomingSearchRequest
 
IncomingSearchResponse - Class in org.fourthline.cling.model.message.discovery
 
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.fourthline.cling.model.message.discovery.IncomingSearchResponse
 
IncomingSubscribeRequestMessage - Class in org.fourthline.cling.model.message.gena
 
IncomingSubscribeRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.fourthline.cling.model.message.gena.IncomingSubscribeRequestMessage
 
IncomingSubscribeResponseMessage - Class in org.fourthline.cling.model.message.gena
 
IncomingSubscribeResponseMessage(StreamResponseMessage) - Constructor for class org.fourthline.cling.model.message.gena.IncomingSubscribeResponseMessage
 
IncomingUnsubscribeRequestMessage - Class in org.fourthline.cling.model.message.gena
 
IncomingUnsubscribeRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.fourthline.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
increment(boolean) - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
incrementSequence() - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
 
INFINITE_VALUE - Static variable in class org.fourthline.cling.model.message.header.TimeoutHeader
 
init() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
init() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
init(InetAddress, Router) - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
init(InetAddress, Router, DatagramProcessor) - Method in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
init(NetworkInterface, Router, NetworkAddressFactory, DatagramProcessor) - Method in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
init(InetAddress, Router) - Method in class org.fourthline.cling.transport.impl.StreamServerImpl
 
init(InetAddress, Router, DatagramProcessor) - Method in interface org.fourthline.cling.transport.spi.DatagramIO
Configures the service and starts any listening sockets.
init(NetworkInterface, Router, NetworkAddressFactory, DatagramProcessor) - Method in interface org.fourthline.cling.transport.spi.MulticastReceiver
Configures the service and starts any listening sockets.
init(InetAddress, Router) - Method in interface org.fourthline.cling.transport.spi.StreamServer
Configures the service and starts any listening sockets.
InitializationException - Exception in org.fourthline.cling.transport.spi
Thrown by the transport layer implementation when service setup fails.
InitializationException(String) - Constructor for exception org.fourthline.cling.transport.spi.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception org.fourthline.cling.transport.spi.InitializationException
 
input - Variable in class org.fourthline.cling.model.action.ActionInvocation
 
INPUT_ARG_VAR_NAME - Static variable in class org.fourthline.cling.model.meta.QueryStateVariableAction
 
INSTANCE - Static variable in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
IntegerDatatype - Class in org.fourthline.cling.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) - Constructor for class org.fourthline.cling.model.types.IntegerDatatype
 
InterfaceMacHeader - Class in org.fourthline.cling.model.message.header
Custom header for Cling, used to transfer the MAC ethernet address for Wake-on-LAN.
InterfaceMacHeader() - Constructor for class org.fourthline.cling.model.message.header.InterfaceMacHeader
 
InterfaceMacHeader(byte[]) - Constructor for class org.fourthline.cling.model.message.header.InterfaceMacHeader
 
InterfaceMacHeader(String) - Constructor for class org.fourthline.cling.model.message.header.InterfaceMacHeader
 
InvalidHeaderException - Exception in org.fourthline.cling.model.message.header
Thrown if the value of a header was invalid for the given header.
InvalidHeaderException(String) - Constructor for exception org.fourthline.cling.model.message.header.InvalidHeaderException
 
invalidMessage(RemoteGENASubscription, UnsupportedDataException) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
Called when a received event message could not be parsed successfully.
invalidMessage(UnsupportedDataException) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
InvalidValueException - Exception in org.fourthline.cling.model.types
Thrown by datatypes and variable value conversion procedures.
InvalidValueException(String) - Constructor for exception org.fourthline.cling.model.types.InvalidValueException
 
InvalidValueException(String, Throwable) - Constructor for exception org.fourthline.cling.model.types.InvalidValueException
 
invokeRemote(OutgoingActionRequestMessage) - Method in class org.fourthline.cling.protocol.sync.SendingAction
 
IPV4_UPNP_MULTICAST_GROUP - Static variable in interface org.fourthline.cling.model.Constants
 
IPV6_UPNP_ADMINISTRATIVE_ADDRESS - Static variable in interface org.fourthline.cling.model.Constants
 
IPV6_UPNP_GLOBAL_ADDRESS - Static variable in interface org.fourthline.cling.model.Constants
 
IPV6_UPNP_LINK_LOCAL_ADDRESS - Static variable in interface org.fourthline.cling.model.Constants
 
IPV6_UPNP_SITE_LOCAL_ADDRESS - Static variable in interface org.fourthline.cling.model.Constants
 
IPV6_UPNP_SUBNET_ADDRESS - Static variable in interface org.fourthline.cling.model.Constants
 
isActionExcluded(Action) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
Override this method to exclude action/methods after they have been discovered.
isAdvertised() - Method in class org.fourthline.cling.model.DiscoveryOptions
 
isAdvertisementDisabled(LocalDevice) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
isAliveMessage() - Method in class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
isBodyNonEmptyString() - Method in interface org.fourthline.cling.model.message.control.ActionMessage
 
isBodyNonEmptyString() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
isByeBye(IncomingDatagramMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
isByeByeBeforeFirstAlive() - Method in class org.fourthline.cling.model.DiscoveryOptions
 
isByeByeMessage() - Method in class org.fourthline.cling.model.message.discovery.IncomingNotificationRequest
 
isConnectionOpen(HttpServletRequest) - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
Override this method if you can check, at a low level, if the client connection is still open for the given request.
isConnectionOpen(HttpServletRequest) - Static method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
Casts the request to a Jetty API and tries to write a space character to the output stream of the socket.
isConnectionOpen(HttpServletRequest, byte[]) - Static method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
isConnectionOpen(HttpExchange) - Method in class org.fourthline.cling.transport.impl.StreamServerImpl
Logs a warning and returns true, we can't access the socket using the awful JDK webserver API.
isContentTypeMissingOrText() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
isContentTypeText() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
isContentTypeTextUDA() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
isControlPath(URI) - Method in class org.fourthline.cling.model.Namespace
 
isEnabled() - Method in class org.fourthline.cling.mock.MockRouter
 
isEnabled() - Method in interface org.fourthline.cling.transport.Router
 
isEnabled() - Method in class org.fourthline.cling.transport.RouterImpl
 
isEthernet() - Method in class org.fourthline.cling.android.AndroidRouter
 
isEthernet(NetworkInfo) - Static method in class org.fourthline.cling.android.NetworkUtils
 
isEventCallbackPath(URI) - Method in class org.fourthline.cling.model.Namespace
 
isEventSubscriptionPath(URI) - Method in class org.fourthline.cling.model.Namespace
 
isFailed() - Method in class org.fourthline.cling.model.message.UpnpResponse
 
isFailedNonRecoverable() - Method in class org.fourthline.cling.model.message.control.IncomingActionResponseMessage
 
isFailedRecoverable() - Method in class org.fourthline.cling.model.message.control.IncomingActionResponseMessage
 
isFullyHydrated() - Method in class org.fourthline.cling.model.meta.Device
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.BooleanDatatype
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.CharacterDatatype
 
isHandlingJavaType(Class) - Method in interface org.fourthline.cling.model.types.Datatype
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.DoubleDatatype
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.FloatDatatype
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.IntegerDatatype
 
isHandlingJavaType(Class) - Method in class org.fourthline.cling.model.types.ShortDatatype
 
isInRange(long) - Method in class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
isInRange(long) - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
isInSubnet(byte[], byte[], short) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
isLastElement(String, String, String) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
isLastElement(String, String, String) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
isMaintainsRegistry() - Method in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
isMANSSDPDiscover() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchRequest
 
isMobile() - Method in class org.fourthline.cling.android.AndroidRouter
 
isMobile(NetworkInfo) - Static method in class org.fourthline.cling.android.NetworkUtils
 
isModeratedNumericType() - Method in class org.fourthline.cling.model.meta.StateVariable
 
isMultiThreaded() - Method in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
isNameOrAlias(String) - Method in class org.fourthline.cling.model.meta.ActionArgument
 
isNetworkType(NetworkInfo, int) - Static method in class org.fourthline.cling.android.NetworkUtils
 
isNumeric(Datatype.Builtin) - Static method in enum org.fourthline.cling.model.types.Datatype.Builtin
 
isOpen() - Method in interface org.fourthline.cling.model.message.Connection
 
isOpen() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
 
isOpen() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl.HttpServerConnection
 
isPaused() - Method in interface org.fourthline.cling.registry.Registry
 
isPaused() - Method in class org.fourthline.cling.registry.RegistryImpl
 
isPS3Request() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
isReceivedSubscriptionTimeoutIgnored() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
isReceivedSubscriptionTimeoutIgnored() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
isReceivedSubscriptionTimeoutIgnored() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Ignore the received event subscription timeout from remote control points.
isRequestCancelled() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
Check if the remote client's connection is still open.
isReturnValue() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
isRoot() - Method in class org.fourthline.cling.model.meta.Device
 
isSearchResponseMessage() - Method in class org.fourthline.cling.model.message.discovery.IncomingSearchResponse
 
isSendEvents() - Method in class org.fourthline.cling.model.meta.StateVariableEventDetails
 
isSSDPAwareNetwork(NetworkInfo) - Static method in class org.fourthline.cling.android.NetworkUtils
 
isStringConvertibleType(Object) - Method in class org.fourthline.cling.model.meta.LocalService
 
isStringConvertibleType(Class) - Method in class org.fourthline.cling.model.meta.LocalService
 
isStringConvertibleType(Set<Class>, Class) - Static method in class org.fourthline.cling.model.ModelUtil
 
isSupportedServiceAdvertisement(IncomingDatagramMessage) - Method in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
isSupportsQueryStateVariables() - Method in class org.fourthline.cling.model.meta.LocalService
 
isText() - Method in class org.fourthline.cling.model.message.header.ContentTypeHeader
 
isUDA11Compliant() - Method in class org.fourthline.cling.model.types.UDN
 
isUDACompliantXML() - Method in class org.fourthline.cling.model.message.header.ContentTypeHeader
 
isUsableAddress(NetworkInterface, InetAddress) - Method in class org.fourthline.cling.android.AndroidNetworkAddressFactory
 
isUsableAddress(NetworkInterface, InetAddress) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
Validation of every discovered local address.
isUsableNetworkInterface(NetworkInterface) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
Validation of every discovered network interface.
isUseOutputArgumentAccessors(ActionInvocation<LocalService>) - Method in class org.fourthline.cling.model.action.MethodActionExecutor
 
isUsePersistentConnections() - Method in class org.fourthline.cling.transport.impl.StreamClientConfigurationImpl
Defaults to false, avoiding obscure bugs in the JDK.
isValid(V) - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
isValid(V) - Method in interface org.fourthline.cling.model.types.Datatype
 
isValid(Integer) - Method in class org.fourthline.cling.model.types.IntegerDatatype
 
isValidHeaders() - Method in class org.fourthline.cling.model.message.gena.IncomingSubscribeResponseMessage
 
isValidHeaderType(Class<? extends UpnpHeader>) - Method in enum org.fourthline.cling.model.message.header.UpnpHeader.Type
 
isValidUDAName(String) - Static method in class org.fourthline.cling.model.ModelUtil
 
isValuePatternMatch(String) - Method in class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider.Key
 
isWifi() - Method in class org.fourthline.cling.android.AndroidRouter
 
isWifi(NetworkInfo) - Static method in class org.fourthline.cling.android.NetworkUtils
 
isWMPRequest() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
isXbox360Request() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 

J

JettyServletContainer - Class in org.fourthline.cling.transport.impl.jetty
A singleton wrapper of a org.eclipse.jetty.server.Server.

K

Key(String, String) - Constructor for class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider.Key
 

L

listenPort - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
localAddress - Variable in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
LocalDevice - Class in org.fourthline.cling.model.meta
The metadata of a device created on this host, by application code.
LocalDevice(DeviceIdentity) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, LocalService) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, LocalService, LocalDevice) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService, LocalDevice) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService[], LocalDevice[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService, LocalDevice) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, Icon, LocalService[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService[], LocalDevice[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService, LocalDevice) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, Icon[], LocalService, LocalDevice) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService[], LocalDevice[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], LocalService[], LocalDevice[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetailsProvider, Icon[], LocalService[], LocalDevice[]) - Constructor for class org.fourthline.cling.model.meta.LocalDevice
 
localDeviceAdded(Registry, LocalDevice) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
localDeviceAdded(Registry, LocalDevice) - Method in interface org.fourthline.cling.registry.RegistryListener
Called after you add your own device to the Registry.
LocalDeviceDiscovery - Class in org.fourthline.cling.registry.event
 
LocalDeviceDiscovery(LocalDevice) - Constructor for class org.fourthline.cling.registry.event.LocalDeviceDiscovery
 
localDeviceRemoved(Registry, LocalDevice) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
localDeviceRemoved(Registry, LocalDevice) - Method in interface org.fourthline.cling.registry.RegistryListener
Called after you remove your own device from the Registry.
LocalGENASubscription - Class in org.fourthline.cling.model.gena
An incoming subscription to a local service.
LocalGENASubscription(LocalService, List<URL>) - Constructor for class org.fourthline.cling.model.gena.LocalGENASubscription
 
LocalGENASubscription(LocalService, Integer, List<URL>) - Constructor for class org.fourthline.cling.model.gena.LocalGENASubscription
 
localItems - Variable in class org.fourthline.cling.registry.RegistryImpl
 
localPort - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
LocalService<T> - Class in org.fourthline.cling.model.meta
The metadata of a service created on this host, by application code.
LocalService(ServiceType, ServiceId, Action[], StateVariable[]) - Constructor for class org.fourthline.cling.model.meta.LocalService
 
LocalService(ServiceType, ServiceId, Map<Action, ActionExecutor>, Map<StateVariable, StateVariableAccessor>, Set<Class>, boolean) - Constructor for class org.fourthline.cling.model.meta.LocalService
 
LocalServiceBinder - Interface in org.fourthline.cling.binding
Reads LocalService metadata given a Java class.
LocalServiceBindingException - Exception in org.fourthline.cling.binding
Thrown when reading/writing LocalService metadata failed.
LocalServiceBindingException(String) - Constructor for exception org.fourthline.cling.binding.LocalServiceBindingException
 
LocalServiceBindingException(String, Throwable) - Constructor for exception org.fourthline.cling.binding.LocalServiceBindingException
 
Location - Class in org.fourthline.cling.model
The IP address/port, MAC address, and URI path of a (network) location.
Location(NetworkAddress, String) - Constructor for class org.fourthline.cling.model.Location
 
LocationHeader - Class in org.fourthline.cling.model.message.header
TODO: UDA 1.1 says it should be RfC 3986 compatible.
LocationHeader() - Constructor for class org.fourthline.cling.model.message.header.LocationHeader
 
LocationHeader(URL) - Constructor for class org.fourthline.cling.model.message.header.LocationHeader
 
LocationHeader(String) - Constructor for class org.fourthline.cling.model.message.header.LocationHeader
 
lock - Variable in class org.fourthline.cling.model.DefaultServiceManager
 
lock() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
lock(Lock, int) - Method in class org.fourthline.cling.transport.RouterImpl
 
lock(Lock) - Method in class org.fourthline.cling.transport.RouterImpl
 
log - Static variable in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
log() - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
log - Static variable in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
logExecutionException(Throwable) - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
logExecutionException(Throwable) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClient
 
logInterfaceInformation() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
logInterfaceInformation(NetworkInterface) - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
logInterfaceInformation() - Method in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
For debugging, logs all "usable" network interface(s) details with INFO level.
logInvalidXML(String) - Method in class org.fourthline.cling.model.VariableValue
 
logWarningSeconds - Variable in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 

M

MAGIC_CONTROL_NS - Static variable in class org.fourthline.cling.model.types.SoapActionType
 
MAGIC_CONTROL_TYPE - Static variable in class org.fourthline.cling.model.types.SoapActionType
 
Main - Class in org.fourthline.cling
Runs a simple UPnP discovery procedure.
Main() - Constructor for class org.fourthline.cling.Main
 
main(String[]) - Static method in class org.fourthline.cling.Main
 
maintain(List<Runnable>, ExpirationDetails) - Method in class org.fourthline.cling.model.resource.Resource
Called periodically by the registry to maintain the resource.
maintainsRegistry - Variable in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
major - Variable in class org.fourthline.cling.binding.staging.MutableUDAVersion
 
ManagedUpnpService - Class in org.fourthline.cling
Adapter for CDI environments.
ManagedUpnpService() - Constructor for class org.fourthline.cling.ManagedUpnpService
 
ManagedUpnpServiceConfiguration - Class in org.fourthline.cling
Adapter for CDI environments.
ManagedUpnpServiceConfiguration() - Constructor for class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
manager - Variable in class org.fourthline.cling.model.meta.LocalService
 
MANHeader - Class in org.fourthline.cling.model.message.header
 
MANHeader() - Constructor for class org.fourthline.cling.model.message.header.MANHeader
 
MANHeader(String) - Constructor for class org.fourthline.cling.model.message.header.MANHeader
 
MANHeader(String, String) - Constructor for class org.fourthline.cling.model.message.header.MANHeader
 
manufacturer - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
ManufacturerDetails - Class in org.fourthline.cling.model.meta
Encpasulates optional metadata about a device's manufacturer.
ManufacturerDetails(String) - Constructor for class org.fourthline.cling.model.meta.ManufacturerDetails
 
ManufacturerDetails(URI) - Constructor for class org.fourthline.cling.model.meta.ManufacturerDetails
 
ManufacturerDetails(String, URI) - Constructor for class org.fourthline.cling.model.meta.ManufacturerDetails
 
ManufacturerDetails(String, String) - Constructor for class org.fourthline.cling.model.meta.ManufacturerDetails
 
manufacturerURI - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
matches(URI) - Method in class org.fourthline.cling.model.resource.Resource
 
MAX_AGE_REGEX - Static variable in class org.fourthline.cling.model.message.header.MaxAgeHeader
 
MaxAgeHeader - Class in org.fourthline.cling.model.message.header
 
MaxAgeHeader(Integer) - Constructor for class org.fourthline.cling.model.message.header.MaxAgeHeader
 
MaxAgeHeader() - Constructor for class org.fourthline.cling.model.message.header.MaxAgeHeader
 
maximum - Variable in class org.fourthline.cling.binding.staging.MutableAllowedValueRange
 
method - Variable in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
method - Variable in class org.fourthline.cling.model.action.MethodActionExecutor
 
MethodActionExecutor - Class in org.fourthline.cling.model.action
Invokes methods on a service implementation instance with reflection.
MethodActionExecutor(Method) - Constructor for class org.fourthline.cling.model.action.MethodActionExecutor
 
MethodActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>, Method) - Constructor for class org.fourthline.cling.model.action.MethodActionExecutor
 
mimeType - Variable in class org.fourthline.cling.binding.staging.MutableIcon
 
MIN_ADVERTISEMENT_AGE_SECONDS - Static variable in interface org.fourthline.cling.model.Constants
 
minimum - Variable in class org.fourthline.cling.binding.staging.MutableAllowedValueRange
 
minor - Variable in class org.fourthline.cling.binding.staging.MutableUDAVersion
 
MockProtocolFactory - Class in org.fourthline.cling.mock
 
MockProtocolFactory() - Constructor for class org.fourthline.cling.mock.MockProtocolFactory
 
MockProtocolFactory(UpnpService, boolean) - Constructor for class org.fourthline.cling.mock.MockUpnpService.MockProtocolFactory
 
MockRouter - Class in org.fourthline.cling.mock
This is not a real network transport layer, it collects all messages instead and makes them available for testing with MockRouter.getOutgoingDatagramMessages(), MockRouter.getSentStreamRequestMessages(), etc.
MockRouter(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.fourthline.cling.mock.MockRouter
 
MockUpnpService - Class in org.fourthline.cling.mock
Simplifies testing of core and non-core modules.
MockUpnpService() - Constructor for class org.fourthline.cling.mock.MockUpnpService
Single-thread of execution for the whole UPnP stack, no ALIVE messages or registry maintenance.
MockUpnpService(MockUpnpServiceConfiguration) - Constructor for class org.fourthline.cling.mock.MockUpnpService
No ALIVE messages.
MockUpnpService(boolean, boolean) - Constructor for class org.fourthline.cling.mock.MockUpnpService
Single-thread of execution for the whole UPnP stack, except one background registry maintenance thread.
MockUpnpService(boolean, boolean, boolean) - Constructor for class org.fourthline.cling.mock.MockUpnpService
 
MockUpnpService(boolean, MockUpnpServiceConfiguration) - Constructor for class org.fourthline.cling.mock.MockUpnpService
 
MockUpnpService.MockProtocolFactory - Class in org.fourthline.cling.mock
This factory customizes several protocols.
MockUpnpServiceConfiguration - Class in org.fourthline.cling.mock
 
MockUpnpServiceConfiguration() - Constructor for class org.fourthline.cling.mock.MockUpnpServiceConfiguration
Does not maintain registry, single threaded execution.
MockUpnpServiceConfiguration(boolean) - Constructor for class org.fourthline.cling.mock.MockUpnpServiceConfiguration
Single threaded execution.
MockUpnpServiceConfiguration(boolean, boolean) - Constructor for class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
modelDescription - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
ModelDetails - Class in org.fourthline.cling.model.meta
Encpasulates optional metadata about the model of a device.
ModelDetails(String) - Constructor for class org.fourthline.cling.model.meta.ModelDetails
 
ModelDetails(String, String) - Constructor for class org.fourthline.cling.model.meta.ModelDetails
 
ModelDetails(String, String, String) - Constructor for class org.fourthline.cling.model.meta.ModelDetails
 
ModelDetails(String, String, String, URI) - Constructor for class org.fourthline.cling.model.meta.ModelDetails
 
ModelDetails(String, String, String, String) - Constructor for class org.fourthline.cling.model.meta.ModelDetails
 
modelName - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
modelNumber - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
modelURI - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
ModelUtil - Class in org.fourthline.cling.model
Shared trivial procedures.
ModelUtil() - Constructor for class org.fourthline.cling.model.ModelUtil
 
moderateStateVariables(long, Collection<StateVariableValue>) - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
Checks whether a state variable is moderated, and if this change is within the maximum rate and range limits.
multicastAddress - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
multicastInterface - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
multicastLock - Variable in class org.fourthline.cling.android.AndroidRouter
 
MulticastReceiver<C extends MulticastReceiverConfiguration> - Interface in org.fourthline.cling.transport.spi
Service for receiving multicast UDP datagrams, one per bound network interface.
MulticastReceiverConfiguration - Interface in org.fourthline.cling.transport.spi
Collection of typically needed configuration settings.
MulticastReceiverConfigurationImpl - Class in org.fourthline.cling.transport.impl
Settings for the default implementation.
MulticastReceiverConfigurationImpl(InetAddress, int, int) - Constructor for class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
MulticastReceiverConfigurationImpl(InetAddress, int) - Constructor for class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
MulticastReceiverConfigurationImpl(String, int, int) - Constructor for class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
MulticastReceiverConfigurationImpl(String, int) - Constructor for class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
MulticastReceiverImpl - Class in org.fourthline.cling.transport.impl
Default implementation based on a UDP MulticastSocket.
MulticastReceiverImpl(MulticastReceiverConfigurationImpl) - Constructor for class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
multicastReceivers - Variable in class org.fourthline.cling.transport.RouterImpl
 
multiThreaded - Variable in class org.fourthline.cling.mock.MockUpnpServiceConfiguration
 
MutableAction - Class in org.fourthline.cling.binding.staging
 
MutableAction() - Constructor for class org.fourthline.cling.binding.staging.MutableAction
 
MutableActionArgument - Class in org.fourthline.cling.binding.staging
 
MutableActionArgument() - Constructor for class org.fourthline.cling.binding.staging.MutableActionArgument
 
MutableAllowedValueRange - Class in org.fourthline.cling.binding.staging
 
MutableAllowedValueRange() - Constructor for class org.fourthline.cling.binding.staging.MutableAllowedValueRange
 
MutableDevice - Class in org.fourthline.cling.binding.staging
 
MutableDevice() - Constructor for class org.fourthline.cling.binding.staging.MutableDevice
 
MutableIcon - Class in org.fourthline.cling.binding.staging
 
MutableIcon() - Constructor for class org.fourthline.cling.binding.staging.MutableIcon
 
MutableService - Class in org.fourthline.cling.binding.staging
 
MutableService() - Constructor for class org.fourthline.cling.binding.staging.MutableService
 
MutableStateVariable - Class in org.fourthline.cling.binding.staging
 
MutableStateVariable() - Constructor for class org.fourthline.cling.binding.staging.MutableStateVariable
 
MutableUDAVersion - Class in org.fourthline.cling.binding.staging
 
MutableUDAVersion() - Constructor for class org.fourthline.cling.binding.staging.MutableUDAVersion
 
MXHeader - Class in org.fourthline.cling.model.message.header
 
MXHeader() - Constructor for class org.fourthline.cling.model.message.header.MXHeader
Defaults to 3 seconds.
MXHeader(Integer) - Constructor for class org.fourthline.cling.model.message.header.MXHeader
 
mxSeconds - Variable in class org.fourthline.cling.controlpoint.event.Search
 

N

name - Variable in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
name - Variable in class org.fourthline.cling.binding.staging.MutableAction
 
name - Variable in class org.fourthline.cling.binding.staging.MutableActionArgument
 
name - Variable in class org.fourthline.cling.binding.staging.MutableStateVariable
 
NamedDeviceType - Class in org.fourthline.cling.model.types
Combines a UDN with a DeviceType, string representation is separated by double-colon.
NamedDeviceType(UDN, DeviceType) - Constructor for class org.fourthline.cling.model.types.NamedDeviceType
 
NamedServiceType - Class in org.fourthline.cling.model.types
Combines a UDN with a ServiceType, string representation is separated by double-colon.
NamedServiceType(UDN, ServiceType) - Constructor for class org.fourthline.cling.model.types.NamedServiceType
 
namePrefix - Variable in class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingThreadFactory
 
namespace - Variable in class org.fourthline.cling.model.message.header.MANHeader
 
Namespace - Class in org.fourthline.cling.model
Enforces path conventions for all locally offered resources (descriptors, icons, etc.)
Namespace() - Constructor for class org.fourthline.cling.model.Namespace
 
Namespace(String) - Constructor for class org.fourthline.cling.model.Namespace
 
Namespace(URI) - Constructor for class org.fourthline.cling.model.Namespace
 
NAMESPACE_PATTERN - Static variable in class org.fourthline.cling.model.message.header.MANHeader
 
NAMESPACE_URI - Static variable in interface org.fourthline.cling.binding.xml.Descriptor.Device
 
NAMESPACE_URI - Static variable in interface org.fourthline.cling.binding.xml.Descriptor.Service
 
networkAddress - Variable in class org.fourthline.cling.model.Location
 
NetworkAddress - Class in org.fourthline.cling.model
IP address, port, and optional interface hardware address (MAC) of a network service.
NetworkAddress(InetAddress, int) - Constructor for class org.fourthline.cling.model.NetworkAddress
 
NetworkAddress(InetAddress, int, byte[]) - Constructor for class org.fourthline.cling.model.NetworkAddress
 
networkAddressFactory - Variable in class org.fourthline.cling.mock.MockUpnpService
 
networkAddressFactory - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
networkAddressFactory - Variable in class org.fourthline.cling.transport.RouterImpl
 
NetworkAddressFactory - Interface in org.fourthline.cling.transport.spi
Configuration utility for network interfaces and addresses.
NetworkAddressFactoryImpl - Class in org.fourthline.cling.transport.impl
Default implementation of network interface and address configuration/discovery.
NetworkAddressFactoryImpl() - Constructor for class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
Defaults to an ephemeral port.
NetworkAddressFactoryImpl(int) - Constructor for class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
networkInfo - Variable in class org.fourthline.cling.android.AndroidRouter
 
networkInterfaces - Variable in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
NetworkUtils - Class in org.fourthline.cling.android
Android network helpers.
NetworkUtils() - Constructor for class org.fourthline.cling.android.NetworkUtils
 
newInstance(UpnpHeader.Type, String) - Static method in class org.fourthline.cling.model.message.header.UpnpHeader
Create a new instance of a UpnpHeader subtype that matches the given type and value.
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], S[], List<D>) - Method in class org.fourthline.cling.model.meta.Device
 
newInstance(ServiceType, ServiceId, URI, URI, URI, Action<S>[], StateVariable<S>[]) - Method in class org.fourthline.cling.model.meta.Device
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], LocalService[], List<LocalDevice>) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
newInstance(ServiceType, ServiceId, URI, URI, URI, Action<LocalService>[], StateVariable<LocalService>[]) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], List<RemoteDevice>) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
newInstance(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
newServiceArray(int) - Method in class org.fourthline.cling.model.meta.Device
 
newServiceArray(int) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
newServiceArray(int) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
newThread(Runnable) - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingThreadFactory
 
nodeToString(Node, Set<String>, String) - Static method in class org.fourthline.cling.model.XMLUtil
 
NoNetworkException - Exception in org.fourthline.cling.transport.spi
Might be thrown by the constructor of NetworkAddressFactory and Router if no usable network interfaces/addresses were discovered.
NoNetworkException(String) - Constructor for exception org.fourthline.cling.transport.spi.NoNetworkException
 
normalizeTimeZone(String) - Method in class org.fourthline.cling.model.types.DateTimeDatatype
 
normalizeURI(URI) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
NotificationSubtype - Enum in org.fourthline.cling.model.types
Notification message types for SSDP.
notifyDiscoveryFailure(RemoteDevice, Exception) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack when the discovery protocol stopped abnormally.
notifyDiscoveryFailure(RemoteDevice, Exception) - Method in class org.fourthline.cling.registry.RegistryImpl
 
notifyDiscoveryStart(RemoteDevice) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack when the discovery protocol starts.
notifyDiscoveryStart(RemoteDevice) - Method in class org.fourthline.cling.registry.RegistryImpl
 
NS_UPNP_CONTROL_10 - Static variable in interface org.fourthline.cling.model.Constants
 
NS_UPNP_EVENT_10 - Static variable in interface org.fourthline.cling.model.Constants
 
NTEventHeader - Class in org.fourthline.cling.model.message.header
 
NTEventHeader() - Constructor for class org.fourthline.cling.model.message.header.NTEventHeader
 
NTSHeader - Class in org.fourthline.cling.model.message.header
 
NTSHeader() - Constructor for class org.fourthline.cling.model.message.header.NTSHeader
 
NTSHeader(NotificationSubtype) - Constructor for class org.fourthline.cling.model.message.header.NTSHeader
 

O

onBind(Intent) - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl
 
onComplete(AsyncEvent) - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
onConnectionFailed(Throwable) - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
onCreate() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl
Starts the UPnP service.
onDestroy() - Method in class org.fourthline.cling.android.AndroidUpnpServiceImpl
Stops the UPnP service, when the last Activity unbinds from this Service.
onError(AsyncEvent) - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
onException(Throwable) - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
onFinally(REQUEST) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClient
 
onNetworkTypeChange(NetworkInfo, NetworkInfo) - Method in class org.fourthline.cling.android.AndroidRouter
Can be overriden by subclasses to do additional work.
onRenewalFailure() - Method in class org.fourthline.cling.protocol.sync.SendingRenewal
 
onResourceNotFound(URI) - Method in class org.fourthline.cling.protocol.sync.ReceivingRetrieval
Called if the Registry had no result.
onStartAsync(AsyncEvent) - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
onSubscriptionFailure() - Method in class org.fourthline.cling.protocol.sync.SendingSubscribe
 
onTimeout(AsyncEvent) - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
onUnsubscribe(StreamResponseMessage) - Method in class org.fourthline.cling.protocol.sync.SendingUnsubscribe
 
org.fourthline.cling - package org.fourthline.cling
 
org.fourthline.cling.android - package org.fourthline.cling.android
 
org.fourthline.cling.binding - package org.fourthline.cling.binding
 
org.fourthline.cling.binding.annotations - package org.fourthline.cling.binding.annotations
 
org.fourthline.cling.binding.staging - package org.fourthline.cling.binding.staging
 
org.fourthline.cling.binding.xml - package org.fourthline.cling.binding.xml
 
org.fourthline.cling.controlpoint - package org.fourthline.cling.controlpoint
 
org.fourthline.cling.controlpoint.event - package org.fourthline.cling.controlpoint.event
 
org.fourthline.cling.mock - package org.fourthline.cling.mock
 
org.fourthline.cling.model - package org.fourthline.cling.model
 
org.fourthline.cling.model.action - package org.fourthline.cling.model.action
 
org.fourthline.cling.model.gena - package org.fourthline.cling.model.gena
 
org.fourthline.cling.model.message - package org.fourthline.cling.model.message
 
org.fourthline.cling.model.message.control - package org.fourthline.cling.model.message.control
 
org.fourthline.cling.model.message.discovery - package org.fourthline.cling.model.message.discovery
 
org.fourthline.cling.model.message.gena - package org.fourthline.cling.model.message.gena
 
org.fourthline.cling.model.message.header - package org.fourthline.cling.model.message.header
 
org.fourthline.cling.model.meta - package org.fourthline.cling.model.meta
 
org.fourthline.cling.model.profile - package org.fourthline.cling.model.profile
 
org.fourthline.cling.model.resource - package org.fourthline.cling.model.resource
 
org.fourthline.cling.model.state - package org.fourthline.cling.model.state
 
org.fourthline.cling.model.types - package org.fourthline.cling.model.types
 
org.fourthline.cling.model.types.csv - package org.fourthline.cling.model.types.csv
 
org.fourthline.cling.protocol - package org.fourthline.cling.protocol
 
org.fourthline.cling.protocol.async - package org.fourthline.cling.protocol.async
 
org.fourthline.cling.protocol.sync - package org.fourthline.cling.protocol.sync
 
org.fourthline.cling.registry - package org.fourthline.cling.registry
 
org.fourthline.cling.registry.event - package org.fourthline.cling.registry.event
 
org.fourthline.cling.transport - package org.fourthline.cling.transport
 
org.fourthline.cling.transport.impl - package org.fourthline.cling.transport.impl
 
org.fourthline.cling.transport.impl.jetty - package org.fourthline.cling.transport.impl.jetty
 
org.fourthline.cling.transport.spi - package org.fourthline.cling.transport.spi
 
OutgoingActionRequestMessage - Class in org.fourthline.cling.model.message.control
 
OutgoingActionRequestMessage(ActionInvocation, URL) - Constructor for class org.fourthline.cling.model.message.control.OutgoingActionRequestMessage
 
OutgoingActionRequestMessage(Action, UpnpRequest) - Constructor for class org.fourthline.cling.model.message.control.OutgoingActionRequestMessage
 
OutgoingActionResponseMessage - Class in org.fourthline.cling.model.message.control
 
OutgoingActionResponseMessage(Action) - Constructor for class org.fourthline.cling.model.message.control.OutgoingActionResponseMessage
 
OutgoingActionResponseMessage(UpnpResponse.Status) - Constructor for class org.fourthline.cling.model.message.control.OutgoingActionResponseMessage
 
OutgoingActionResponseMessage(UpnpResponse.Status, Action) - Constructor for class org.fourthline.cling.model.message.control.OutgoingActionResponseMessage
 
OutgoingDatagramMessage<O extends UpnpOperation> - Class in org.fourthline.cling.model.message
A UDP datagram request or response message for sending, with destination address and port.
OutgoingDatagramMessage(O, InetAddress, int) - Constructor for class org.fourthline.cling.model.message.OutgoingDatagramMessage
 
OutgoingDatagramMessage(O, UpnpMessage.BodyType, Object, InetAddress, int) - Constructor for class org.fourthline.cling.model.message.OutgoingDatagramMessage
 
outgoingDatagramMessages - Variable in class org.fourthline.cling.mock.MockRouter
 
OutgoingEventRequestMessage - Class in org.fourthline.cling.model.message.gena
 
OutgoingEventRequestMessage(GENASubscription, URL, UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingEventRequestMessage
 
OutgoingEventRequestMessage(GENASubscription, URL) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingEventRequestMessage
 
OutgoingEventResponseMessage - Class in org.fourthline.cling.model.message.gena
 
OutgoingEventResponseMessage() - Constructor for class org.fourthline.cling.model.message.gena.OutgoingEventResponseMessage
 
OutgoingEventResponseMessage(UpnpResponse) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingEventResponseMessage
 
OutgoingNotificationRequest - Class in org.fourthline.cling.model.message.discovery
 
OutgoingNotificationRequest(Location, LocalDevice, NotificationSubtype) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingNotificationRequest
 
OutgoingNotificationRequestDeviceType - Class in org.fourthline.cling.model.message.discovery
 
OutgoingNotificationRequestDeviceType(Location, LocalDevice, NotificationSubtype) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingNotificationRequestDeviceType
 
OutgoingNotificationRequestRootDevice - Class in org.fourthline.cling.model.message.discovery
 
OutgoingNotificationRequestRootDevice(Location, LocalDevice, NotificationSubtype) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingNotificationRequestRootDevice
 
OutgoingNotificationRequestServiceType - Class in org.fourthline.cling.model.message.discovery
 
OutgoingNotificationRequestServiceType(Location, LocalDevice, NotificationSubtype, ServiceType) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingNotificationRequestServiceType
 
OutgoingNotificationRequestUDN - Class in org.fourthline.cling.model.message.discovery
 
OutgoingNotificationRequestUDN(Location, LocalDevice, NotificationSubtype) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingNotificationRequestUDN
 
OutgoingRenewalRequestMessage - Class in org.fourthline.cling.model.message.gena
 
OutgoingRenewalRequestMessage(RemoteGENASubscription, UpnpHeaders) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingRenewalRequestMessage
 
OutgoingSearchRequest - Class in org.fourthline.cling.model.message.discovery
 
OutgoingSearchRequest(UpnpHeader, int) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingSearchRequest
 
OutgoingSearchResponse - Class in org.fourthline.cling.model.message.discovery
 
OutgoingSearchResponse(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingSearchResponse
 
OutgoingSearchResponseDeviceType - Class in org.fourthline.cling.model.message.discovery
 
OutgoingSearchResponseDeviceType(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingSearchResponseDeviceType
 
OutgoingSearchResponseRootDevice - Class in org.fourthline.cling.model.message.discovery
 
OutgoingSearchResponseRootDevice(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingSearchResponseRootDevice
 
OutgoingSearchResponseServiceType - Class in org.fourthline.cling.model.message.discovery
 
OutgoingSearchResponseServiceType(IncomingDatagramMessage, Location, LocalDevice, ServiceType) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingSearchResponseServiceType
 
OutgoingSearchResponseUDN - Class in org.fourthline.cling.model.message.discovery
 
OutgoingSearchResponseUDN(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.fourthline.cling.model.message.discovery.OutgoingSearchResponseUDN
 
OutgoingSubscribeRequestMessage - Class in org.fourthline.cling.model.message.gena
 
OutgoingSubscribeRequestMessage(RemoteGENASubscription, List<URL>, UpnpHeaders) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingSubscribeRequestMessage
 
OutgoingSubscribeResponseMessage - Class in org.fourthline.cling.model.message.gena
 
OutgoingSubscribeResponseMessage(UpnpResponse.Status) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingSubscribeResponseMessage
 
OutgoingSubscribeResponseMessage(LocalGENASubscription) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingSubscribeResponseMessage
 
OutgoingUnsubscribeRequestMessage - Class in org.fourthline.cling.model.message.gena
 
OutgoingUnsubscribeRequestMessage(RemoteGENASubscription, UpnpHeaders) - Constructor for class org.fourthline.cling.model.message.gena.OutgoingUnsubscribeRequestMessage
 
output - Variable in class org.fourthline.cling.model.action.ActionInvocation
 
OUTPUT_ARG_RETURN - Static variable in class org.fourthline.cling.model.meta.QueryStateVariableAction
 
outputArgumentAccessors - Variable in class org.fourthline.cling.model.action.AbstractActionExecutor
 
outputMessage - Variable in class org.fourthline.cling.protocol.ReceivingSync
 
outputMessage - Variable in class org.fourthline.cling.protocol.SendingSync
 

P

parentDevice - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
parsedHeaders - Variable in class org.fourthline.cling.model.message.UpnpHeaders
 
parseHeaders() - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
parseString(String) - Method in class org.fourthline.cling.model.types.csv.CSV
 
parseURI(String) - Static method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
path - Variable in class org.fourthline.cling.model.Location
 
PATTERN - Static variable in class org.fourthline.cling.model.message.header.MANHeader
 
PATTERN - Static variable in class org.fourthline.cling.model.message.header.TimeoutHeader
 
PATTERN - Static variable in class org.fourthline.cling.model.types.DeviceType
 
PATTERN - Static variable in class org.fourthline.cling.model.types.DLNADoc
 
PATTERN - Static variable in class org.fourthline.cling.model.types.ServiceId
 
PATTERN - Static variable in class org.fourthline.cling.model.types.ServiceType
 
PATTERN - Static variable in class org.fourthline.cling.model.types.SoapActionType
 
PATTERN - Static variable in class org.fourthline.cling.model.types.UDADeviceType
 
PATTERN - Static variable in class org.fourthline.cling.model.types.UDAServiceId
 
PATTERN - Static variable in class org.fourthline.cling.model.types.UDAServiceType
 
PATTERN_MAGIC_CONTROL - Static variable in class org.fourthline.cling.model.types.SoapActionType
 
pause() - Method in interface org.fourthline.cling.registry.Registry
Stops background maintenance (thread) of registered items.
pause() - Method in class org.fourthline.cling.registry.RegistryImpl
 
pendingExecutions - Variable in class org.fourthline.cling.registry.RegistryImpl
 
pendingSubscriptionsLock - Variable in class org.fourthline.cling.registry.RegistryImpl
 
Phase - Interface in org.fourthline.cling.registry.event
 
Phase.Alive - Annotation Type in org.fourthline.cling.registry.event
 
Phase.Byebye - Annotation Type in org.fourthline.cling.registry.event
 
Phase.Complete - Annotation Type in org.fourthline.cling.registry.event
 
Phase.Updated - Annotation Type in org.fourthline.cling.registry.event
 
port - Variable in class org.fourthline.cling.model.NetworkAddress
 
PragmaHeader - Class in org.fourthline.cling.model.message.header
 
PragmaHeader() - Constructor for class org.fourthline.cling.model.message.header.PragmaHeader
 
PragmaHeader(PragmaType) - Constructor for class org.fourthline.cling.model.message.header.PragmaHeader
 
PragmaHeader(String) - Constructor for class org.fourthline.cling.model.message.header.PragmaHeader
 
PragmaType - Class in org.fourthline.cling.model.types
 
PragmaType(String, String, boolean) - Constructor for class org.fourthline.cling.model.types.PragmaType
 
PragmaType(String, String) - Constructor for class org.fourthline.cling.model.types.PragmaType
 
PragmaType(String) - Constructor for class org.fourthline.cling.model.types.PragmaType
 
PREFIX - Static variable in class org.fourthline.cling.model.message.header.ContentRangeHeader
 
PREFIX - Static variable in class org.fourthline.cling.model.message.header.SubscriptionIdHeader
 
PREFIX - Static variable in class org.fourthline.cling.model.types.BytesRange
 
PREFIX - Static variable in class org.fourthline.cling.model.types.UDN
 
prefixIfRelative(Device, URI) - Method in class org.fourthline.cling.model.Namespace
 
prepareOutgoingSearchRequest(OutgoingSearchRequest) - Method in class org.fourthline.cling.protocol.async.SendingSearch
Override this to edit the outgoing message, e.g.
prepareOutgoingSearchResponse(OutgoingSearchResponse) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
Override this to edit the outgoing message, e.g.
presentationURI - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
printDebugLog() - Method in class org.fourthline.cling.registry.RegistryImpl
 
process(StreamRequestMessage) - Method in class org.fourthline.cling.transport.spi.UpnpStream
Selects a UPnP protocol, runs it within the calling thread, returns the response.
processNewSubscription(LocalService, IncomingSubscribeRequestMessage) - Method in class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
processRenewal(LocalService, IncomingSubscribeRequestMessage) - Method in class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
PRODUCT_TOKEN_NAME - Static variable in class org.fourthline.cling.model.UserConstants
 
PRODUCT_TOKEN_VERSION - Static variable in class org.fourthline.cling.model.UserConstants
 
propertyChange(PropertyChangeEvent) - Method in class org.fourthline.cling.model.DefaultServiceManager.DefaultPropertyChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
Moderates ServiceManager.EVENTED_STATE_VARIABLES events and state variable values, calls GENASubscription.eventReceived().
propertyChangeSupport - Variable in class org.fourthline.cling.model.DefaultServiceManager
 
propertyChangeSupport - Variable in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
ProtocolCreationException - Exception in org.fourthline.cling.protocol
Recoverable error, thrown when no protocol is available to handle a UPnP message.
ProtocolCreationException(String) - Constructor for exception org.fourthline.cling.protocol.ProtocolCreationException
 
ProtocolCreationException(String, Throwable) - Constructor for exception org.fourthline.cling.protocol.ProtocolCreationException
 
protocolFactory - Variable in class org.fourthline.cling.controlpoint.ControlPointImpl
 
protocolFactory - Variable in class org.fourthline.cling.mock.MockRouter
 
protocolFactory - Variable in class org.fourthline.cling.mock.MockUpnpService
 
ProtocolFactory - Interface in org.fourthline.cling.protocol
Factory for UPnP protocols, the core implementation of the UPnP specification.
protocolFactory - Variable in class org.fourthline.cling.transport.RouterImpl
 
protocolFactory - Variable in class org.fourthline.cling.transport.spi.UpnpStream
 
protocolFactory - Variable in class org.fourthline.cling.UpnpServiceImpl
 
ProtocolFactoryImpl - Class in org.fourthline.cling.protocol
Default implementation, directly instantiates the appropriate protocols.
ProtocolFactoryImpl() - Constructor for class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
ProtocolFactoryImpl(UpnpService) - Constructor for class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
provide(RemoteClientInfo) - Method in interface org.fourthline.cling.model.profile.DeviceDetailsProvider
 
provide(RemoteClientInfo) - Method in class org.fourthline.cling.model.profile.HeaderDeviceDetailsProvider
 
publish(LogRecord) - Method in class org.fourthline.cling.android.FixedAndroidLogHandler
 
PullGENAEventProcessorImpl - Class in org.fourthline.cling.transport.impl
Implementation based on the Xml Pull Parser XML processing API.
PullGENAEventProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.PullGENAEventProcessorImpl
 
PullSOAPActionProcessorImpl - Class in org.fourthline.cling.transport.impl
Implementation based on the Xml Pull Parser XML processing API.
PullSOAPActionProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
put(String, List<String>) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 

Q

QueryStateVariableAction<S extends Service> - Class in org.fourthline.cling.model.meta
Describes a single action, the deprecated "query any state variable" action.
QueryStateVariableAction() - Constructor for class org.fourthline.cling.model.meta.QueryStateVariableAction
 
QueryStateVariableAction(S) - Constructor for class org.fourthline.cling.model.meta.QueryStateVariableAction
 
QueryStateVariableExecutor - Class in org.fourthline.cling.model.action
Special executor for one action, the deprecated "query the value of the any state variable" action.
QueryStateVariableExecutor() - Constructor for class org.fourthline.cling.model.action.QueryStateVariableExecutor
 

R

randomGenerator - Variable in class org.fourthline.cling.protocol.async.ReceivingSearch
 
RangeHeader - Class in org.fourthline.cling.model.message.header
 
RangeHeader() - Constructor for class org.fourthline.cling.model.message.header.RangeHeader
 
RangeHeader(BytesRange) - Constructor for class org.fourthline.cling.model.message.header.RangeHeader
 
RangeHeader(String) - Constructor for class org.fourthline.cling.model.message.header.RangeHeader
 
read(Class<?>) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
read(Class<?>, ServiceId, ServiceType, boolean, Set<Class>) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
read(Class<?>) - Method in interface org.fourthline.cling.binding.LocalServiceBinder
 
read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Method in interface org.fourthline.cling.binding.LocalServiceBinder
 
read(Object) - Method in class org.fourthline.cling.model.state.FieldStateVariableAccessor
 
read(Object) - Method in class org.fourthline.cling.model.state.GetterStateVariableAccessor
 
read(StateVariable<LocalService>, Object) - Method in class org.fourthline.cling.model.state.StateVariableAccessor
 
read(Object) - Method in class org.fourthline.cling.model.state.StateVariableAccessor
 
read(InetAddress, DatagramPacket) - Method in class org.fourthline.cling.transport.impl.DatagramProcessorImpl
 
read(InetAddress, DatagramPacket) - Method in interface org.fourthline.cling.transport.spi.DatagramProcessor
Reads the datagram and instantiates a message.
readActionInputArguments(XmlPullParser, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readActionInputArguments(Element, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readActionOutputArguments(XmlPullParser, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readActionOutputArguments(Element, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readActionRequestElement(Element, ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readActionResponseElement(Element, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readActions(Class<?>, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
readArgumentValues(XmlPullParser, ActionArgument[]) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readArgumentValues(NodeList, ActionArgument[]) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
The UPnP spec says that action arguments must be in the order as declared by the service.
readBody(IncomingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
readBody(IncomingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.PullGENAEventProcessorImpl
 
readBody(ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readBody(ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readBody(IncomingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.RecoveringGENAEventProcessorImpl
 
readBody(ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.RecoveringSOAPActionProcessorImpl
 
readBody(ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.RecoveringSOAPActionProcessorImpl
 
readBody(ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readBody(ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readBody(IncomingEventRequestMessage) - Method in interface org.fourthline.cling.transport.spi.GENAEventProcessor
Transforms an XML message body and adds to a collection of StateVariableValues..
readBody(ActionRequestMessage, ActionInvocation) - Method in interface org.fourthline.cling.transport.spi.SOAPActionProcessor
Converts SOAP XML content of the request message and sets input argument values on the given invocation.
readBody(ActionResponseMessage, ActionInvocation) - Method in interface org.fourthline.cling.transport.spi.SOAPActionProcessor
Converts SOAP XML content of the response message and sets output argument values on the given invocation.
readBodyElement(XmlPullParser) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readBodyElement(Document) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readBodyFailure(Document, Element) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readBodyRequest(XmlPullParser, ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readBodyResponse(XmlPullParser, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readFaultElement(XmlPullParser) - Method in class org.fourthline.cling.transport.impl.PullSOAPActionProcessorImpl
 
readFaultElement(Element) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
readFormats - Variable in class org.fourthline.cling.model.types.DateTimeDatatype
 
readInitialEventedStateVariableValues() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
readLock - Variable in class org.fourthline.cling.transport.RouterImpl
 
readOutputArgumentValues(Action<LocalService>, Object) - Method in class org.fourthline.cling.model.action.AbstractActionExecutor
Reads the output arguments after an action execution using accessors.
readProperties(Element, IncomingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
readProperties(XmlPullParser, IncomingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.PullGENAEventProcessorImpl
 
readProperty(XmlPullParser, IncomingEventRequestMessage, StateVariable[]) - Method in class org.fourthline.cling.transport.impl.PullGENAEventProcessorImpl
 
readPropertysetElement(Document) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
readRequestMessage() - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
readRequestMessage(InetAddress, DatagramPacket, ByteArrayInputStream, String, String) - Method in class org.fourthline.cling.transport.impl.DatagramProcessorImpl
 
readResponseMessage(InetAddress, DatagramPacket, ByteArrayInputStream, int, String, String) - Method in class org.fourthline.cling.transport.impl.DatagramProcessorImpl
 
readStateVariables(Class<?>, Set<Class>) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
readStringConvertibleTypes(Class[]) - Method in class org.fourthline.cling.binding.annotations.AnnotationLocalServiceBinder
 
receive(UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
received(IncomingDatagramMessage) - Method in class org.fourthline.cling.mock.MockRouter
 
received(UpnpStream) - Method in class org.fourthline.cling.mock.MockRouter
 
received(IncomingDatagramMessage) - Method in interface org.fourthline.cling.transport.Router
This method is called internally by the transport layer when a datagram, either unicast or multicast, has been received.
received(UpnpStream) - Method in interface org.fourthline.cling.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(IncomingDatagramMessage) - Method in class org.fourthline.cling.transport.RouterImpl
Obtains the asynchronous protocol Executor and runs the protocol created by the ProtocolFactory for the given message.
received(UpnpStream) - Method in class org.fourthline.cling.transport.RouterImpl
Obtains the synchronous protocol Executor and runs the UpnpStream directly.
receivedUpnpStreams - Variable in class org.fourthline.cling.mock.MockRouter
 
ReceivingAction - Class in org.fourthline.cling.protocol.sync
Handles reception of control messages, invoking actions on local services.
ReceivingAction(UpnpService, StreamRequestMessage) - Constructor for class org.fourthline.cling.protocol.sync.ReceivingAction
 
ReceivingAsync<M extends UpnpMessage> - Class in org.fourthline.cling.protocol
Supertype for all asynchronously executing protocols, handling reception of UPnP messages.
ReceivingAsync(UpnpService, M) - Constructor for class org.fourthline.cling.protocol.ReceivingAsync
 
ReceivingEvent - Class in org.fourthline.cling.protocol.sync
Handles incoming GENA event messages.
ReceivingEvent(UpnpService, StreamRequestMessage) - Constructor for class org.fourthline.cling.protocol.sync.ReceivingEvent
 
ReceivingNotification - Class in org.fourthline.cling.protocol.async
Handles reception of notification messages.
ReceivingNotification(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.fourthline.cling.protocol.async.ReceivingNotification
 
ReceivingRetrieval - Class in org.fourthline.cling.protocol.sync
Handles reception of device/service descriptor and icon retrieval messages.
ReceivingRetrieval(UpnpService, StreamRequestMessage) - Constructor for class org.fourthline.cling.protocol.sync.ReceivingRetrieval
 
ReceivingSearch - Class in org.fourthline.cling.protocol.async
Handles reception of search requests, responds for local registered devices.
ReceivingSearch(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.fourthline.cling.protocol.async.ReceivingSearch
 
ReceivingSearchResponse - Class in org.fourthline.cling.protocol.async
Handles reception of search response messages.
ReceivingSearchResponse(UpnpService, IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.fourthline.cling.protocol.async.ReceivingSearchResponse
 
ReceivingSubscribe - Class in org.fourthline.cling.protocol.sync
Handles reception of GENA event subscription (initial and renewal) messages.
ReceivingSubscribe(UpnpService, StreamRequestMessage) - Constructor for class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
ReceivingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> - Class in org.fourthline.cling.protocol
Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response.
ReceivingSync(UpnpService, IN) - Constructor for class org.fourthline.cling.protocol.ReceivingSync
 
ReceivingUnsubscribe - Class in org.fourthline.cling.protocol.sync
Handles reception of GENA event unsubscribe messages.
ReceivingUnsubscribe(UpnpService, StreamRequestMessage) - Constructor for class org.fourthline.cling.protocol.sync.ReceivingUnsubscribe
 
RecoveringGENAEventProcessorImpl - Class in org.fourthline.cling.transport.impl
Implementation based on the Xml Pull Parser XML processing API.
RecoveringGENAEventProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.RecoveringGENAEventProcessorImpl
 
RecoveringSOAPActionProcessorImpl - Class in org.fourthline.cling.transport.impl
Implementation based on the Xml Pull Parser XML processing API.
RecoveringSOAPActionProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.RecoveringSOAPActionProcessorImpl
 
RecoveringUDA10DeviceDescriptorBinderImpl - Class in org.fourthline.cling.binding.xml
 
RecoveringUDA10DeviceDescriptorBinderImpl() - Constructor for class org.fourthline.cling.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
 
REGEX_ID - Static variable in interface org.fourthline.cling.model.Constants
 
REGEX_NAMESPACE - Static variable in interface org.fourthline.cling.model.Constants
 
REGEX_TYPE - Static variable in interface org.fourthline.cling.model.Constants
 
REGEX_UDA_NAME - Static variable in interface org.fourthline.cling.model.Constants
 
registerOnService() - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
Adds a property change listener on the ServiceManager.
registerPendingRemoteSubscription(RemoteGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
registerPendingRemoteSubscription(RemoteGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
registerServlet(String, Servlet) - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
registerServlet(String, Servlet) - Method in interface org.fourthline.cling.transport.spi.ServletContainerAdapter
Might be called several times to register (the same) handler for UPnP requests, should only register it once.
RegistrationException - Exception in org.fourthline.cling.registry
A recoverable error, thrown if device metadata could not be registered.
RegistrationException(String) - Constructor for exception org.fourthline.cling.registry.RegistrationException
 
RegistrationException(String, Throwable) - Constructor for exception org.fourthline.cling.registry.RegistrationException
 
RegistrationException(String, List<ValidationError>) - Constructor for exception org.fourthline.cling.registry.RegistrationException
 
registry - Variable in class org.fourthline.cling.controlpoint.ControlPointImpl
 
registry - Variable in class org.fourthline.cling.mock.MockUpnpService
 
Registry - Interface in org.fourthline.cling.registry
The core of the UPnP stack, keeping track of known devices and resources.
registry - Variable in class org.fourthline.cling.UpnpServiceImpl
 
RegistryImpl - Class in org.fourthline.cling.registry
Default implementation of Registry.
RegistryImpl() - Constructor for class org.fourthline.cling.registry.RegistryImpl
 
RegistryImpl(UpnpService) - Constructor for class org.fourthline.cling.registry.RegistryImpl
Starts background maintenance immediately.
RegistryListener - Interface in org.fourthline.cling.registry
Notification of discovered device additions, removals, updates.
registryListeners - Variable in class org.fourthline.cling.registry.RegistryImpl
 
registryMaintainer - Variable in class org.fourthline.cling.registry.RegistryImpl
 
RegistryMaintainer - Class in org.fourthline.cling.registry
Runs periodically and calls RegistryImpl.maintain().
RegistryMaintainer(RegistryImpl, int) - Constructor for class org.fourthline.cling.registry.RegistryMaintainer
 
RegistryShutdown - Class in org.fourthline.cling.registry.event
 
RegistryShutdown() - Constructor for class org.fourthline.cling.registry.event.RegistryShutdown
 
relatedStateVariable - Variable in class org.fourthline.cling.binding.staging.MutableActionArgument
 
RemoteActionInvocation - Class in org.fourthline.cling.model.action
An action invocation by a remote control point.
RemoteActionInvocation(Action, ActionArgumentValue[], ActionArgumentValue[], RemoteClientInfo) - Constructor for class org.fourthline.cling.model.action.RemoteActionInvocation
 
RemoteActionInvocation(Action, RemoteClientInfo) - Constructor for class org.fourthline.cling.model.action.RemoteActionInvocation
 
RemoteActionInvocation(ActionException, RemoteClientInfo) - Constructor for class org.fourthline.cling.model.action.RemoteActionInvocation
 
remoteClientInfo - Variable in class org.fourthline.cling.model.action.RemoteActionInvocation
 
RemoteClientInfo - Class in org.fourthline.cling.model.profile
Encapsulates information about a remote control point, the client.
RemoteClientInfo() - Constructor for class org.fourthline.cling.model.profile.RemoteClientInfo
 
RemoteClientInfo(StreamRequestMessage) - Constructor for class org.fourthline.cling.model.profile.RemoteClientInfo
 
RemoteClientInfo(Connection, UpnpHeaders) - Constructor for class org.fourthline.cling.model.profile.RemoteClientInfo
 
remoteClientInfo - Variable in class org.fourthline.cling.protocol.ReceivingSync
 
RemoteDevice - Class in org.fourthline.cling.model.meta
The metadata of a device that was discovered on the network.
RemoteDevice(RemoteDeviceIdentity) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService, RemoteDevice) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[], RemoteDevice[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService, RemoteDevice) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[], RemoteDevice[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService, RemoteDevice) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Constructor for class org.fourthline.cling.model.meta.RemoteDevice
 
remoteDeviceAdded(Registry, RemoteDevice) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
remoteDeviceAdded(Registry, RemoteDevice) - Method in interface org.fourthline.cling.registry.RegistryListener
Called when complete metadata of a newly discovered device is available.
RemoteDeviceDiscovery - Class in org.fourthline.cling.registry.event
 
RemoteDeviceDiscovery(RemoteDevice) - Constructor for class org.fourthline.cling.registry.event.RemoteDeviceDiscovery
 
remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Method in interface org.fourthline.cling.registry.RegistryListener
Called when service metadata couldn't be initialized.
remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Method in interface org.fourthline.cling.registry.RegistryListener
Called as soon as possible after a device has been discovered.
RemoteDeviceIdentity - Class in org.fourthline.cling.model.meta
Additional identifying information only relevant for discovered remote devices.
RemoteDeviceIdentity(UDN, RemoteDeviceIdentity) - Constructor for class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
RemoteDeviceIdentity(UDN, Integer, URL, byte[], InetAddress) - Constructor for class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
RemoteDeviceIdentity(IncomingNotificationRequest) - Constructor for class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
RemoteDeviceIdentity(IncomingSearchResponse) - Constructor for class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
remoteDeviceRemoved(Registry, RemoteDevice) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
remoteDeviceRemoved(Registry, RemoteDevice) - Method in interface org.fourthline.cling.registry.RegistryListener
Called when a previously discovered device disappears.
remoteDeviceUpdated(Registry, RemoteDevice) - Method in class org.fourthline.cling.registry.DefaultRegistryListener
 
remoteDeviceUpdated(Registry, RemoteDevice) - Method in interface org.fourthline.cling.registry.RegistryListener
Called when a discovered device's expiration timestamp is updated.
RemoteGENASubscription - Class in org.fourthline.cling.model.gena
An outgoing subscription to a remote service.
RemoteGENASubscription(RemoteService, int) - Constructor for class org.fourthline.cling.model.gena.RemoteGENASubscription
 
remoteItems - Variable in class org.fourthline.cling.registry.RegistryImpl
 
RemoteService - Class in org.fourthline.cling.model.meta
The metadata of a service discovered on a remote device.
RemoteService(ServiceType, ServiceId, URI, URI, URI) - Constructor for class org.fourthline.cling.model.meta.RemoteService
 
RemoteService(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Constructor for class org.fourthline.cling.model.meta.RemoteService
 
remove(Object) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
remove(UpnpHeader.Type) - Method in class org.fourthline.cling.model.message.UpnpHeaders
 
removeAllLocalDevices() - Method in interface org.fourthline.cling.registry.Registry
Clear the registry of all locally registered device metadata.
removeAllLocalDevices() - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeAllRemoteDevices() - Method in interface org.fourthline.cling.registry.Registry
Clear the registry of all discovered remote device metadata.
removeAllRemoteDevices() - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeConnector(String, int) - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
removeConnector(String, int) - Method in interface org.fourthline.cling.transport.spi.ServletContainerAdapter
Removes a previously added connector.
removeDevice(LocalDevice) - Method in interface org.fourthline.cling.registry.Registry
Call this to remove your local device metadata.
removeDevice(RemoteDevice) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP discovery protocol.
removeDevice(UDN) - Method in interface org.fourthline.cling.registry.Registry
Call this to remove any device metadata with the given UDN.
removeDevice(LocalDevice) - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeDevice(RemoteDevice) - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeDevice(UDN) - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeListener(RegistryListener) - Method in interface org.fourthline.cling.registry.Registry
 
removeListener(RegistryListener) - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeLocalSubscription(LocalGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
removeLocalSubscription(LocalGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeRemoteSubscription(RemoteGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
removeRemoteSubscription(RemoteGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
removeResource(Resource) - Method in interface org.fourthline.cling.registry.Registry
Removes a resource from the registry.
removeResource(Resource) - Method in class org.fourthline.cling.registry.RegistryImpl
 
request - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.AsyncServletConnection
 
request - Variable in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
requestedDurationSeconds - Variable in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
requestedDurationSeconds - Variable in class org.fourthline.cling.model.gena.GENASubscription
 
requestExecutorService - Variable in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
requestHeaders - Variable in class org.fourthline.cling.model.profile.ClientInfo
 
RequestHttpHandler(Router) - Constructor for class org.fourthline.cling.transport.impl.StreamServerImpl.RequestHttpHandler
 
requestMessage - Variable in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl.HttpContentExchange
 
requestMessages - Variable in class org.fourthline.cling.protocol.sync.SendingEvent
 
requiresNetworkInterface() - Method in class org.fourthline.cling.android.AndroidNetworkAddressFactory
 
requiresNetworkInterface() - Method in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
resetServer() - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
resetStreamRequestMessageCounter() - Method in class org.fourthline.cling.mock.MockRouter
 
Resource<M> - Class in org.fourthline.cling.model.resource
An addressable object, stored, managed, and accessible through the Registry.
Resource(URI, M) - Constructor for class org.fourthline.cling.model.resource.Resource
 
resourceItems - Variable in class org.fourthline.cling.registry.RegistryImpl
 
responseException(Throwable) - Method in class org.fourthline.cling.protocol.ReceivingSync
Called by the client of this protocol if the returned response was not delivered.
responseException(Throwable) - Method in class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
responseException(Throwable) - Method in class org.fourthline.cling.transport.spi.UpnpStream
Must be called by a subclass if the response was not delivered to the client.
responseMessage - Variable in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
responseSent(StreamResponseMessage) - Method in class org.fourthline.cling.protocol.ReceivingSync
Called by the client of this protocol after the returned response has been successfully delivered.
responseSent(StreamResponseMessage) - Method in class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
responseSent(StreamResponseMessage) - Method in class org.fourthline.cling.transport.spi.UpnpStream
Must be called by a subclass after the response has been successfully sent to the client.
resume() - Method in interface org.fourthline.cling.registry.Registry
Resumes background maintenance (thread) of registered items.
resume() - Method in class org.fourthline.cling.registry.RegistryImpl
 
RetrieveRemoteDescriptors - Class in org.fourthline.cling.protocol
Retrieves all remote device XML descriptors, parses them, creates an immutable device and service metadata graph.
RetrieveRemoteDescriptors(UpnpService, RemoteDevice) - Constructor for class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
retval - Variable in class org.fourthline.cling.binding.staging.MutableActionArgument
 
ROOT_DEVICE_SUFFIX - Static variable in class org.fourthline.cling.model.message.header.USNRootDeviceHeader
 
RootDeviceHeader - Class in org.fourthline.cling.model.message.header
 
RootDeviceHeader() - Constructor for class org.fourthline.cling.model.message.header.RootDeviceHeader
 
RootHandler(MutableDevice, SAXParser) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
RootHandler(MutableService, SAXParser) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
 
router - Variable in class org.fourthline.cling.mock.MockUpnpService
 
router - Variable in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
router - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
Router - Interface in org.fourthline.cling.transport
Interface of the network transport layer.
router - Variable in class org.fourthline.cling.UpnpServiceImpl
 
RouterException - Exception in org.fourthline.cling.transport
Thrown by the Router if a non-fatal recoverable exception occurred.
RouterException() - Constructor for exception org.fourthline.cling.transport.RouterException
 
RouterException(String) - Constructor for exception org.fourthline.cling.transport.RouterException
 
RouterException(String, Throwable) - Constructor for exception org.fourthline.cling.transport.RouterException
 
RouterException(Throwable) - Constructor for exception org.fourthline.cling.transport.RouterException
 
RouterImpl - Class in org.fourthline.cling.transport
Default implementation of network message router.
RouterImpl() - Constructor for class org.fourthline.cling.transport.RouterImpl
 
RouterImpl(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.fourthline.cling.transport.RouterImpl
 
routerLock - Variable in class org.fourthline.cling.transport.RouterImpl
 
run() - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
run() - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
run() - Method in class org.fourthline.cling.protocol.ReceivingAsync
 
run() - Method in class org.fourthline.cling.protocol.RetrieveRemoteDescriptors
 
run() - Method in class org.fourthline.cling.protocol.SendingAsync
 
run() - Method in class org.fourthline.cling.registry.RegistryMaintainer
 
run() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
run() - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 
run() - Method in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
run() - Method in class org.fourthline.cling.transport.impl.HttpExchangeUpnpStream
 
run() - Method in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
run() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl
 

S

search() - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
search(UpnpHeader) - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
search(int) - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
search(UpnpHeader, int) - Method in interface org.fourthline.cling.controlpoint.ControlPoint
 
search(Search) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
search() - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
search(UpnpHeader) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
search(int) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
search(UpnpHeader, int) - Method in class org.fourthline.cling.controlpoint.ControlPointImpl
 
Search - Class in org.fourthline.cling.controlpoint.event
 
Search() - Constructor for class org.fourthline.cling.controlpoint.event.Search
 
Search(UpnpHeader) - Constructor for class org.fourthline.cling.controlpoint.event.Search
 
Search(UpnpHeader, int) - Constructor for class org.fourthline.cling.controlpoint.event.Search
 
Search(int) - Constructor for class org.fourthline.cling.controlpoint.event.Search
 
searchType - Variable in class org.fourthline.cling.controlpoint.event.Search
 
SEC_NAMESPACE_URI - Static variable in interface org.fourthline.cling.binding.xml.Descriptor.Device
 
SEC_PREFIX - Static variable in interface org.fourthline.cling.binding.xml.Descriptor.Device
 
send(OutgoingDatagramMessage) - Method in class org.fourthline.cling.mock.MockRouter
 
send(StreamRequestMessage) - Method in class org.fourthline.cling.mock.MockRouter
 
send(OutgoingDatagramMessage) - Method in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
send(DatagramPacket) - Method in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
send(OutgoingDatagramMessage) - Method in interface org.fourthline.cling.transport.Router
Call this method to send a UDP datagram message.
send(StreamRequestMessage) - Method in interface org.fourthline.cling.transport.Router
Call this method to send a TCP (HTTP) stream message.
send(OutgoingDatagramMessage) - Method in class org.fourthline.cling.transport.RouterImpl
Sends the UDP datagram on all bound DatagramIOs.
send(StreamRequestMessage) - Method in class org.fourthline.cling.transport.RouterImpl
Sends the TCP stream request with the StreamClient.
send(OutgoingDatagramMessage) - Method in interface org.fourthline.cling.transport.spi.DatagramIO
send(DatagramPacket) - Method in interface org.fourthline.cling.transport.spi.DatagramIO
The actual sending of a UDP datagram.
SendingAction - Class in org.fourthline.cling.protocol.sync
Sending control message, transforming a local ActionInvocation.
SendingAction(UpnpService, ActionInvocation, URL) - Constructor for class org.fourthline.cling.protocol.sync.SendingAction
 
SendingAsync - Class in org.fourthline.cling.protocol
Supertype for all synchronously executing protocols, sending UPnP messages.
SendingAsync(UpnpService) - Constructor for class org.fourthline.cling.protocol.SendingAsync
 
SendingEvent - Class in org.fourthline.cling.protocol.sync
Sending GENA event messages to remote subscribers.
SendingEvent(UpnpService, LocalGENASubscription) - Constructor for class org.fourthline.cling.protocol.sync.SendingEvent
 
SendingNotification - Class in org.fourthline.cling.protocol.async
Sending notification messages for a registered local device.
SendingNotification(UpnpService, LocalDevice) - Constructor for class org.fourthline.cling.protocol.async.SendingNotification
 
SendingNotificationAlive - Class in org.fourthline.cling.protocol.async
Sending ALIVE notification messages for a registered local device.
SendingNotificationAlive(UpnpService, LocalDevice) - Constructor for class org.fourthline.cling.protocol.async.SendingNotificationAlive
 
SendingNotificationByebye - Class in org.fourthline.cling.protocol.async
Sending BYEBYE notification messages for a registered local device.
SendingNotificationByebye(UpnpService, LocalDevice) - Constructor for class org.fourthline.cling.protocol.async.SendingNotificationByebye
 
SendingRenewal - Class in org.fourthline.cling.protocol.sync
Renewing a GENA event subscription with a remote host.
SendingRenewal(UpnpService, RemoteGENASubscription) - Constructor for class org.fourthline.cling.protocol.sync.SendingRenewal
 
SendingSearch - Class in org.fourthline.cling.protocol.async
Sending search request messages using the supplied search type.
SendingSearch(UpnpService) - Constructor for class org.fourthline.cling.protocol.async.SendingSearch
Defaults to STAllHeader and an MX of 3 seconds.
SendingSearch(UpnpService, UpnpHeader) - Constructor for class org.fourthline.cling.protocol.async.SendingSearch
Defaults to an MX value of 3 seconds.
SendingSearch(UpnpService, UpnpHeader, int) - Constructor for class org.fourthline.cling.protocol.async.SendingSearch
 
SendingSubscribe - Class in org.fourthline.cling.protocol.sync
Establishing a GENA event subscription with a remote host.
SendingSubscribe(UpnpService, RemoteGENASubscription, List<NetworkAddress>) - Constructor for class org.fourthline.cling.protocol.sync.SendingSubscribe
 
SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> - Class in org.fourthline.cling.protocol
Supertype for all synchronously executing protocols, sending UPnP messages.
SendingSync(UpnpService, IN) - Constructor for class org.fourthline.cling.protocol.SendingSync
 
SendingUnsubscribe - Class in org.fourthline.cling.protocol.sync
Disconnecting a GENA event subscription with a remote host.
SendingUnsubscribe(UpnpService, RemoteGENASubscription) - Constructor for class org.fourthline.cling.protocol.sync.SendingUnsubscribe
 
sendMessages(Location) - Method in class org.fourthline.cling.protocol.async.SendingNotification
 
sendRemoteRequest(OutgoingActionRequestMessage) - Method in class org.fourthline.cling.protocol.sync.SendingAction
 
sendRequest(StreamRequestMessage) - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
sendRequest(StreamRequestMessage) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClient
 
sendRequest(StreamRequestMessage) - Method in interface org.fourthline.cling.transport.spi.StreamClient
Sends the given request via TCP (HTTP) and returns the response.
sendResponses(UpnpHeader, NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
sendSearchResponseAll(NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
sendSearchResponseDeviceType(DeviceType, NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
sendSearchResponseRootDevices(NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
sendSearchResponseServiceType(ServiceType, NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
sendSearchResponseUDN(UDN, NetworkAddress) - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
sentStreamRequestMessages - Variable in class org.fourthline.cling.mock.MockRouter
 
serialNumber - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
server - Variable in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
server - Variable in class org.fourthline.cling.transport.impl.StreamServerImpl
 
ServerClientTokens - Class in org.fourthline.cling.model
The agent string of the UPnP stack in network messages, either as a server or client.
ServerClientTokens() - Constructor for class org.fourthline.cling.model.ServerClientTokens
 
ServerClientTokens(int, int) - Constructor for class org.fourthline.cling.model.ServerClientTokens
 
ServerClientTokens(String, String) - Constructor for class org.fourthline.cling.model.ServerClientTokens
 
ServerClientTokens(int, int, String, String, String, String) - Constructor for class org.fourthline.cling.model.ServerClientTokens
 
ServerHeader - Class in org.fourthline.cling.model.message.header
 
ServerHeader() - Constructor for class org.fourthline.cling.model.message.header.ServerHeader
 
ServerHeader(ServerClientTokens) - Constructor for class org.fourthline.cling.model.message.header.ServerHeader
 
service - Variable in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
service - Variable in class org.fourthline.cling.model.DefaultServiceManager
 
service - Variable in class org.fourthline.cling.model.gena.GENASubscription
 
Service<D extends Device,S extends Service> - Class in org.fourthline.cling.model.meta
The metadata of a service, with actions and state variables.
Service(ServiceType, ServiceId) - Constructor for class org.fourthline.cling.model.meta.Service
 
Service(ServiceType, ServiceId, Action<S>[], StateVariable<S>[]) - Constructor for class org.fourthline.cling.model.meta.Service
 
SERVICE - Static variable in class org.fourthline.cling.model.Namespace
 
serviceClass - Variable in class org.fourthline.cling.model.DefaultServiceManager
 
ServiceControlResource - Class in org.fourthline.cling.model.resource
 
ServiceControlResource(URI, LocalService) - Constructor for class org.fourthline.cling.model.resource.ServiceControlResource
 
ServiceDescriptorBinder - Interface in org.fourthline.cling.binding.xml
Reads and generates service descriptor XML metadata.
ServiceDescriptorHandler(I) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
ServiceDescriptorHandler(I, SAXParser) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
ServiceDescriptorHandler(I, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
ServiceDescriptorHandler(I, SAXParser, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
ServiceDescriptorResource - Class in org.fourthline.cling.model.resource
 
ServiceDescriptorResource(URI, LocalService) - Constructor for class org.fourthline.cling.model.resource.ServiceDescriptorResource
 
ServiceEventCallbackResource - Class in org.fourthline.cling.model.resource
 
ServiceEventCallbackResource(URI, RemoteService) - Constructor for class org.fourthline.cling.model.resource.ServiceEventCallbackResource
 
ServiceEventSubscriptionResource - Class in org.fourthline.cling.model.resource
 
ServiceEventSubscriptionResource(URI, LocalService) - Constructor for class org.fourthline.cling.model.resource.ServiceEventSubscriptionResource
 
ServiceHandler(MutableService, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
serviceId - Variable in class org.fourthline.cling.binding.staging.MutableService
 
ServiceId - Class in org.fourthline.cling.model.types
Represents a service identifier, for example urn:my-domain-namespace:serviceId:MyService123
ServiceId(String, String) - Constructor for class org.fourthline.cling.model.types.ServiceId
 
serviceImpl - Variable in class org.fourthline.cling.model.DefaultServiceManager
 
ServiceListHandler(List<MutableService>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
ServiceManager<T> - Interface in org.fourthline.cling.model
Binds the metadata of a service to a service implementation, unified interface for accessing local services.
ServiceReference - Class in org.fourthline.cling.model
Combines a UDN and a ServiceId.
ServiceReference(String) - Constructor for class org.fourthline.cling.model.ServiceReference
 
ServiceReference(UDN, ServiceId) - Constructor for class org.fourthline.cling.model.ServiceReference
 
services - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
services - Variable in class org.fourthline.cling.model.meta.Device
 
serviceType - Variable in class org.fourthline.cling.binding.staging.MutableService
 
ServiceType - Class in org.fourthline.cling.model.types
Represents a service type, for example urn:my-domain-namespace:service:MyService:1.
ServiceType(String, String) - Constructor for class org.fourthline.cling.model.types.ServiceType
 
ServiceType(String, String, int) - Constructor for class org.fourthline.cling.model.types.ServiceType
 
ServiceTypeHeader - Class in org.fourthline.cling.model.message.header
 
ServiceTypeHeader() - Constructor for class org.fourthline.cling.model.message.header.ServiceTypeHeader
 
ServiceTypeHeader(URI) - Constructor for class org.fourthline.cling.model.message.header.ServiceTypeHeader
 
ServiceTypeHeader(ServiceType) - Constructor for class org.fourthline.cling.model.message.header.ServiceTypeHeader
 
ServiceUSNHeader - Class in org.fourthline.cling.model.message.header
 
ServiceUSNHeader() - Constructor for class org.fourthline.cling.model.message.header.ServiceUSNHeader
 
ServiceUSNHeader(UDN, ServiceType) - Constructor for class org.fourthline.cling.model.message.header.ServiceUSNHeader
 
ServiceUSNHeader(NamedServiceType) - Constructor for class org.fourthline.cling.model.message.header.ServiceUSNHeader
 
servletContainerAdapter - Variable in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
ServletContainerAdapter - Interface in org.fourthline.cling.transport.spi
Implement this to provide your own servlet container (instance),
setActualSubscriptionDurationSeconds(int) - Method in class org.fourthline.cling.model.gena.GENASubscription
 
setAsyncTimeoutSeconds(int) - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
setBody(String) - Method in interface org.fourthline.cling.model.message.control.ActionMessage
 
setBody(String) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setBody(UpnpMessage.BodyType, Object) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setBodyCharacters(byte[]) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setBodyType(UpnpMessage.BodyType) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setBuiltin(Datatype.Builtin) - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
setConnection(Connection) - Method in class org.fourthline.cling.model.message.StreamRequestMessage
 
setControlPoint(ControlPoint) - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
setControlPoint(ControlPoint) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
setDiscoveryOptions(UDN, DiscoveryOptions) - Method in interface org.fourthline.cling.registry.Registry
Change the active DiscoveryOptions for the given (local device) UDN.
setDiscoveryOptions(UDN, DiscoveryOptions) - Method in class org.fourthline.cling.registry.RegistryImpl
 
setExecutorService(ExecutorService) - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
setExecutorService(ExecutorService) - Method in interface org.fourthline.cling.transport.spi.ServletContainerAdapter
Might be called several times to integrate the servlet container with Cling's executor configuration.
setFailure(ActionException) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setGroup(InetAddress) - Method in class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setHeaders(UpnpHeaders) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setHost(String) - Method in class org.fourthline.cling.model.types.HostPort
 
setHttpMinorVersion(int) - Method in class org.fourthline.cling.model.message.UpnpOperation
 
setInput(String, Object) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setInput(ActionArgumentValue<S>) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setInput(ActionArgumentValue<S>[]) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setLastRefreshTimestampSeconds(long) - Method in class org.fourthline.cling.model.ExpirationDetails
 
setListenPort(int) - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
setListenPort(int) - Method in class org.fourthline.cling.transport.impl.StreamServerConfigurationImpl
 
setLogWarningSeconds(int) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
setMajorVersion(int) - Method in class org.fourthline.cling.model.ServerClientTokens
 
setManager(ServiceManager<T>) - Method in class org.fourthline.cling.model.meta.LocalService
 
setMaxDatagramBytes(int) - Method in class org.fourthline.cling.transport.impl.DatagramIOConfigurationImpl
 
setMaxDatagramBytes(int) - Method in class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setMinorVersion(int) - Method in class org.fourthline.cling.model.ServerClientTokens
 
setNamespace(String) - Method in class org.fourthline.cling.model.message.header.MANHeader
 
setOsName(String) - Method in class org.fourthline.cling.model.ServerClientTokens
 
setOsVersion(String) - Method in class org.fourthline.cling.model.ServerClientTokens
 
setOutput(String, Object) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setOutput(ActionArgumentValue<S>) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setOutput(ActionArgumentValue<S>[]) - Method in class org.fourthline.cling.model.action.ActionInvocation
 
setOutputArgumentValue(ActionInvocation<LocalService>, ActionArgument<LocalService>, Object) - Method in class org.fourthline.cling.model.action.AbstractActionExecutor
Sets the output argument value on the ActionInvocation, considers string conversion.
setPort(int) - Method in class org.fourthline.cling.model.types.HostPort
 
setPort(int) - Method in class org.fourthline.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setProductName(String) - Method in class org.fourthline.cling.model.ServerClientTokens
 
setProductVersion(String) - Method in class org.fourthline.cling.model.ServerClientTokens
 
setRequestExecutorService(ExecutorService) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
setRequestUserAgent(String) - Method in class org.fourthline.cling.model.profile.ClientInfo
 
setResponseUserAgent(String) - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
setResponseUserAgent(UserAgentHeader) - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
setServletContainerAdapter(ServletContainerAdapter) - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerConfigurationImpl
 
setString(String) - Method in class org.fourthline.cling.model.message.header.AVClientInfoHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.CallbackHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.ContentRangeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.ContentTypeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.DeviceTypeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.DeviceUSNHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.EventSequenceHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.EXTHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.HostHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.InterfaceMacHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.LocationHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.MANHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.MaxAgeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.MXHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.NTEventHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.NTSHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.PragmaHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.RangeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.RootDeviceHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.ServerHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.ServiceTypeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.ServiceUSNHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.SoapActionHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.STAllHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.SubscriptionIdHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.TimeoutHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.UDADeviceTypeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.UDAServiceTypeHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.UDNHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.UpnpHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.UserAgentHeader
 
setString(String) - Method in class org.fourthline.cling.model.message.header.USNRootDeviceHeader
 
setSubscription(GENASubscription) - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
setSubscriptionDuration(Integer) - Method in class org.fourthline.cling.model.gena.LocalGENASubscription
 
setSubscriptionId(String) - Method in class org.fourthline.cling.model.gena.GENASubscription
 
setTcpConnectionBacklog(int) - Method in class org.fourthline.cling.transport.impl.StreamServerConfigurationImpl
 
setTimeoutSeconds(int) - Method in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
setTimeToLive(int) - Method in class org.fourthline.cling.transport.impl.DatagramIOConfigurationImpl
 
setUdaMajorVersion(int) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setUdaMinorVersion(int) - Method in class org.fourthline.cling.model.message.UpnpMessage
 
setUri(URI) - Method in class org.fourthline.cling.model.message.StreamRequestMessage
 
setUri(URI) - Method in class org.fourthline.cling.model.message.UpnpRequest
 
setUsePersistentConnections(boolean) - Method in class org.fourthline.cling.transport.impl.StreamClientConfigurationImpl
 
setValue(T) - Method in class org.fourthline.cling.model.message.header.UpnpHeader
 
setValue(long) - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
setWifiLock(boolean) - Method in class org.fourthline.cling.android.AndroidRouter
 
setWiFiMulticastLock(boolean) - Method in class org.fourthline.cling.android.AndroidRouter
 
ShortDatatype - Class in org.fourthline.cling.model.types
 
ShortDatatype() - Constructor for class org.fourthline.cling.model.types.ShortDatatype
 
shutdown() - Method in class org.fourthline.cling.android.AndroidRouter
 
shutdown() - Method in class org.fourthline.cling.DefaultUpnpServiceConfiguration
 
shutdown() - Method in class org.fourthline.cling.ManagedUpnpService
 
shutdown(UpnpService.Shutdown) - Method in class org.fourthline.cling.ManagedUpnpService
 
shutdown() - Method in class org.fourthline.cling.ManagedUpnpServiceConfiguration
 
shutdown() - Method in class org.fourthline.cling.mock.MockRouter
 
shutdown() - Method in class org.fourthline.cling.mock.MockUpnpService
 
shutdown() - Method in class org.fourthline.cling.model.resource.Resource
Called by the registry when it stops, in the shutdown thread.
shutdown() - Method in interface org.fourthline.cling.registry.Registry
Typically called internally when the UPnP stack is stopping.
shutdown() - Method in class org.fourthline.cling.registry.RegistryImpl
 
shutdown() - Method in interface org.fourthline.cling.transport.Router
Disables the router and releases all other resources.
shutdown() - Method in class org.fourthline.cling.transport.RouterImpl
 
shutdown() - Method in interface org.fourthline.cling.UpnpService
Stopping the UPnP stack.
Shutdown() - Constructor for class org.fourthline.cling.UpnpService.Shutdown
 
shutdown() - Method in interface org.fourthline.cling.UpnpServiceConfiguration
Called by the UpnpService on shutdown, useful to e.g.
shutdown() - Method in class org.fourthline.cling.UpnpServiceImpl
 
shutdown(boolean) - Method in class org.fourthline.cling.UpnpServiceImpl
 
shutdownConfiguration() - Method in class org.fourthline.cling.UpnpServiceImpl
 
shutdownRegistry() - Method in class org.fourthline.cling.UpnpServiceImpl
 
shutdownRouter() - Method in class org.fourthline.cling.UpnpServiceImpl
 
SOAP_NS_ENVELOPE - Static variable in interface org.fourthline.cling.model.Constants
 
SOAP_URI_ENCODING_STYLE - Static variable in interface org.fourthline.cling.model.Constants
 
SoapActionHeader - Class in org.fourthline.cling.model.message.header
 
SoapActionHeader() - Constructor for class org.fourthline.cling.model.message.header.SoapActionHeader
 
SoapActionHeader(URI) - Constructor for class org.fourthline.cling.model.message.header.SoapActionHeader
 
SoapActionHeader(SoapActionType) - Constructor for class org.fourthline.cling.model.message.header.SoapActionHeader
 
SoapActionHeader(String) - Constructor for class org.fourthline.cling.model.message.header.SoapActionHeader
 
SOAPActionProcessor - Interface in org.fourthline.cling.transport.spi
Converts UPnP SOAP messages from/to action invocations.
SOAPActionProcessorImpl - Class in org.fourthline.cling.transport.impl
Default implementation based on the W3C DOM XML processing API.
SOAPActionProcessorImpl() - Constructor for class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
SoapActionType - Class in org.fourthline.cling.model.types
Header in SOAP action messages, naturally declaring the same thing as the body of the SOAP message.
SoapActionType(ServiceType, String) - Constructor for class org.fourthline.cling.model.types.SoapActionType
 
SoapActionType(String, String, Integer, String) - Constructor for class org.fourthline.cling.model.types.SoapActionType
 
socket - Variable in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
socket - Variable in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
SpecVersionHandler(MutableUDAVersion, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
STAllHeader - Class in org.fourthline.cling.model.message.header
 
STAllHeader() - Constructor for class org.fourthline.cling.model.message.header.STAllHeader
 
stampLastRefresh() - Method in class org.fourthline.cling.model.ExpirationDetails
 
start(UpnpService.Start) - Method in class org.fourthline.cling.ManagedUpnpService
 
Start() - Constructor for class org.fourthline.cling.UpnpService.Start
 
startAddressBasedTransports(Iterator<InetAddress>) - Method in class org.fourthline.cling.transport.RouterImpl
 
startElement(String, String, String, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
 
startElement(String, String, String, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
startIfNotRunning() - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
startIfNotRunning() - Method in interface org.fourthline.cling.transport.spi.ServletContainerAdapter
Start your servlet container if it isn't already running, might be called multiple times.
startInterfaceBasedTransports(Iterator<NetworkInterface>) - Method in class org.fourthline.cling.transport.RouterImpl
 
StateVariable<S extends Service> - Class in org.fourthline.cling.model.meta
The metadata of a named state variable.
StateVariable(String, StateVariableTypeDetails) - Constructor for class org.fourthline.cling.model.meta.StateVariable
 
StateVariable(String, StateVariableTypeDetails, StateVariableEventDetails) - Constructor for class org.fourthline.cling.model.meta.StateVariable
 
StateVariableAccessor - Class in org.fourthline.cling.model.state
Reads the value of a state variable, given an instance that implements the service.
StateVariableAccessor() - Constructor for class org.fourthline.cling.model.state.StateVariableAccessor
 
stateVariableAccessors - Variable in class org.fourthline.cling.model.meta.LocalService
 
StateVariableAllowedValueRange - Class in org.fourthline.cling.model.meta
Integrity rule for a state variable, restricting its values to a range with steps.
StateVariableAllowedValueRange(long, long) - Constructor for class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
StateVariableAllowedValueRange(long, long, long) - Constructor for class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
StateVariableEventDetails - Class in org.fourthline.cling.model.meta
Eventing options of a state variable, including moderation settings.
StateVariableEventDetails() - Constructor for class org.fourthline.cling.model.meta.StateVariableEventDetails
 
StateVariableEventDetails(boolean) - Constructor for class org.fourthline.cling.model.meta.StateVariableEventDetails
 
StateVariableEventDetails(boolean, int, int) - Constructor for class org.fourthline.cling.model.meta.StateVariableEventDetails
 
StateVariableHandler(MutableStateVariable, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
StateVariableListHandler(List<MutableStateVariable>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
stateVariables - Variable in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
stateVariables - Variable in class org.fourthline.cling.binding.staging.MutableService
 
StateVariableTypeDetails - Class in org.fourthline.cling.model.meta
Type of a state variable, its default value, and integrity rules for allowed values and ranges.
StateVariableTypeDetails(Datatype) - Constructor for class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
StateVariableTypeDetails(Datatype, String) - Constructor for class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
StateVariableTypeDetails(Datatype, String, String[], StateVariableAllowedValueRange) - Constructor for class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
StateVariableValue<S extends Service> - Class in org.fourthline.cling.model.state
Represents the value of a state variable.
StateVariableValue(StateVariable<S>, Object) - Constructor for class org.fourthline.cling.model.state.StateVariableValue
 
step - Variable in class org.fourthline.cling.binding.staging.MutableAllowedValueRange
 
stop() - Method in class org.fourthline.cling.registry.RegistryMaintainer
 
stop() - Method in class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl
 
stop() - Method in class org.fourthline.cling.transport.impl.DatagramIOImpl
 
stop() - Method in class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
stop() - Method in class org.fourthline.cling.transport.impl.MulticastReceiverImpl
 
stop() - Method in class org.fourthline.cling.transport.impl.StreamClientImpl
 
stop() - Method in class org.fourthline.cling.transport.impl.StreamServerImpl
 
stop() - Method in interface org.fourthline.cling.transport.spi.DatagramIO
Stops the service, closes any listening sockets.
stop() - Method in interface org.fourthline.cling.transport.spi.MulticastReceiver
Stops the service, closes any listening sockets.
stop() - Method in interface org.fourthline.cling.transport.spi.StreamClient
Stops the service, closes any connection pools etc.
stop() - Method in interface org.fourthline.cling.transport.spi.StreamServer
Stops the service, closes any listening sockets.
stopIfRunning() - Method in class org.fourthline.cling.transport.impl.jetty.JettyServletContainer
 
stopIfRunning() - Method in interface org.fourthline.cling.transport.spi.ServletContainerAdapter
Stop your servlet container if it's still running, might be called multiple times.
streamClient - Variable in class org.fourthline.cling.transport.RouterImpl
 
StreamClient<C extends StreamClientConfiguration> - Interface in org.fourthline.cling.transport.spi
Service for sending TCP (HTTP) stream request messages.
StreamClientConfiguration - Interface in org.fourthline.cling.transport.spi
Collection of typically needed configuration settings.
StreamClientConfigurationImpl - Class in org.fourthline.cling.transport.impl.jetty
Settings for the Jetty 8 implementation.
StreamClientConfigurationImpl(ExecutorService) - Constructor for class org.fourthline.cling.transport.impl.jetty.StreamClientConfigurationImpl
 
StreamClientConfigurationImpl(ExecutorService, int) - Constructor for class org.fourthline.cling.transport.impl.jetty.StreamClientConfigurationImpl
 
StreamClientConfigurationImpl - Class in org.fourthline.cling.transport.impl
Settings for the default implementation.
StreamClientConfigurationImpl(ExecutorService) - Constructor for class org.fourthline.cling.transport.impl.StreamClientConfigurationImpl
 
StreamClientConfigurationImpl(ExecutorService, int) - Constructor for class org.fourthline.cling.transport.impl.StreamClientConfigurationImpl
 
StreamClientImpl - Class in org.fourthline.cling.transport.impl.jetty
Implementation based on Jetty 8 client API.
StreamClientImpl(StreamClientConfigurationImpl) - Constructor for class org.fourthline.cling.transport.impl.jetty.StreamClientImpl
 
StreamClientImpl - Class in org.fourthline.cling.transport.impl
Default implementation based on the JDK's HttpURLConnection.
StreamClientImpl(StreamClientConfigurationImpl) - Constructor for class org.fourthline.cling.transport.impl.StreamClientImpl
 
StreamClientImpl.HttpContentExchange - Class in org.fourthline.cling.transport.impl.jetty
 
streamListenPort - Variable in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
StreamRequestMessage - Class in org.fourthline.cling.model.message
A TCP (HTTP) stream request message.
StreamRequestMessage(StreamRequestMessage) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URI) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URL) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest, String) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URI, String) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URL, String) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest, byte[]) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URI, byte[]) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URL, byte[]) - Constructor for class org.fourthline.cling.model.message.StreamRequestMessage
 
StreamResponseMessage - Class in org.fourthline.cling.model.message
A TCP (HTTP) stream response message.
StreamResponseMessage(StreamResponseMessage) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse.Status) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse, String) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(String) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse, byte[]) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(byte[]) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(String, ContentTypeHeader) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(String, MimeType) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(byte[], ContentTypeHeader) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(byte[], MimeType) - Constructor for class org.fourthline.cling.model.message.StreamResponseMessage
 
StreamServer<C extends StreamServerConfiguration> - Interface in org.fourthline.cling.transport.spi
Service for receiving TCP (HTTP) streams, one per bound IP address.
StreamServerConfiguration - Interface in org.fourthline.cling.transport.spi
Collection of typically needed configuration settings.
StreamServerConfigurationImpl - Class in org.fourthline.cling.transport.impl
Settings for the default implementation.
StreamServerConfigurationImpl() - Constructor for class org.fourthline.cling.transport.impl.StreamServerConfigurationImpl
Defaults to port '0', ephemeral.
StreamServerConfigurationImpl(int) - Constructor for class org.fourthline.cling.transport.impl.StreamServerConfigurationImpl
 
StreamServerImpl - Class in org.fourthline.cling.transport.impl
Implementation based on the built-in SUN JDK 6.0 HTTP Server.
StreamServerImpl(StreamServerConfigurationImpl) - Constructor for class org.fourthline.cling.transport.impl.StreamServerImpl
 
StreamServerImpl.HttpServerConnection - Class in org.fourthline.cling.transport.impl
 
StreamServerImpl.RequestHttpHandler - Class in org.fourthline.cling.transport.impl
 
streamServers - Variable in class org.fourthline.cling.transport.RouterImpl
 
stringConvertibleTypes - Variable in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
stringConvertibleTypes - Variable in class org.fourthline.cling.binding.annotations.AnnotationStateVariableBinder
 
stringConvertibleTypes - Variable in class org.fourthline.cling.model.meta.LocalService
 
StringDatatype - Class in org.fourthline.cling.model.types
 
StringDatatype() - Constructor for class org.fourthline.cling.model.types.StringDatatype
 
subscription - Variable in class org.fourthline.cling.protocol.sync.ReceivingSubscribe
 
subscription - Variable in class org.fourthline.cling.protocol.sync.SendingRenewal
 
subscription - Variable in class org.fourthline.cling.protocol.sync.SendingSubscribe
 
subscription - Variable in class org.fourthline.cling.protocol.sync.SendingUnsubscribe
 
SubscriptionCallback - Class in org.fourthline.cling.controlpoint
Subscribe and receive events from a service through GENA.
SubscriptionCallback(Service) - Constructor for class org.fourthline.cling.controlpoint.SubscriptionCallback
 
SubscriptionCallback(Service, int) - Constructor for class org.fourthline.cling.controlpoint.SubscriptionCallback
 
subscriptionId - Variable in class org.fourthline.cling.model.gena.GENASubscription
 
subscriptionId - Variable in class org.fourthline.cling.protocol.sync.SendingEvent
 
SubscriptionIdHeader - Class in org.fourthline.cling.model.message.header
 
SubscriptionIdHeader() - Constructor for class org.fourthline.cling.model.message.header.SubscriptionIdHeader
 
SubscriptionIdHeader(String) - Constructor for class org.fourthline.cling.model.message.header.SubscriptionIdHeader
 
success(ActionInvocation) - Method in class org.fourthline.cling.controlpoint.ActionCallback.Default
 
success(ActionInvocation) - Method in class org.fourthline.cling.controlpoint.ActionCallback
Called when the action invocation succeeded.
supportsQueryStateVariables - Variable in class org.fourthline.cling.model.meta.LocalService
 
syncProtocol - Variable in class org.fourthline.cling.transport.spi.UpnpStream
 
SYSTEM_PROPERTY_ANNOUNCE_MAC_ADDRESS - Static variable in interface org.fourthline.cling.model.Constants
 
SYSTEM_PROPERTY_NET_ADDRESSES - Static variable in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 
SYSTEM_PROPERTY_NET_IFACES - Static variable in interface org.fourthline.cling.transport.spi.NetworkAddressFactory
 

T

threadNumber - Variable in class org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingThreadFactory
 
throwIfRequestCancelled() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
TimeoutHeader - Class in org.fourthline.cling.model.message.header
 
TimeoutHeader() - Constructor for class org.fourthline.cling.model.message.header.TimeoutHeader
TimeoutHeader(int) - Constructor for class org.fourthline.cling.model.message.header.TimeoutHeader
 
TimeoutHeader(Integer) - Constructor for class org.fourthline.cling.model.message.header.TimeoutHeader
 
timeoutSeconds - Variable in class org.fourthline.cling.transport.spi.AbstractStreamClientConfiguration
 
toCommaSeparatedList(Object[]) - Static method in class org.fourthline.cling.model.ModelUtil
Converts the given instances into comma-separated elements of a string, escaping commas with backslashes.
toCommaSeparatedList(Object[], boolean, boolean) - Static method in class org.fourthline.cling.model.ModelUtil
Converts the given instances into comma-separated elements of a string, optionally escapes commas and double quotes with backslahses.
toDeviceArray(Collection<D>) - Method in class org.fourthline.cling.model.meta.Device
 
toDeviceArray(Collection<LocalDevice>) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
toDeviceArray(Collection<RemoteDevice>) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
toFriendlyString() - Method in class org.fourthline.cling.model.types.ServiceType
 
toServiceArray(Collection<S>) - Method in class org.fourthline.cling.model.meta.Device
 
toServiceArray(Collection<LocalService>) - Method in class org.fourthline.cling.model.meta.LocalDevice
 
toServiceArray(Collection<RemoteService>) - Method in class org.fourthline.cling.model.meta.RemoteDevice
 
toString() - Method in class org.fourthline.cling.controlpoint.ActionCallback
 
toString() - Method in class org.fourthline.cling.controlpoint.SubscriptionCallback
 
toString() - Method in class org.fourthline.cling.model.action.ActionInvocation
 
toString() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
toString() - Method in class org.fourthline.cling.model.DiscoveryOptions
 
toString() - Method in class org.fourthline.cling.model.ExpirationDetails
 
toString() - Method in class org.fourthline.cling.model.gena.GENASubscription
 
toString() - Method in class org.fourthline.cling.model.gena.RemoteGENASubscription
 
toString() - Method in class org.fourthline.cling.model.message.gena.IncomingEventRequestMessage
 
toString() - Method in class org.fourthline.cling.model.message.header.InterfaceMacHeader
 
toString() - Method in class org.fourthline.cling.model.message.header.UpnpHeader
 
toString() - Method in class org.fourthline.cling.model.message.UpnpMessage
 
toString() - Method in class org.fourthline.cling.model.message.UpnpRequest
 
toString() - Method in class org.fourthline.cling.model.message.UpnpResponse
 
toString() - Method in class org.fourthline.cling.model.meta.Action
 
toString() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
toString() - Method in class org.fourthline.cling.model.meta.Device
 
toString() - Method in class org.fourthline.cling.model.meta.DeviceIdentity
 
toString() - Method in class org.fourthline.cling.model.meta.Icon
 
toString() - Method in class org.fourthline.cling.model.meta.LocalService
 
toString() - Method in class org.fourthline.cling.model.meta.RemoteDeviceIdentity
 
toString() - Method in class org.fourthline.cling.model.meta.RemoteService
 
toString() - Method in class org.fourthline.cling.model.meta.Service
 
toString() - Method in class org.fourthline.cling.model.meta.StateVariable
 
toString() - Method in class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
toString() - Method in class org.fourthline.cling.model.profile.ClientInfo
 
toString() - Method in class org.fourthline.cling.model.profile.RemoteClientInfo
 
toString() - Method in class org.fourthline.cling.model.resource.Resource
 
toString() - Method in class org.fourthline.cling.model.ServerClientTokens
 
toString() - Method in class org.fourthline.cling.model.ServiceReference
 
toString() - Method in class org.fourthline.cling.model.state.FieldStateVariableAccessor
 
toString() - Method in class org.fourthline.cling.model.state.GetterStateVariableAccessor
 
toString() - Method in class org.fourthline.cling.model.state.StateVariableAccessor
 
toString() - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
toString() - Method in class org.fourthline.cling.model.types.csv.CSV
 
toString() - Method in class org.fourthline.cling.model.types.CustomDatatype
 
toString() - Method in enum org.fourthline.cling.model.types.Datatype.Default
 
toString() - Method in class org.fourthline.cling.model.types.DeviceType
 
toString() - Method in class org.fourthline.cling.model.types.DLNACaps
 
toString() - Method in class org.fourthline.cling.model.types.DLNADoc
 
toString() - Method in enum org.fourthline.cling.model.types.DLNADoc.Version
 
toString() - Method in class org.fourthline.cling.model.types.HostPort
 
toString() - Method in class org.fourthline.cling.model.types.NamedDeviceType
 
toString() - Method in class org.fourthline.cling.model.types.NamedServiceType
 
toString() - Method in class org.fourthline.cling.model.types.ServiceId
 
toString() - Method in class org.fourthline.cling.model.types.ServiceType
 
toString() - Method in class org.fourthline.cling.model.types.SoapActionType
 
toString() - Method in class org.fourthline.cling.model.types.UDN
 
toString() - Method in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
toString() - Method in class org.fourthline.cling.model.ValidationError
 
toString() - Method in class org.fourthline.cling.model.VariableValue
 
toString() - Method in class org.fourthline.cling.protocol.ReceivingAsync
 
toString() - Method in class org.fourthline.cling.protocol.ReceivingSync
 
toString() - Method in class org.fourthline.cling.protocol.SendingAsync
 
toString() - Method in class org.fourthline.cling.protocol.SendingSync
 
toString(Document) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
toString(Document) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
toString() - Method in class org.fourthline.cling.transport.spi.UpnpStream
 
toTimeString(long) - Static method in class org.fourthline.cling.model.ModelUtil
 

U

UDA10DeviceDescriptorBinderImpl - Class in org.fourthline.cling.binding.xml
Implementation based on JAXP DOM.
UDA10DeviceDescriptorBinderImpl() - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
UDA10DeviceDescriptorBinderSAXImpl - Class in org.fourthline.cling.binding.xml
A JAXP SAX parser implementation, which is actually slower than the DOM implementation (on desktop and on Android)!
UDA10DeviceDescriptorBinderSAXImpl() - Constructor for class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler<I> - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.IconHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.IconListHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.RootHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler - Class in org.fourthline.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderImpl - Class in org.fourthline.cling.binding.xml
Implementation based on JAXP DOM.
UDA10ServiceDescriptorBinderImpl() - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
UDA10ServiceDescriptorBinderSAXImpl - Class in org.fourthline.cling.binding.xml
Implementation based on JAXP SAX.
UDA10ServiceDescriptorBinderSAXImpl() - Constructor for class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
 
UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.RootHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I> - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler - Class in org.fourthline.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler - Class in org.fourthline.cling.binding.xml
 
UDADeviceType - Class in org.fourthline.cling.model.types
Device type with a fixed schemas-upnp-org namespace.
UDADeviceType(String) - Constructor for class org.fourthline.cling.model.types.UDADeviceType
 
UDADeviceType(String, int) - Constructor for class org.fourthline.cling.model.types.UDADeviceType
 
UDADeviceTypeHeader - Class in org.fourthline.cling.model.message.header
 
UDADeviceTypeHeader() - Constructor for class org.fourthline.cling.model.message.header.UDADeviceTypeHeader
 
UDADeviceTypeHeader(URI) - Constructor for class org.fourthline.cling.model.message.header.UDADeviceTypeHeader
 
UDADeviceTypeHeader(DeviceType) - Constructor for class org.fourthline.cling.model.message.header.UDADeviceTypeHeader
 
UDAServiceId - Class in org.fourthline.cling.model.types
Service identifier with a fixed upnp-org namespace.
UDAServiceId(String) - Constructor for class org.fourthline.cling.model.types.UDAServiceId
 
UDAServiceType - Class in org.fourthline.cling.model.types
Service type with a fixed schemas-upnp-org namespace.
UDAServiceType(String) - Constructor for class org.fourthline.cling.model.types.UDAServiceType
 
UDAServiceType(String, int) - Constructor for class org.fourthline.cling.model.types.UDAServiceType
 
UDAServiceTypeHeader - Class in org.fourthline.cling.model.message.header
 
UDAServiceTypeHeader() - Constructor for class org.fourthline.cling.model.message.header.UDAServiceTypeHeader
 
UDAServiceTypeHeader(URI) - Constructor for class org.fourthline.cling.model.message.header.UDAServiceTypeHeader
 
UDAServiceTypeHeader(UDAServiceType) - Constructor for class org.fourthline.cling.model.message.header.UDAServiceTypeHeader
 
udaVersion - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
UDAVersion - Class in org.fourthline.cling.model.meta
Version of the UPnP Device Architecture (UDA), defaults to 1.0.
UDAVersion() - Constructor for class org.fourthline.cling.model.meta.UDAVersion
 
UDAVersion(int, int) - Constructor for class org.fourthline.cling.model.meta.UDAVersion
 
udn - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
UDN - Class in org.fourthline.cling.model.types
A unique device name.
UDN(String) - Constructor for class org.fourthline.cling.model.types.UDN
 
UDN(UUID) - Constructor for class org.fourthline.cling.model.types.UDN
 
UDNHeader - Class in org.fourthline.cling.model.message.header
 
UDNHeader() - Constructor for class org.fourthline.cling.model.message.header.UDNHeader
 
UDNHeader(UDN) - Constructor for class org.fourthline.cling.model.message.header.UDNHeader
 
uniqueSystemIdentifier(String) - Static method in class org.fourthline.cling.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 - Static variable in class org.fourthline.cling.model.types.DeviceType
 
UNKNOWN - Static variable in class org.fourthline.cling.model.types.ServiceId
 
UNKNOWN_PLACEHOLDER - Static variable in class org.fourthline.cling.model.ServerClientTokens
 
UNLIMITED_AGE - Static variable in class org.fourthline.cling.model.ExpirationDetails
 
unlock() - Method in class org.fourthline.cling.model.DefaultServiceManager
 
unlock(Lock) - Method in class org.fourthline.cling.transport.RouterImpl
 
unregisterBroadcastReceiver() - Method in class org.fourthline.cling.android.AndroidRouter
 
unregisterPendingRemoteSubscription(RemoteGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
unregisterPendingRemoteSubscription(RemoteGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
UnsignedIntegerFourBytes - Class in org.fourthline.cling.model.types
 
UnsignedIntegerFourBytes(long) - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerFourBytes
 
UnsignedIntegerFourBytes(String) - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerFourBytes
 
UnsignedIntegerFourBytesDatatype - Class in org.fourthline.cling.model.types
 
UnsignedIntegerFourBytesDatatype() - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerFourBytesDatatype
 
UnsignedIntegerOneByte - Class in org.fourthline.cling.model.types
 
UnsignedIntegerOneByte(long) - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerOneByte
 
UnsignedIntegerOneByte(String) - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerOneByte
 
UnsignedIntegerOneByteDatatype - Class in org.fourthline.cling.model.types
 
UnsignedIntegerOneByteDatatype() - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerOneByteDatatype
 
UnsignedIntegerTwoBytes - Class in org.fourthline.cling.model.types
 
UnsignedIntegerTwoBytes(long) - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerTwoBytes
 
UnsignedIntegerTwoBytes(String) - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerTwoBytes
 
UnsignedIntegerTwoBytesDatatype - Class in org.fourthline.cling.model.types
 
UnsignedIntegerTwoBytesDatatype() - Constructor for class org.fourthline.cling.model.types.UnsignedIntegerTwoBytesDatatype
 
UnsignedVariableInteger - Class in org.fourthline.cling.model.types
A crude solution for unsigned "non-negative" types in UPnP, not usable for any arithmetic.
UnsignedVariableInteger() - Constructor for class org.fourthline.cling.model.types.UnsignedVariableInteger
 
UnsignedVariableInteger(long) - Constructor for class org.fourthline.cling.model.types.UnsignedVariableInteger
 
UnsignedVariableInteger(String) - Constructor for class org.fourthline.cling.model.types.UnsignedVariableInteger
 
UnsignedVariableInteger.Bits - Enum in org.fourthline.cling.model.types
 
UnsupportedDataException - Exception in org.fourthline.cling.model
Thrown by processors/converters when errors occurred.
UnsupportedDataException(String) - Constructor for exception org.fourthline.cling.model.UnsupportedDataException
 
UnsupportedDataException(String, Throwable) - Constructor for exception org.fourthline.cling.model.UnsupportedDataException
 
UnsupportedDataException(String, Throwable, Object) - Constructor for exception org.fourthline.cling.model.UnsupportedDataException
 
upc - Variable in class org.fourthline.cling.binding.staging.MutableDevice
 
update(RemoteDeviceIdentity) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP discovery protocol.
update(RemoteDeviceIdentity) - Method in class org.fourthline.cling.registry.RegistryImpl
 
UPDATED - Static variable in interface org.fourthline.cling.registry.event.Phase
 
updateLocalSubscription(LocalGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
updateLocalSubscription(LocalGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
updateRemoteSubscription(RemoteGENASubscription) - Method in interface org.fourthline.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
updateRemoteSubscription(RemoteGENASubscription) - Method in class org.fourthline.cling.registry.RegistryImpl
 
UPNP_MULTICAST_PORT - Static variable in interface org.fourthline.cling.model.Constants
 
UpnpAction - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpHeader<T> - Class in org.fourthline.cling.model.message.header
Transforms known and standardized UPnP/HTTP headers from/to string representation.
UpnpHeader() - Constructor for class org.fourthline.cling.model.message.header.UpnpHeader
 
UpnpHeader.Type - Enum in org.fourthline.cling.model.message.header
Maps a standardized UPnP header to potential header subtypes.
UpnpHeaders - Class in org.fourthline.cling.model.message
Provides UPnP header API in addition to plain multi-map HTTP header access.
UpnpHeaders() - Constructor for class org.fourthline.cling.model.message.UpnpHeaders
 
UpnpHeaders(Map<String, List<String>>) - Constructor for class org.fourthline.cling.model.message.UpnpHeaders
 
UpnpHeaders(ByteArrayInputStream) - Constructor for class org.fourthline.cling.model.message.UpnpHeaders
 
UpnpHeaders(boolean) - Constructor for class org.fourthline.cling.model.message.UpnpHeaders
 
UpnpInputArgument - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpMessage<O extends UpnpOperation> - Class in org.fourthline.cling.model.message
A non-streaming message, the interface between the transport layer and the protocols.
UpnpMessage(UpnpMessage<O>) - Constructor for class org.fourthline.cling.model.message.UpnpMessage
 
UpnpMessage(O) - Constructor for class org.fourthline.cling.model.message.UpnpMessage
 
UpnpMessage(O, UpnpMessage.BodyType, Object) - Constructor for class org.fourthline.cling.model.message.UpnpMessage
 
UpnpMessage.BodyType - Enum in org.fourthline.cling.model.message
 
UpnpOperation - Class in org.fourthline.cling.model.message
The operation, or HTTP details, of a message.
UpnpOperation() - Constructor for class org.fourthline.cling.model.message.UpnpOperation
 
UpnpOutputArgument - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpRequest - Class in org.fourthline.cling.model.message
A request message, with a method (GET, POST, NOTIFY, etc).
UpnpRequest(UpnpRequest.Method) - Constructor for class org.fourthline.cling.model.message.UpnpRequest
 
UpnpRequest(UpnpRequest.Method, URI) - Constructor for class org.fourthline.cling.model.message.UpnpRequest
 
UpnpRequest(UpnpRequest.Method, URL) - Constructor for class org.fourthline.cling.model.message.UpnpRequest
 
UpnpRequest.Method - Enum in org.fourthline.cling.model.message
 
UpnpResponse - Class in org.fourthline.cling.model.message
A response message, with a status code and message (OK, NOT FOUND, etc).
UpnpResponse(int, String) - Constructor for class org.fourthline.cling.model.message.UpnpResponse
 
UpnpResponse(UpnpResponse.Status) - Constructor for class org.fourthline.cling.model.message.UpnpResponse
 
UpnpResponse.Status - Enum in org.fourthline.cling.model.message
 
upnpService - Variable in class org.fourthline.cling.android.AndroidUpnpServiceImpl
 
UpnpService - Annotation Type in org.fourthline.cling.binding.annotations
 
upnpService - Variable in class org.fourthline.cling.protocol.ProtocolFactoryImpl
 
upnpService - Variable in class org.fourthline.cling.registry.RegistryImpl
 
UpnpService - Interface in org.fourthline.cling
Primary interface of the Cling Core UPnP stack.
UpnpService.Shutdown - Class in org.fourthline.cling
 
UpnpService.Start - Class in org.fourthline.cling
 
UpnpServiceConfiguration - Interface in org.fourthline.cling
Shared configuration data of the UPnP stack.
UpnpServiceId - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpServiceImpl - Class in org.fourthline.cling
Default implementation of UpnpService, starts immediately on construction.
UpnpServiceImpl() - Constructor for class org.fourthline.cling.UpnpServiceImpl
 
UpnpServiceImpl(RegistryListener...) - Constructor for class org.fourthline.cling.UpnpServiceImpl
 
UpnpServiceImpl(UpnpServiceConfiguration, RegistryListener...) - Constructor for class org.fourthline.cling.UpnpServiceImpl
 
UpnpServiceType - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpStateVariable - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpStateVariables - Annotation Type in org.fourthline.cling.binding.annotations
 
UpnpStream - Class in org.fourthline.cling.transport.spi
A runnable representation of a single HTTP request/response procedure.
UpnpStream(ProtocolFactory) - Constructor for class org.fourthline.cling.transport.spi.UpnpStream
 
uri - Variable in class org.fourthline.cling.binding.staging.MutableIcon
 
URIDatatype - Class in org.fourthline.cling.model.types
 
URIDatatype() - Constructor for class org.fourthline.cling.model.types.URIDatatype
 
url - Variable in class org.fourthline.cling.model.Location
 
useAddresses - Variable in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
useInterfaces - Variable in class org.fourthline.cling.transport.impl.NetworkAddressFactoryImpl
 
UserAgentHeader - Class in org.fourthline.cling.model.message.header
A simple string, not validated (everyone gets this wrong)
UserAgentHeader() - Constructor for class org.fourthline.cling.model.message.header.UserAgentHeader
 
UserAgentHeader(String) - Constructor for class org.fourthline.cling.model.message.header.UserAgentHeader
 
UserConstants - Class in org.fourthline.cling.model
Settings you can modify if you know what you are doing.
UserConstants() - Constructor for class org.fourthline.cling.model.UserConstants
 
USNRootDeviceHeader - Class in org.fourthline.cling.model.message.header
 
USNRootDeviceHeader() - Constructor for class org.fourthline.cling.model.message.header.USNRootDeviceHeader
 
USNRootDeviceHeader(UDN) - Constructor for class org.fourthline.cling.model.message.header.USNRootDeviceHeader
 

V

Validatable - Interface in org.fourthline.cling.model
Marker for types with integrity rules that require validation.
validate() - Method in class org.fourthline.cling.model.meta.Action
 
validate() - Method in class org.fourthline.cling.model.meta.ActionArgument
 
validate() - Method in class org.fourthline.cling.model.meta.Device
 
validate() - Method in class org.fourthline.cling.model.meta.DeviceDetails
 
validate() - Method in class org.fourthline.cling.model.meta.DeviceIdentity
 
validate() - Method in class org.fourthline.cling.model.meta.Icon
 
validate() - Method in class org.fourthline.cling.model.meta.LocalDevice
 
validate() - Method in class org.fourthline.cling.model.meta.QueryStateVariableAction
 
validate() - Method in class org.fourthline.cling.model.meta.Service
 
validate() - Method in class org.fourthline.cling.model.meta.StateVariable
 
validate() - Method in class org.fourthline.cling.model.meta.StateVariableAllowedValueRange
 
validate() - Method in class org.fourthline.cling.model.meta.StateVariableTypeDetails
 
validate() - Method in class org.fourthline.cling.model.meta.UDAVersion
 
validate() - Method in interface org.fourthline.cling.model.Validatable
 
validateThis() - Method in class org.fourthline.cling.model.meta.RemoteService
 
validateType(StateVariable, Class) - Method in class org.fourthline.cling.binding.annotations.AnnotationActionBinder
 
ValidationError - Class in org.fourthline.cling.model
Representing an integrity rule validation failure.
ValidationError(Class, String) - Constructor for class org.fourthline.cling.model.ValidationError
 
ValidationError(Class, String, String) - Constructor for class org.fourthline.cling.model.ValidationError
 
ValidationException - Exception in org.fourthline.cling.model
Thrown if integrity rule violations are exceptional, encapsulating the errors.
ValidationException(String) - Constructor for exception org.fourthline.cling.model.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception org.fourthline.cling.model.ValidationException
 
ValidationException(String, List<ValidationError>) - Constructor for exception org.fourthline.cling.model.ValidationException
 
value - Variable in class org.fourthline.cling.model.types.UnsignedVariableInteger
 
valueOf(String) - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Device.ELEMENT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Service.ATTRIBUTE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Service.ELEMENT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.gena.CancelReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.message.header.UpnpHeader.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.message.UpnpMessage.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.message.UpnpRequest.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.message.UpnpResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.meta.ActionArgument.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.fourthline.cling.model.types.AbstractDatatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.Base64Datatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.BinHexDatatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.BooleanDatatype
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.BytesRange
 
valueOf(String, String) - Static method in class org.fourthline.cling.model.types.BytesRange
 
valueOf(String) - Method in class org.fourthline.cling.model.types.CharacterDatatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.CustomDatatype
 
valueOf(String) - Static method in enum org.fourthline.cling.model.types.Datatype.Builtin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fourthline.cling.model.types.Datatype.Default
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in interface org.fourthline.cling.model.types.Datatype
Transforms a string representation into a value of the supported type.
valueOf(String) - Method in class org.fourthline.cling.model.types.DateTimeDatatype
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.DeviceType
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.DLNACaps
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.DLNADoc
 
valueOf(String) - Static method in enum org.fourthline.cling.model.types.DLNADoc.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.fourthline.cling.model.types.DoubleDatatype
 
valueOf(String) - Static method in enum org.fourthline.cling.model.types.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.fourthline.cling.model.types.FloatDatatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.IntegerDatatype
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.NamedDeviceType
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.NamedServiceType
 
valueOf(String) - Static method in enum org.fourthline.cling.model.types.NotificationSubtype
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.fourthline.cling.model.types.PragmaType
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.ServiceId
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.ServiceType
 
valueOf(String) - Method in class org.fourthline.cling.model.types.ShortDatatype
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.SoapActionType
 
valueOf(String) - Method in class org.fourthline.cling.model.types.StringDatatype
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.UDADeviceType
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.UDAServiceId
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.UDAServiceType
 
valueOf(String) - Static method in class org.fourthline.cling.model.types.UDN
 
valueOf(String) - Method in class org.fourthline.cling.model.types.UnsignedIntegerFourBytesDatatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.UnsignedIntegerOneByteDatatype
 
valueOf(String) - Method in class org.fourthline.cling.model.types.UnsignedIntegerTwoBytesDatatype
 
valueOf(String) - Static method in enum org.fourthline.cling.model.types.UnsignedVariableInteger.Bits
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.fourthline.cling.model.types.URIDatatype
 
valueOrNullOf(String) - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Device.ELEMENT
 
valueOrNullOf(String) - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Service.ELEMENT
 
values() - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Device.ELEMENT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Service.ATTRIBUTE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.binding.xml.Descriptor.Service.ELEMENT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.gena.CancelReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.message.header.UpnpHeader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.message.UpnpMessage.BodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.message.UpnpRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.message.UpnpResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.meta.ActionArgument.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.types.Datatype.Builtin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.types.Datatype.Default
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.types.DLNADoc.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.types.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.types.NotificationSubtype
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fourthline.cling.model.types.UnsignedVariableInteger.Bits
Returns an array containing the constants of this enum type, in the order they are declared.
VariableValue - Class in org.fourthline.cling.model
Encapsulates a variable or argument value, validates and transforms it from/to a string representaion.
VariableValue(Datatype, Object) - Constructor for class org.fourthline.cling.model.VariableValue
Creates and validates a variable value.
VIRTUAL_STATEVARIABLE_INPUT - Static variable in class org.fourthline.cling.model.meta.QueryStateVariableAction
 
VIRTUAL_STATEVARIABLE_OUTPUT - Static variable in class org.fourthline.cling.model.meta.QueryStateVariableAction
 

W

waitBeforeExecution() - Method in class org.fourthline.cling.protocol.async.ReceivingSearch
 
waitBeforeExecution() - Method in class org.fourthline.cling.protocol.ReceivingAsync
Provides an opportunity to pause before executing the protocol.
warning(SAXParseException) - Method in class org.fourthline.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
warning(SAXParseException) - Method in class org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
warning(SAXParseException) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
warning(SAXParseException) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
width - Variable in class org.fourthline.cling.binding.staging.MutableIcon
 
wifiLock - Variable in class org.fourthline.cling.android.AndroidRouter
 
write(OutgoingDatagramMessage) - Method in class org.fourthline.cling.transport.impl.DatagramProcessorImpl
 
write(OutgoingDatagramMessage) - Method in interface org.fourthline.cling.transport.spi.DatagramProcessor
Creates a UDP datagram with the content of a message.
writeActionInputArguments(Document, Element, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeActionOutputArguments(Document, Element, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeActionRequestElement(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeActionResponseElement(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeBody(OutgoingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
writeBody(ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeBody(ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeBody(OutgoingEventRequestMessage) - Method in interface org.fourthline.cling.transport.spi.GENAEventProcessor
Transforms a collection of StateVariableValues into an XML message body.
writeBody(ActionRequestMessage, ActionInvocation) - Method in interface org.fourthline.cling.transport.spi.SOAPActionProcessor
Converts the given invocation input into SOAP XML content, setting on the given request message.
writeBody(ActionResponseMessage, ActionInvocation) - Method in interface org.fourthline.cling.transport.spi.SOAPActionProcessor
Converts the given invocation output into SOAP XML content, setting on the given response message.
writeBodyElement(Document) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeBodyFailure(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeFaultElement(Document, Element, ActionInvocation) - Method in class org.fourthline.cling.transport.impl.SOAPActionProcessorImpl
 
writeFormat - Variable in class org.fourthline.cling.model.types.DateTimeDatatype
 
writeLock - Variable in class org.fourthline.cling.transport.RouterImpl
 
writeProperties(Document, Element, OutgoingEventRequestMessage) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
writePropertysetElement(Document) - Method in class org.fourthline.cling.transport.impl.GENAEventProcessorImpl
 
writeResponseMessage(StreamResponseMessage) - Method in class org.fourthline.cling.transport.impl.AsyncServletUpnpStream
 

X

XMLUtil - Class in org.fourthline.cling.model
XML handling and printing shortcuts.
XMLUtil() - Constructor for class org.fourthline.cling.model.XMLUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.