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

A

AbstractActionExecutor - Class in org.teleal.cling.model.action
Shared procedures for action executors based on an actual service implementation instance.
AbstractActionExecutor() - Constructor for class org.teleal.cling.model.action.AbstractActionExecutor
 
AbstractActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Constructor for class org.teleal.cling.model.action.AbstractActionExecutor
 
AbstractDatatype<V> - Class in org.teleal.cling.model.types
 
AbstractDatatype() - Constructor for class org.teleal.cling.model.types.AbstractDatatype
 
accessor - Variable in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
action - Variable in class org.teleal.cling.model.action.ActionInvocation
 
Action<S extends Service> - Class in org.teleal.cling.model.meta
Describes an action and its input/output arguments.
Action(String, ActionArgument[]) - Constructor for class org.teleal.cling.model.meta.Action
 
ACTION_NAME - Static variable in class org.teleal.cling.model.meta.QueryStateVariableAction
 
ActionArgument<S extends Service> - Class in org.teleal.cling.model.meta
Describes a single action argument, either input or output.
ActionArgument(String, String, ActionArgument.Direction) - Constructor for class org.teleal.cling.model.meta.ActionArgument
 
ActionArgument(String, String[], String, ActionArgument.Direction) - Constructor for class org.teleal.cling.model.meta.ActionArgument
 
ActionArgument(String, String, ActionArgument.Direction, boolean) - Constructor for class org.teleal.cling.model.meta.ActionArgument
 
ActionArgument(String, String[], String, ActionArgument.Direction, boolean) - Constructor for class org.teleal.cling.model.meta.ActionArgument
 
ActionArgument.Direction - Enum in org.teleal.cling.model.meta
 
ActionArgumentValue<S extends Service> - Class in org.teleal.cling.model.action
Represents the value of an action input or output argument.
ActionArgumentValue(ActionArgument<S>, Object) - Constructor for class org.teleal.cling.model.action.ActionArgumentValue
 
ActionCallback - Class in org.teleal.cling.controlpoint
Execute actions on any service.
ActionCallback(ActionInvocation, ControlPoint) - Constructor for class org.teleal.cling.controlpoint.ActionCallback
 
ActionCallback(ActionInvocation) - Constructor for class org.teleal.cling.controlpoint.ActionCallback
 
ActionCallback.Default - Class in org.teleal.cling.controlpoint
Empty implementation of callback methods, simplifies synchronous execution of an ActionInvocation.
ActionCallback.Default(ActionInvocation, ControlPoint) - Constructor for class org.teleal.cling.controlpoint.ActionCallback.Default
 
ActionException - Exception in org.teleal.cling.model.action
Thrown (or encapsulated in ActionInvocation when an action execution failed.
ActionException(int, String) - Constructor for exception org.teleal.cling.model.action.ActionException
 
ActionException(int, String, Throwable) - Constructor for exception org.teleal.cling.model.action.ActionException
 
ActionException(ErrorCode) - Constructor for exception org.teleal.cling.model.action.ActionException
 
ActionException(ErrorCode, String) - Constructor for exception org.teleal.cling.model.action.ActionException
 
ActionException(ErrorCode, String, boolean) - Constructor for exception org.teleal.cling.model.action.ActionException
 
ActionException(ErrorCode, String, Throwable) - Constructor for exception org.teleal.cling.model.action.ActionException
 
ActionExecutor - Interface in org.teleal.cling.model.action
Executes an ActionInvocation.
actionExecutors - Variable in class org.teleal.cling.model.meta.LocalService
 
actionInvocation - Variable in class org.teleal.cling.controlpoint.ActionCallback
 
ActionInvocation<S extends Service> - Class in org.teleal.cling.model.action
The input, output, and failure values of an action invocation.
ActionInvocation(Action<S>) - Constructor for class org.teleal.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionArgumentValue<S>[]) - Constructor for class org.teleal.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[]) - Constructor for class org.teleal.cling.model.action.ActionInvocation
 
ActionInvocation(ActionException) - Constructor for class org.teleal.cling.model.action.ActionInvocation
 
actionInvocation - Variable in class org.teleal.cling.protocol.sync.SendingAction
 
ActionMessage - Interface in org.teleal.cling.model.message.control
A narrowing interface for action request/response messages.
ActionRequestMessage - Interface in org.teleal.cling.model.message.control
 
ActionResponseMessage - Interface in org.teleal.cling.model.message.control
 
actions - Variable in class org.teleal.cling.binding.staging.MutableService
 
actualDurationSeconds - Variable in class org.teleal.cling.model.gena.GENASubscription
 
add(String, String) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
add(UpnpHeader.Type, UpnpHeader) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
add(HttpMessage, Headers) - Static method in class org.teleal.cling.transport.impl.apache.HeaderUtil
 
addDevice(LocalDevice) - Method in interface org.teleal.cling.registry.Registry
Call this method to add your local device metadata.
addDevice(RemoteDevice) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP discovery protocol.
addDevice(LocalDevice) - Method in class org.teleal.cling.registry.RegistryImpl
 
addDevice(RemoteDevice) - Method in class org.teleal.cling.registry.RegistryImpl
 
addHeaders() - Method in class org.teleal.cling.model.message.control.OutgoingActionResponseMessage
 
addListener(RegistryListener) - Method in interface org.teleal.cling.registry.Registry
 
addListener(RegistryListener) - Method in class org.teleal.cling.registry.RegistryImpl
 
addLocalSubscription(LocalGENASubscription) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
addLocalSubscription(LocalGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
addParsedValue(UpnpHeader.Type, UpnpHeader) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
addRemoteSubscription(RemoteGENASubscription) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
addRemoteSubscription(RemoteGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
addResource(Resource) - Method in interface org.teleal.cling.registry.Registry
Stores an arbitrary resource in the registry.
addResource(Resource, int) - Method in interface org.teleal.cling.registry.Registry
Stores an arbitrary resource in the registry.
addResource(Resource) - Method in class org.teleal.cling.registry.RegistryImpl
 
addResource(Resource, int) - Method in class org.teleal.cling.registry.RegistryImpl
 
address - Variable in class org.teleal.cling.model.NetworkAddress
 
afterShutdown() - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
afterShutdown() - Method in interface org.teleal.cling.registry.RegistryListener
Called after the registry has been cleared on shutdown.
allowedValueRange - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
allowedValues - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
ANDROID_EMULATOR - Static variable in class org.teleal.cling.model.ModelUtil
True if this class is executing on an Android emulator runtime.
ANDROID_RUNTIME - Static variable in class org.teleal.cling.model.ModelUtil
True if this class is executing on an Android runtime
AndroidNetworkAddressFactory - Class in org.teleal.cling.android
Implementation appropriate for Android environment, avoids unavailable methods.
AndroidNetworkAddressFactory(WifiManager) - Constructor for class org.teleal.cling.android.AndroidNetworkAddressFactory
Defaults to an ephemeral port.
AndroidUpnpService - Interface in org.teleal.cling.android
Interface of the Android UPnP application service component.
AndroidUpnpServiceConfiguration - Class in org.teleal.cling.android
Configuration settings for deployment on Android.
AndroidUpnpServiceConfiguration(WifiManager) - Constructor for class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
AndroidUpnpServiceConfiguration(WifiManager, int) - Constructor for class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
AndroidUpnpServiceImpl - Class in org.teleal.cling.android
Provides a UPnP stack with Android configuration (WiFi network only) as an application service component.
AndroidUpnpServiceImpl() - Constructor for class org.teleal.cling.android.AndroidUpnpServiceImpl
 
AndroidUpnpServiceImpl.Binder - Class in org.teleal.cling.android
 
AndroidUpnpServiceImpl.Binder() - Constructor for class org.teleal.cling.android.AndroidUpnpServiceImpl.Binder
 
AndroidWifiSwitchableRouter - Class in org.teleal.cling.android
Switches the network transport layer on/off by monitoring WiFi connectivity.
AndroidWifiSwitchableRouter(UpnpServiceConfiguration, ProtocolFactory, WifiManager, ConnectivityManager) - Constructor for class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
annotation - Variable in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
annotation - Variable in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
AnnotationActionBinder - Class in org.teleal.cling.binding.annotations
 
AnnotationActionBinder(Method, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Constructor for class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
AnnotationLocalServiceBinder - Class in org.teleal.cling.binding.annotations
Reads LocalService metadata from annotations.
AnnotationLocalServiceBinder() - Constructor for class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
AnnotationStateVariableBinder - Class in org.teleal.cling.binding.annotations
 
AnnotationStateVariableBinder(UpnpStateVariable, String, StateVariableAccessor, Set<Class>) - Constructor for class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
appendAction(Map<Action, ActionExecutor>) - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
appendNewElement(Document, Element, Enum) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElement(Document, Element, String) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElement(Document, Element, String, Object) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElement(Document, Element, String, Object, String) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, Enum, Object) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, Enum, Object, String) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, String, Object) - Static method in class org.teleal.cling.model.XMLUtil
 
appendNewElementIfNotNull(Document, Element, String, Object, String) - Static method in class org.teleal.cling.model.XMLUtil
 
applyHeaders(HttpURLConnection, Headers) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
applyRequestBody(HttpURLConnection, StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
applyRequestProperties(HttpURLConnection, StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
ARG_TYPE_PREFIX - Static variable in interface org.teleal.cling.model.Constants
 
arguments - Variable in class org.teleal.cling.binding.staging.MutableAction
 

B

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

C

CALLBACK_FILE - Static variable in class org.teleal.cling.model.Namespace
 
CallbackHeader - Class in org.teleal.cling.model.message.header
 
CallbackHeader() - Constructor for class org.teleal.cling.model.message.header.CallbackHeader
 
CallbackHeader(List<URL>) - Constructor for class org.teleal.cling.model.message.header.CallbackHeader
 
CallbackHeader(URL) - Constructor for class org.teleal.cling.model.message.header.CallbackHeader
 
CancelReason - Enum in org.teleal.cling.model.gena
The reason why a GENASubscription has ended unexpectedly.
CharacterDatatype - Class in org.teleal.cling.model.types
 
CharacterDatatype() - Constructor for class org.teleal.cling.model.types.CharacterDatatype
 
clear() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
clientConnectionManager - Variable in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
Command<T> - Interface in org.teleal.cling.model
Executable procedure, invoked and potentially decorated by the ServiceManager.
commaToNewline(String) - Static method in class org.teleal.cling.model.ModelUtil
 
configuration - Variable in class org.teleal.cling.controlpoint.ControlPointImpl
 
configuration - Variable in class org.teleal.cling.mock.MockUpnpService
 
configuration - Variable in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
configuration - Variable in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
configuration - Variable in class org.teleal.cling.transport.impl.DatagramIOImpl
 
configuration - Variable in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
configuration - Variable in class org.teleal.cling.transport.impl.StreamClientImpl
 
configuration - Variable in class org.teleal.cling.transport.impl.StreamServerImpl
 
configuration - Variable in class org.teleal.cling.transport.RouterImpl
 
configuration - Variable in class org.teleal.cling.UpnpServiceImpl
 
connection - Variable in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
Constants - Interface in org.teleal.cling.model
Shared and immutable settings.
containsKey(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
ContentTypeHeader - Class in org.teleal.cling.model.message.header
 
ContentTypeHeader() - Constructor for class org.teleal.cling.model.message.header.ContentTypeHeader
 
ContentTypeHeader(MimeType) - Constructor for class org.teleal.cling.model.message.header.ContentTypeHeader
 
ContentTypeHeader(String) - Constructor for class org.teleal.cling.model.message.header.ContentTypeHeader
 
CONTROL - Static variable in class org.teleal.cling.model.Namespace
 
controlPoint - Variable in class org.teleal.cling.controlpoint.ActionCallback
 
ControlPoint - Interface in org.teleal.cling.controlpoint
Unified API for the asynchronous execution of network searches, actions, event subscriptions.
controlPoint - Variable in class org.teleal.cling.mock.MockUpnpService
 
controlPoint - Variable in class org.teleal.cling.UpnpServiceImpl
 
ControlPointImpl - Class in org.teleal.cling.controlpoint
Default implementation.
ControlPointImpl(UpnpServiceConfiguration, ProtocolFactory, Registry) - Constructor for class org.teleal.cling.controlpoint.ControlPointImpl
 
ControlPointInfo - Class in org.teleal.cling.model.profile
Encapsulates all known/detected information about a control point
ControlPointInfo() - Constructor for class org.teleal.cling.model.profile.ControlPointInfo
 
ControlPointInfo(UpnpHeaders) - Constructor for class org.teleal.cling.model.profile.ControlPointInfo
 
controlURI - Variable in class org.teleal.cling.binding.staging.MutableService
 
createActionArgumennts() - Method in class org.teleal.cling.binding.staging.MutableAction
 
createActions() - Method in class org.teleal.cling.binding.staging.MutableService
 
createConfiguration(WifiManager) - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
createControlPoint(ProtocolFactory, Registry) - Method in class org.teleal.cling.UpnpServiceImpl
 
createControlPointInfo() - Method in class org.teleal.cling.protocol.sync.ReceivingRetrieval
 
createDatagramIO(NetworkAddressFactory) - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createDatagramIO(NetworkAddressFactory) - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
createDatagramProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createDatatype() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
createDefaultExecutor() - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
createDefaultExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createDefaultFailureMessage(ActionInvocation, UpnpResponse) - Method in class org.teleal.cling.controlpoint.ActionCallback
 
createDefaultFailureMessage(UpnpResponse, Exception) - Static method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
createDefaultValue(Datatype) - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
createDeviceDescriptorBinderUDA10() - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
createDeviceDescriptorBinderUDA10() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createDeviceDetails(URL) - Method in class org.teleal.cling.binding.staging.MutableDevice
 
createDeviceMessages(LocalDevice, NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
createDeviceMessages(LocalDevice, Location) - Method in class org.teleal.cling.protocol.async.SendingNotification
 
createDeviceType() - Method in class org.teleal.cling.binding.staging.MutableDevice
 
createDeviceVersion() - Method in class org.teleal.cling.binding.staging.MutableDevice
 
createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
createGENAEventProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createHttpRequest(UpnpMessage, UpnpRequest) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
createHttpRequestEntity(UpnpMessage) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
createIcons() - Method in class org.teleal.cling.binding.staging.MutableDevice
 
createInputArguments() - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
createInputArgumentValues(ActionInvocation<LocalService>, Method) - Method in class org.teleal.cling.model.action.MethodActionExecutor
 
createMulticastReceiver(NetworkAddressFactory) - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createMulticastReceiver(NetworkAddressFactory) - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
createNamespace() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createNetworkAddressFactory(int) - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
createNetworkAddressFactory() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createNetworkAddressFactory(int) - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createNetworkAddressFactory() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
createOutputArguments() - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
createPropertyChangeListener(T) - Method in class org.teleal.cling.model.DefaultServiceManager
 
createPropertyChangeSupport(T) - Method in class org.teleal.cling.model.DefaultServiceManager
 
createProtocolFactory(UpnpService, boolean) - Method in class org.teleal.cling.mock.MockUpnpService
 
createProtocolFactory() - Method in class org.teleal.cling.UpnpServiceImpl
 
createReceivingAsync(IncomingDatagramMessage) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Creates a ReceivingNotification, ReceivingSearch, or ReceivingSearchResponse protocol.
createReceivingAsync(IncomingDatagramMessage) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createReceivingSync(StreamRequestMessage) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Creates a ReceivingRetrieval, ReceivingAction, ReceivingSubscribe, ReceivingUnsubscribe, or ReceivingEvent protocol.
createReceivingSync(StreamRequestMessage) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createRegistry(ProtocolFactory) - Method in class org.teleal.cling.UpnpServiceImpl
 
createRegistryMaintainer() - Method in class org.teleal.cling.registry.RegistryImpl
 
createResponse(URI, Resource) - Method in class org.teleal.cling.protocol.sync.ReceivingRetrieval
 
createResponse(HttpURLConnection, InputStream) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
createResponseHandler() - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
createRouter(UpnpServiceConfiguration, ProtocolFactory, WifiManager, ConnectivityManager) - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
createRouter() - Method in class org.teleal.cling.mock.MockUpnpService
 
createRouter(ProtocolFactory, Registry) - Method in class org.teleal.cling.UpnpServiceImpl
 
createSendingAction(ActionInvocation, URL) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for executing an action.
createSendingAction(ActionInvocation, URL) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingEvent(LocalGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the GENASubscription, creates a protocol for sending GENA events.
createSendingEvent(LocalGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingNotificationAlive(LocalDevice) - Method in class org.teleal.cling.mock.MockUpnpService.MockProtocolFactory
 
createSendingNotificationAlive(LocalDevice) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the Registry, creates a protocol for announcing local devices.
createSendingNotificationAlive(LocalDevice) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingNotificationByebye(LocalDevice) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the Registry, creates a protocol for announcing local devices.
createSendingNotificationByebye(LocalDevice) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingRenewal(RemoteGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for GENA renewal.
createSendingRenewal(RemoteGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingSearch(UpnpHeader, int) - Method in class org.teleal.cling.mock.MockUpnpService.MockProtocolFactory
 
createSendingSearch(UpnpHeader, int) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for a multicast search.
createSendingSearch(UpnpHeader, int) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingSubscribe(RemoteGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for GENA subscription.
createSendingSubscribe(RemoteGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingUnsubscribe(RemoteGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
Called by the ControlPoint, creates a protocol for GENA unsubscription.
createSendingUnsubscribe(RemoteGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createServiceDescriptorBinderUDA10() - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
createServiceDescriptorBinderUDA10() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createServiceInstance() - Method in class org.teleal.cling.model.DefaultServiceManager
 
createServices(Device) - Method in class org.teleal.cling.binding.staging.MutableDevice
 
createServiceTypeMessages(LocalDevice, NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
createServiceTypeMessages(LocalDevice, Location) - Method in class org.teleal.cling.protocol.async.SendingNotification
 
createSOAPActionProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createStateVariable() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
createStateVariables() - Method in class org.teleal.cling.binding.staging.MutableService
 
createStreamClient() - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
createStreamClient() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createStreamClient() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
createStreamServer(NetworkAddressFactory) - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
createValue(ActionArgument, String) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
CSV<T> - Class in org.teleal.cling.model.types.csv
Transforms a state variable value from/to strings of comma-separated elements.
CSV() - Constructor for class org.teleal.cling.model.types.csv.CSV
 
CSV(String) - Constructor for class org.teleal.cling.model.types.csv.CSV
 
CSVBoolean - Class in org.teleal.cling.model.types.csv
 
CSVBoolean() - Constructor for class org.teleal.cling.model.types.csv.CSVBoolean
 
CSVBoolean(String) - Constructor for class org.teleal.cling.model.types.csv.CSVBoolean
 
CSVBytes - Class in org.teleal.cling.model.types.csv
 
CSVBytes() - Constructor for class org.teleal.cling.model.types.csv.CSVBytes
 
CSVBytes(String) - Constructor for class org.teleal.cling.model.types.csv.CSVBytes
 
CSVCharacter - Class in org.teleal.cling.model.types.csv
 
CSVCharacter() - Constructor for class org.teleal.cling.model.types.csv.CSVCharacter
 
CSVCharacter(String) - Constructor for class org.teleal.cling.model.types.csv.CSVCharacter
 
CSVDate - Class in org.teleal.cling.model.types.csv
 
CSVDate() - Constructor for class org.teleal.cling.model.types.csv.CSVDate
 
CSVDate(String) - Constructor for class org.teleal.cling.model.types.csv.CSVDate
 
CSVDouble - Class in org.teleal.cling.model.types.csv
 
CSVDouble() - Constructor for class org.teleal.cling.model.types.csv.CSVDouble
 
CSVDouble(String) - Constructor for class org.teleal.cling.model.types.csv.CSVDouble
 
CSVFloat - Class in org.teleal.cling.model.types.csv
 
CSVFloat() - Constructor for class org.teleal.cling.model.types.csv.CSVFloat
 
CSVFloat(String) - Constructor for class org.teleal.cling.model.types.csv.CSVFloat
 
CSVInteger - Class in org.teleal.cling.model.types.csv
 
CSVInteger() - Constructor for class org.teleal.cling.model.types.csv.CSVInteger
 
CSVInteger(String) - Constructor for class org.teleal.cling.model.types.csv.CSVInteger
 
CSVShort - Class in org.teleal.cling.model.types.csv
 
CSVShort() - Constructor for class org.teleal.cling.model.types.csv.CSVShort
 
CSVShort(String) - Constructor for class org.teleal.cling.model.types.csv.CSVShort
 
CSVString - Class in org.teleal.cling.model.types.csv
 
CSVString() - Constructor for class org.teleal.cling.model.types.csv.CSVString
 
CSVString(String) - Constructor for class org.teleal.cling.model.types.csv.CSVString
 
CSVUnsignedIntegerFourBytes - Class in org.teleal.cling.model.types.csv
 
CSVUnsignedIntegerFourBytes() - Constructor for class org.teleal.cling.model.types.csv.CSVUnsignedIntegerFourBytes
 
CSVUnsignedIntegerFourBytes(String) - Constructor for class org.teleal.cling.model.types.csv.CSVUnsignedIntegerFourBytes
 
CSVUnsignedIntegerOneByte - Class in org.teleal.cling.model.types.csv
 
CSVUnsignedIntegerOneByte() - Constructor for class org.teleal.cling.model.types.csv.CSVUnsignedIntegerOneByte
 
CSVUnsignedIntegerOneByte(String) - Constructor for class org.teleal.cling.model.types.csv.CSVUnsignedIntegerOneByte
 
CSVUnsignedIntegerTwoBytes - Class in org.teleal.cling.model.types.csv
 
CSVUnsignedIntegerTwoBytes() - Constructor for class org.teleal.cling.model.types.csv.CSVUnsignedIntegerTwoBytes
 
CSVUnsignedIntegerTwoBytes(String) - Constructor for class org.teleal.cling.model.types.csv.CSVUnsignedIntegerTwoBytes
 
CSVURI - Class in org.teleal.cling.model.types.csv
 
CSVURI() - Constructor for class org.teleal.cling.model.types.csv.CSVURI
 
CSVURI(String) - Constructor for class org.teleal.cling.model.types.csv.CSVURI
 
currentSequence - Variable in class org.teleal.cling.model.gena.GENASubscription
 
currentSequence - Variable in class org.teleal.cling.protocol.sync.SendingEvent
 
currentValues - Variable in class org.teleal.cling.model.gena.GENASubscription
 
CustomDatatype - Class in org.teleal.cling.model.types
 
CustomDatatype(String) - Constructor for class org.teleal.cling.model.types.CustomDatatype
 

D

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

E

EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
EL - Static variable in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
embeddedDevices - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
embeddedDevices - Variable in class org.teleal.cling.model.meta.Device
 
enable() - Method in class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
enable() - Method in interface org.teleal.cling.transport.SwitchableRouter
 
enable() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
encodeText(String) - Static method in class org.teleal.cling.model.XMLUtil
 
end() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
end(CancelReason) - Method in class org.teleal.cling.model.gena.LocalGENASubscription
Removes a property change listener on the ServiceManager.
end(CancelReason, UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
ended(GENASubscription, CancelReason, UpnpResponse) - Method in class org.teleal.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.teleal.cling.model.gena.LocalGENASubscription
 
ended(CancelReason, UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
endElement(String, String, String) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
endElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
endElement(String, String, String) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
equals(Node) - Method in enum org.teleal.cling.binding.xml.Descriptor.Device.ELEMENT
 
equals(Node) - Method in enum org.teleal.cling.binding.xml.Descriptor.Service.ELEMENT
 
equals(Object) - Method in class org.teleal.cling.model.Location
 
equals(Object) - Method in class org.teleal.cling.model.meta.Device
 
equals(Object) - Method in class org.teleal.cling.model.meta.DeviceIdentity
 
equals(Object) - Method in class org.teleal.cling.model.NetworkAddress
 
equals(Object) - Method in class org.teleal.cling.model.resource.Resource
 
equals(Object) - Method in class org.teleal.cling.model.ServerClientTokens
 
equals(Object) - Method in class org.teleal.cling.model.ServiceReference
 
equals(Object) - Method in class org.teleal.cling.model.types.DeviceType
 
equals(Object) - Method in class org.teleal.cling.model.types.DLNACaps
 
equals(Object) - Method in class org.teleal.cling.model.types.DLNADoc
 
equals(Object) - Method in class org.teleal.cling.model.types.HostPort
 
equals(Object) - Method in class org.teleal.cling.model.types.NamedDeviceType
 
equals(Object) - Method in class org.teleal.cling.model.types.NamedServiceType
 
equals(Object) - Method in class org.teleal.cling.model.types.ServiceId
 
equals(Object) - Method in class org.teleal.cling.model.types.ServiceType
 
equals(Object) - Method in class org.teleal.cling.model.types.SoapActionType
 
equals(Object) - Method in class org.teleal.cling.model.types.UDN
 
equals(Object) - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
ErrorCode - Enum in org.teleal.cling.model.types
Basic UPnP control message error codes.
errors - Variable in exception org.teleal.cling.model.ValidationException
 
errors - Variable in exception org.teleal.cling.registry.RegistrationException
 
establish() - Method in class org.teleal.cling.model.gena.LocalGENASubscription
 
establish() - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
established(GENASubscription) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
Called when a local or remote subscription was successfully established.
established() - Method in class org.teleal.cling.model.gena.GENASubscription
 
eventDetails - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
EVENTED_STATE_VARIABLES - Static variable in interface org.teleal.cling.model.ServiceManager
Use this property name when propagating change events that affect any evented UPnP state variable.
eventReceived(GENASubscription) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
Called when an event for an established subscription has been received.
eventReceived() - Method in class org.teleal.cling.model.gena.GENASubscription
 
EVENTS - Static variable in class org.teleal.cling.model.Namespace
 
EventSequenceHeader - Class in org.teleal.cling.model.message.header
 
EventSequenceHeader() - Constructor for class org.teleal.cling.model.message.header.EventSequenceHeader
 
EventSequenceHeader(long) - Constructor for class org.teleal.cling.model.message.header.EventSequenceHeader
 
eventsMissed(GENASubscription, int) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
Called when a received event was out of sequence, indicating that events have been missed.
eventsMissed(int) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
eventSubscriptionURI - Variable in class org.teleal.cling.binding.staging.MutableService
 
execute(ActionCallback) - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
execute(SubscriptionCallback) - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
execute(ActionCallback) - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
execute(SubscriptionCallback) - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
execute(ActionInvocation<LocalService>) - Method in class org.teleal.cling.model.action.AbstractActionExecutor
Obtains the service implementation instance from the ServiceManager, handles exceptions.
execute(ActionInvocation<LocalService>, Object) - Method in class org.teleal.cling.model.action.AbstractActionExecutor
 
execute(ActionInvocation<LocalService>) - Method in interface org.teleal.cling.model.action.ActionExecutor
 
execute(ActionInvocation<LocalService>, Object) - Method in class org.teleal.cling.model.action.MethodActionExecutor
 
execute(ActionInvocation<LocalService>, Object) - Method in class org.teleal.cling.model.action.QueryStateVariableExecutor
 
execute(ServiceManager<T>) - Method in interface org.teleal.cling.model.Command
 
execute(Command<T>) - Method in class org.teleal.cling.model.DefaultServiceManager
 
execute(Command<T>) - Method in interface org.teleal.cling.model.ServiceManager
Double-dispatch of arbitrary commands, used by action executors and state variable accessors.
execute() - Method in class org.teleal.cling.protocol.async.ReceivingNotification
 
execute() - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
execute() - Method in class org.teleal.cling.protocol.async.ReceivingSearchResponse
 
execute() - Method in class org.teleal.cling.protocol.async.SendingNotification
 
execute() - Method in class org.teleal.cling.protocol.async.SendingNotificationAlive
 
execute() - Method in class org.teleal.cling.protocol.async.SendingNotificationByebye
 
execute() - Method in class org.teleal.cling.protocol.async.SendingSearch
 
execute() - Method in class org.teleal.cling.protocol.ReceivingAsync
 
execute() - Method in class org.teleal.cling.protocol.ReceivingSync
 
execute() - Method in class org.teleal.cling.protocol.SendingAsync
 
execute() - Method in class org.teleal.cling.protocol.SendingSync
 
executeQueryStateVariable(ActionInvocation<LocalService>, Object) - Method in class org.teleal.cling.model.action.QueryStateVariableExecutor
 
executeSync() - Method in class org.teleal.cling.protocol.ReceivingSync
 
executeSync() - Method in class org.teleal.cling.protocol.SendingSync
 
executeSync() - Method in class org.teleal.cling.protocol.sync.ReceivingAction
 
executeSync() - Method in class org.teleal.cling.protocol.sync.ReceivingEvent
 
executeSync() - Method in class org.teleal.cling.protocol.sync.ReceivingRetrieval
 
executeSync() - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
executeSync() - Method in class org.teleal.cling.protocol.sync.ReceivingUnsubscribe
 
executeSync() - Method in class org.teleal.cling.protocol.sync.SendingAction
 
executeSync() - Method in class org.teleal.cling.protocol.sync.SendingEvent
 
executeSync() - Method in class org.teleal.cling.protocol.sync.SendingRenewal
 
executeSync() - Method in class org.teleal.cling.protocol.sync.SendingSubscribe
 
executeSync() - Method in class org.teleal.cling.protocol.sync.SendingUnsubscribe
 
ExpirationDetails - Class in org.teleal.cling.model
 
ExpirationDetails() - Constructor for class org.teleal.cling.model.ExpirationDetails
 
ExpirationDetails(int) - Constructor for class org.teleal.cling.model.ExpirationDetails
 
EXTHeader - Class in org.teleal.cling.model.message.header
 
EXTHeader() - Constructor for class org.teleal.cling.model.message.header.EXTHeader
 
extraResponseHeadersThreadLocal - Static variable in class org.teleal.cling.protocol.sync.ReceivingAction
 

F

fail(UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
failed(GENASubscription, UpnpResponse, Exception) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
failed(GENASubscription, UpnpResponse, Exception, String) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
Called when establishing a local or remote subscription failed.
failed(UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
failure(ActionInvocation, UpnpResponse, String) - Method in class org.teleal.cling.controlpoint.ActionCallback.Default
 
failure(ActionInvocation, UpnpResponse) - Method in class org.teleal.cling.controlpoint.ActionCallback
 
failure(ActionInvocation, UpnpResponse, String) - Method in class org.teleal.cling.controlpoint.ActionCallback
Called when the action invocation failed.
failure - Variable in class org.teleal.cling.model.action.ActionInvocation
 
field - Variable in class org.teleal.cling.model.state.FieldStateVariableAccessor
 
FieldStateVariableAccessor - Class in org.teleal.cling.model.state
Reads the value of a state variable using reflection and a field.
FieldStateVariableAccessor(Field) - Constructor for class org.teleal.cling.model.state.FieldStateVariableAccessor
 
filterExclusiveServices(RemoteService[]) - Method in class org.teleal.cling.protocol.RetrieveRemoteDescriptors
 
find(UDN, D) - Method in class org.teleal.cling.model.meta.Device
 
find(DeviceType, D) - Method in class org.teleal.cling.model.meta.Device
 
find(ServiceType, D) - Method in class org.teleal.cling.model.meta.Device
 
findDevice(UDN) - Method in class org.teleal.cling.model.meta.Device
 
findDevice(UDN) - Method in class org.teleal.cling.model.meta.LocalDevice
 
findDevice(UDN) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
findDevices(DeviceType) - Method in class org.teleal.cling.model.meta.Device
 
findDevices(ServiceType) - Method in class org.teleal.cling.model.meta.Device
 
findEmbeddedDevices() - Method in class org.teleal.cling.model.meta.Device
 
findEmbeddedDevices(D) - Method in class org.teleal.cling.model.meta.Device
 
findIcons() - Method in class org.teleal.cling.model.meta.Device
 
findOutputArgumentAccessor(StateVariable, String, boolean) - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
findRelatedStateVariable(String, String, String) - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
findService(ServiceId) - Method in class org.teleal.cling.model.meta.Device
 
findService(ServiceType) - Method in class org.teleal.cling.model.meta.Device
 
findServices() - Method in class org.teleal.cling.model.meta.Device
 
findServices(ServiceType) - Method in class org.teleal.cling.model.meta.Device
 
findServices(ServiceType, ServiceId, D) - Method in class org.teleal.cling.model.meta.Device
 
findServiceTypes() - Method in class org.teleal.cling.model.meta.Device
 
FloatDatatype - Class in org.teleal.cling.model.types
 
FloatDatatype() - Constructor for class org.teleal.cling.model.types.FloatDatatype
 
foundDefaultInAllowedValues(String, String[]) - Method in class org.teleal.cling.model.meta.StateVariableTypeDetails
 
friendlyName - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
fromCommaSeparatedList(String) - Static method in class org.teleal.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.teleal.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.teleal.cling.model.ModelUtil
 

G

GENAEventProcessor - Interface in org.teleal.cling.transport.spi
Reads and writes GENA XML content.
GENAEventProcessorImpl - Class in org.teleal.cling.transport.impl
Default implementation based on the W3C DOM XML processing API.
GENAEventProcessorImpl() - Constructor for class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
GENASubscription<S extends Service> - Class in org.teleal.cling.model.gena
An established subscription, with identifer, expiration duration, sequence handling, and state variable values.
GENASubscription(S) - Constructor for class org.teleal.cling.model.gena.GENASubscription
Defaults to Constants.DEFAULT_SUBSCRIPTION_DURATION_SECONDS.
GENASubscription(S, int) - Constructor for class org.teleal.cling.model.gena.GENASubscription
 
generate(Device, ControlPointInfo, Namespace) - Method in interface org.teleal.cling.binding.xml.DeviceDescriptorBinder
 
generate(Service) - Method in interface org.teleal.cling.binding.xml.ServiceDescriptorBinder
 
generate(Device, ControlPointInfo, Namespace) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generate(Service) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
generateDevice(Namespace, Device, Document, Element, ControlPointInfo) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateDeviceList(Namespace, Device, Document, Element, ControlPointInfo) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateIconList(Namespace, Device, Document, Element) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateRoot(Namespace, Device, Document, ControlPointInfo) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateServiceList(Namespace, Device, Document, Element) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generateSpecVersion(Namespace, Device, Document, Element) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
get() - Method in interface org.teleal.cling.android.AndroidUpnpService
 
get() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl.Binder
 
get(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
get(HttpMessage) - Static method in class org.teleal.cling.transport.impl.apache.HeaderUtil
 
getAccessor() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
getAccessor(String) - Method in class org.teleal.cling.model.meta.LocalService
 
getAccessor(StateVariable) - Method in class org.teleal.cling.model.meta.LocalService
 
getAction() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getAction() - Method in class org.teleal.cling.model.message.control.IncomingActionRequestMessage
 
getAction() - Method in class org.teleal.cling.model.meta.ActionArgument
 
getAction(String) - Method in class org.teleal.cling.model.meta.Service
 
getActionInvocation() - Method in class org.teleal.cling.controlpoint.ActionCallback
 
getActionName() - Method in class org.teleal.cling.model.types.SoapActionType
 
getActionNamespace() - Method in interface org.teleal.cling.model.message.control.ActionMessage
 
getActionNamespace() - Method in class org.teleal.cling.model.message.control.IncomingActionRequestMessage
 
getActionNamespace() - Method in class org.teleal.cling.model.message.control.IncomingActionResponseMessage
 
getActionNamespace() - Method in class org.teleal.cling.model.message.control.OutgoingActionRequestMessage
 
getActionNamespace() - Method in class org.teleal.cling.model.message.control.OutgoingActionResponseMessage
 
getActions() - Method in class org.teleal.cling.model.meta.Service
 
getActiveStreamServers(InetAddress) - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
getActiveStreamServers(InetAddress) - Method in interface org.teleal.cling.transport.Router
 
getActiveStreamServers(InetAddress) - Method in class org.teleal.cling.transport.RouterImpl
 
getActiveStreamServers(InetAddress) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
getActualDurationSeconds() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getAddress() - Method in class org.teleal.cling.model.NetworkAddress
 
getAliases() - Method in class org.teleal.cling.model.meta.ActionArgument
 
getAllowedValueRange() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
getAllowedValueRange() - Method in class org.teleal.cling.model.meta.StateVariableTypeDetails
 
getAllowedValues(Class) - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
getAllowedValues() - Method in class org.teleal.cling.model.meta.StateVariableTypeDetails
 
getAnnotation() - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
getAnnotation() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
getArgument() - Method in class org.teleal.cling.model.action.ActionArgumentValue
 
getArguments() - Method in class org.teleal.cling.model.meta.Action
 
getAsArray(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
getAsyncProtocolExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getAsyncProtocolExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getBasePath() - Method in class org.teleal.cling.model.Namespace
 
getBaseURL() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getBindAddresses() - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getBindAddresses() - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getBindAddresses() - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getBindAddressInSubnetOf(InetAddress) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getBits() - Method in class org.teleal.cling.model.types.UnsignedIntegerFourBytes
 
getBits() - Method in class org.teleal.cling.model.types.UnsignedIntegerOneByte
 
getBits() - Method in class org.teleal.cling.model.types.UnsignedIntegerTwoBytes
 
getBits() - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
getBody() - Method in interface org.teleal.cling.model.message.control.ActionMessage
 
getBody() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getBodyBytes() - Method in interface org.teleal.cling.model.message.control.ActionMessage
 
getBodyBytes() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getBodyString() - Method in interface org.teleal.cling.model.message.control.ActionMessage
 
getBodyString() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getBodyType() - Method in interface org.teleal.cling.model.message.control.ActionMessage
 
getBodyType() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getBroadcastAddress(InetAddress) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getBroadcastAddress(InetAddress) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getBroadcastAddress(InetAddress) - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getBroadcastedBytes() - Method in class org.teleal.cling.mock.MockUpnpService
 
getBroadcastReceiver() - Method in class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
getBufferSizeKilobytes() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
Determines the size of the internal socket buffer used to buffer data while receiving/transmitting HTTP messages.
getBuiltin() - Method in class org.teleal.cling.model.types.AbstractDatatype
 
getBuiltin() - Method in interface org.teleal.cling.model.types.Datatype
 
getBuiltinDatatype() - Method in class org.teleal.cling.model.types.csv.CSV
 
getBuiltinType() - Method in enum org.teleal.cling.model.types.Datatype.Default
 
getBulkIntervalMilliseconds() - Method in class org.teleal.cling.protocol.async.SendingNotification
 
getBulkIntervalMilliseconds() - Method in class org.teleal.cling.protocol.async.SendingSearch
 
getBulkRepeat() - Method in class org.teleal.cling.protocol.async.SendingNotification
 
getBulkRepeat() - Method in class org.teleal.cling.protocol.async.SendingSearch
 
getByCode(int) - Static method in enum org.teleal.cling.model.types.ErrorCode
 
getByDescriptorName(String) - Static method in enum org.teleal.cling.model.types.Datatype.Builtin
 
getByHttpName(String) - Static method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
getByHttpName(String) - Static method in enum org.teleal.cling.model.message.UpnpRequest.Method
 
getByJavaType(Class) - Static method in enum org.teleal.cling.model.types.Datatype.Default
 
getByStatusCode(int) - Method in enum org.teleal.cling.model.message.UpnpResponse.Status
 
getByteSize() - Method in class org.teleal.cling.model.types.IntegerDatatype
 
getCallbackURLs() - Method in class org.teleal.cling.model.gena.LocalGENASubscription
 
getCallbackURLs() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getCaps() - Method in class org.teleal.cling.model.types.DLNACaps
 
getClazz() - Method in class org.teleal.cling.model.ValidationError
 
getCode() - Method in enum org.teleal.cling.model.types.ErrorCode
 
getConfiguration() - Method in interface org.teleal.cling.android.AndroidUpnpService
 
getConfiguration() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl.Binder
 
getConfiguration() - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
getConfiguration() - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
getConfiguration() - Method in class org.teleal.cling.mock.MockUpnpService
 
getConfiguration() - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
getConfiguration() - Method in interface org.teleal.cling.registry.Registry
 
getConfiguration() - Method in class org.teleal.cling.registry.RegistryImpl
 
getConfiguration() - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
getConfiguration() - Method in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
getConfiguration() - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
getConfiguration() - Method in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
getConfiguration() - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
getConfiguration() - Method in class org.teleal.cling.transport.impl.StreamServerImpl
 
getConfiguration() - Method in interface org.teleal.cling.transport.Router
 
getConfiguration() - Method in class org.teleal.cling.transport.RouterImpl
 
getConfiguration() - Method in interface org.teleal.cling.transport.spi.DatagramIO
 
getConfiguration() - Method in interface org.teleal.cling.transport.spi.MulticastReceiver
 
getConfiguration() - Method in interface org.teleal.cling.transport.spi.StreamClient
 
getConfiguration() - Method in interface org.teleal.cling.transport.spi.StreamServer
 
getConfiguration() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
getConfiguration() - Method in interface org.teleal.cling.UpnpService
 
getConfiguration() - Method in class org.teleal.cling.UpnpServiceImpl
 
getConnection() - Method in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
getConnectionTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
Defaults to 5 seconds;
getConnectionTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
Defaults to 5 seconds;
getConnectivityManager() - Method in class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
getContentCharset() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
getContentTypeCharset() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getContentTypeHeader() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getControlPath(Service) - Method in class org.teleal.cling.model.Namespace
 
getControlPoint() - Method in interface org.teleal.cling.android.AndroidUpnpService
 
getControlPoint() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl.Binder
 
getControlPoint() - Method in class org.teleal.cling.controlpoint.ActionCallback
 
getControlPoint() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
getControlPoint() - Method in class org.teleal.cling.mock.MockUpnpService
 
getControlPoint() - Method in interface org.teleal.cling.UpnpService
 
getControlPoint() - Method in class org.teleal.cling.UpnpServiceImpl
 
getControlURI() - Method in class org.teleal.cling.model.meta.RemoteService
 
getCurrentSequence() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getCurrentTimestampSeconds() - Method in class org.teleal.cling.model.ExpirationDetails
 
getCurrentValues() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getData() - Method in class org.teleal.cling.model.meta.Icon
 
getDatagramIOExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getDatagramIOExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getDatagramIOs() - Method in class org.teleal.cling.transport.RouterImpl
 
getDatagramProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getDatagramProcessor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getDataReadTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
Defaults to 5 seconds;
getDataReadTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
Defaults to 5 seconds.
getDatatype() - Method in class org.teleal.cling.model.meta.ActionArgument
 
getDatatype(ActionArgument) - Method in class org.teleal.cling.model.meta.Service
 
getDatatype() - Method in class org.teleal.cling.model.meta.StateVariableTypeDetails
 
getDatatype() - Method in enum org.teleal.cling.model.types.Datatype.Builtin
 
getDatatype() - Method in class org.teleal.cling.model.VariableValue
 
getDataWaitTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
Defines the socket timeout (SO_TIMEOUT) in seconds, which is the timeout for waiting for data.
getDateValue(String, String[]) - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getDefaultDeviceDetails() - Method in class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider
 
getDefaultExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getDefaultValue() - Method in class org.teleal.cling.model.meta.StateVariableTypeDetails
 
getDepth() - Method in class org.teleal.cling.model.meta.Icon
 
getDescription() - Method in enum org.teleal.cling.model.types.ErrorCode
 
getDescriptorLocation(NetworkAddress, LocalDevice) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
getDescriptorName() - Method in enum org.teleal.cling.model.types.Datatype.Builtin
 
getDescriptorPath(Device) - Method in class org.teleal.cling.model.Namespace
 
getDescriptorPath(Service) - Method in class org.teleal.cling.model.Namespace
 
getDescriptorURI() - Method in class org.teleal.cling.model.meta.RemoteService
 
getDescriptorURL() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
getDestinationAddress() - Method in class org.teleal.cling.model.message.OutgoingDatagramMessage
 
getDestinationPort() - Method in class org.teleal.cling.model.message.OutgoingDatagramMessage
 
getDetails() - Method in class org.teleal.cling.model.meta.Device
 
getDetails(ControlPointInfo) - Method in class org.teleal.cling.model.meta.Device
 
getDetails(ControlPointInfo) - Method in class org.teleal.cling.model.meta.LocalDevice
 
getDevClass() - Method in class org.teleal.cling.model.types.DLNADoc
 
getDevice() - Method in class org.teleal.cling.model.meta.Icon
 
getDevice() - Method in class org.teleal.cling.model.meta.Service
 
getDevice() - Method in class org.teleal.cling.protocol.async.SendingNotification
 
getDevice(UDN, boolean) - Method in interface org.teleal.cling.registry.Registry
 
getDevice(UDN, boolean) - Method in class org.teleal.cling.registry.RegistryImpl
 
getDeviceDescriptorBinderUDA10() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getDeviceDescriptorBinderUDA10() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getDevices() - Method in interface org.teleal.cling.registry.Registry
 
getDevices(DeviceType) - Method in interface org.teleal.cling.registry.Registry
 
getDevices(ServiceType) - Method in interface org.teleal.cling.registry.Registry
 
getDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
getDevices(DeviceType) - Method in class org.teleal.cling.registry.RegistryImpl
 
getDevices(ServiceType) - Method in class org.teleal.cling.registry.RegistryImpl
 
getDeviceType() - Method in class org.teleal.cling.model.types.NamedDeviceType
 
getDirection() - Method in class org.teleal.cling.model.meta.ActionArgument
 
getDiscoveredOnLocalAddress() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
getDisplayString() - Method in class org.teleal.cling.model.meta.Device
 
getDisplayString() - Method in class org.teleal.cling.model.types.AbstractDatatype
 
getDisplayString() - Method in interface org.teleal.cling.model.types.Datatype
 
getDisplayString() - Method in class org.teleal.cling.model.types.DeviceType
 
getDlnaCaps() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getDlnaDocs() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getEmbeddedDevices() - Method in class org.teleal.cling.model.meta.Device
 
getEmbeddedDevices() - Method in class org.teleal.cling.model.meta.LocalDevice
 
getEmbeddedDevices() - Method in class org.teleal.cling.model.meta.RemoteDevice
 
getEmulatorWifiNetworkInterface(WifiManager) - Static method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getErrorCode() - Method in exception org.teleal.cling.model.action.ActionException
 
getErrors() - Method in exception org.teleal.cling.model.ValidationException
 
getErrors() - Method in exception org.teleal.cling.registry.RegistrationException
 
getEventCallbackPath(Service) - Method in class org.teleal.cling.model.Namespace
 
getEventCallbackURLs(List<NetworkAddress>, Namespace) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
getEventDetails() - Method in class org.teleal.cling.model.meta.StateVariable
 
getEventMaximumRateMilliseconds() - Method in class org.teleal.cling.model.meta.StateVariableEventDetails
 
getEventMinimumDelta() - Method in class org.teleal.cling.model.meta.StateVariableEventDetails
 
getEventSubscriptionPath(Service) - Method in class org.teleal.cling.model.Namespace
 
getEventSubscriptionURI() - Method in class org.teleal.cling.model.meta.RemoteService
 
getEventSubscriptionURL() - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
getExclusiveServiceTypes() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getExclusiveServiceTypes() - Method in interface org.teleal.cling.UpnpServiceConfiguration
Returns service types that can be handled by this UPnP stack, all others will be ignored.
getExecutor(String) - Method in class org.teleal.cling.model.meta.LocalService
 
getExecutor(Action) - Method in class org.teleal.cling.model.meta.LocalService
 
getExtraResponseHeaders() - Static method in class org.teleal.cling.protocol.sync.ReceivingAction
 
getFailure() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getField() - Method in class org.teleal.cling.model.state.FieldStateVariableAccessor
 
getFirstHeader(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
getFirstHeader(UpnpHeader.Type, Class<H>) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
getFirstHeader(UpnpHeader.Type, Class<H>) - Method in class org.teleal.cling.protocol.ReceivingAsync
 
getFirstInputArgument() - Method in class org.teleal.cling.model.meta.Action
 
getFirstNetworkInterfaceHardwareAddress() - Static method in class org.teleal.cling.model.ModelUtil
 
getFirstOutputArgument() - Method in class org.teleal.cling.model.meta.Action
 
getFriendlyName() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getGenaEventProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getGenaEventProcessor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getGetter() - Method in class org.teleal.cling.model.state.GetterStateVariableAccessor
 
getGroup() - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getGroup() - Method in interface org.teleal.cling.transport.spi.MulticastReceiverConfiguration
 
getHardwareAddress(InetAddress) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getHardwareAddress() - Method in class org.teleal.cling.model.NetworkAddress
 
getHardwareAddress(InetAddress) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getHardwareAddress(InetAddress) - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getHeaderDetails() - Method in class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider
 
getHeaderName() - Method in class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider.Key
 
getHeaders() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getHeaders() - Method in class org.teleal.cling.model.profile.ControlPointInfo
 
getHeaderString() - Method in enum org.teleal.cling.model.types.NotificationSubtype
 
getHeaderTypes() - Method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
getHeight() - Method in class org.teleal.cling.model.meta.Icon
 
getHost() - Method in class org.teleal.cling.model.types.HostPort
 
getHttpExchange() - Method in class org.teleal.cling.transport.impl.HttpExchangeUpnpStream
 
getHttpMethodName() - Method in class org.teleal.cling.model.message.UpnpRequest
 
getHttpMinorVersion() - Method in class org.teleal.cling.model.message.UpnpOperation
 
getHttpName() - Method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
getHttpName() - Method in enum org.teleal.cling.model.message.UpnpRequest.Method
 
getHttpToken() - Method in class org.teleal.cling.model.ServerClientTokens
 
getIcons() - Method in class org.teleal.cling.model.meta.Device
 
getId() - Method in class org.teleal.cling.model.types.ServiceId
 
getIdentifierString() - Method in class org.teleal.cling.model.types.UDN
 
getIdentity() - Method in class org.teleal.cling.model.meta.Device
 
getImplementation() - Method in class org.teleal.cling.model.DefaultServiceManager
 
getImplementation() - Method in interface org.teleal.cling.model.ServiceManager
 
getIncomingDatagramMessages() - Method in class org.teleal.cling.mock.MockUpnpService
 
getInetAddressByName(String) - Static method in class org.teleal.cling.model.ModelUtil
Wraps the checked exception in a runtime exception.
getInetAddresses(NetworkInterface) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getInetAddresses(NetworkInterface) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getInput() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getInput(String) - Method in class org.teleal.cling.model.action.ActionInvocation
 
getInput(ActionArgument<S>) - Method in class org.teleal.cling.model.action.ActionInvocation
 
getInputArgument(String) - Method in class org.teleal.cling.model.action.ActionInvocation
 
getInputArgument(String) - Method in class org.teleal.cling.model.meta.Action
 
getInputArguments() - Method in class org.teleal.cling.model.meta.Action
 
getInputMap() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getInputMessage() - Method in class org.teleal.cling.protocol.ReceivingAsync
 
getInputMessage() - Method in class org.teleal.cling.protocol.SendingSync
 
getInterfaceAddresses(NetworkInterface) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getInterfaceMacAddress() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
getInterfaceMacHeader() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
getInterfaceMacHeader() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
getJavaType() - Method in enum org.teleal.cling.model.types.Datatype.Default
 
getLastRefreshTimestampSeconds() - Method in class org.teleal.cling.model.ExpirationDetails
 
getListeners() - Method in interface org.teleal.cling.registry.Registry
 
getListeners() - Method in class org.teleal.cling.registry.RegistryImpl
 
getListenPort() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
getListenPort() - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
getListenPort() - Method in interface org.teleal.cling.transport.spi.StreamServerConfiguration
 
getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getLocalAddress() - Method in class org.teleal.cling.model.message.IncomingDatagramMessage
 
getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
Best-effort attempt finding a reachable local address for a given remote host.
getLocalDevice(UDN, boolean) - Method in interface org.teleal.cling.registry.Registry
 
getLocalDevice(UDN, boolean) - Method in class org.teleal.cling.registry.RegistryImpl
 
getLocalDevices() - Method in interface org.teleal.cling.registry.Registry
 
getLocalDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
getLocalHostName(boolean) - Static method in class org.teleal.cling.model.ModelUtil
DNS reverse name lookup.
getLocalSubscription(String) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
getLocalSubscription(String) - Method in class org.teleal.cling.registry.RegistryImpl
 
getLocationURL() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
getLocationURL() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
getLockTimeoutMillis() - Method in class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
getLockTimeoutMillis() - Method in class org.teleal.cling.model.DefaultServiceManager
 
getLockTimeoutMillis() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
getMajor() - Method in class org.teleal.cling.model.meta.UDAVersion
 
getMajorVersion() - Method in class org.teleal.cling.model.ServerClientTokens
 
getManager() - Method in class org.teleal.cling.model.meta.LocalService
 
getManufacturer() - Method in class org.teleal.cling.model.meta.ManufacturerDetails
 
getManufacturerDetails() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getManufacturerURI() - Method in class org.teleal.cling.model.meta.ManufacturerDetails
 
getMatchingNodes(NodeList, ActionArgument[]) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
getMaxAge() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
getMaxAge() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
getMaxAgeSeconds() - Method in class org.teleal.cling.model.ExpirationDetails
 
getMaxAgeSeconds() - Method in class org.teleal.cling.model.meta.DeviceIdentity
 
getMaxDatagramBytes() - Method in class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
getMaxDatagramBytes() - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getMaxDatagramBytes() - Method in interface org.teleal.cling.transport.spi.DatagramIOConfiguration
 
getMaxDatagramBytes() - Method in interface org.teleal.cling.transport.spi.MulticastReceiverConfiguration
 
getMaximum() - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
getMaxTotalConnections() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
Defaults to 1024.
getMaxValue() - Method in class org.teleal.cling.model.types.IntegerDatatype
 
getMaxValue() - Method in enum org.teleal.cling.model.types.UnsignedVariableInteger.Bits
 
getMessage() - Method in class org.teleal.cling.model.ValidationError
 
getMethod() - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
getMethod() - Method in class org.teleal.cling.model.action.MethodActionExecutor
 
getMethod() - Method in class org.teleal.cling.model.message.UpnpRequest
 
getMimeType() - Method in class org.teleal.cling.model.meta.Icon
 
getMinimum() - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
getMinor() - Method in class org.teleal.cling.model.meta.UDAVersion
 
getMinorVersion() - Method in class org.teleal.cling.model.ServerClientTokens
 
getMinValue() - Method in class org.teleal.cling.model.types.IntegerDatatype
 
getMinValue() - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
getModel() - Method in class org.teleal.cling.model.resource.Resource
 
getModelDescription() - Method in class org.teleal.cling.model.meta.ModelDetails
 
getModelDetails() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getModelName() - Method in class org.teleal.cling.model.meta.ModelDetails
 
getModelNumber() - Method in class org.teleal.cling.model.meta.ModelDetails
 
getModelURI() - Method in class org.teleal.cling.model.meta.ModelDetails
 
getMulticastGroup() - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getMulticastGroup() - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getMulticastGroup() - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getMulticastPort() - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getMulticastPort() - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getMulticastPort() - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getMulticastReceiverExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getMulticastReceiverExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getMulticastReceivers() - Method in class org.teleal.cling.transport.RouterImpl
 
getMX() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchRequest
 
getMxSeconds() - Method in class org.teleal.cling.protocol.async.SendingSearch
 
getName() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
getName() - Method in class org.teleal.cling.model.meta.Action
 
getName() - Method in class org.teleal.cling.model.meta.ActionArgument
 
getName() - Method in class org.teleal.cling.model.meta.QueryStateVariableAction
 
getName() - Method in class org.teleal.cling.model.meta.StateVariable
 
getName() - Method in class org.teleal.cling.model.types.CustomDatatype
 
getNamespace() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getNamespace() - Method in class org.teleal.cling.model.message.header.MANHeader
 
getNamespace() - Method in class org.teleal.cling.model.types.DeviceType
 
getNamespace() - Method in class org.teleal.cling.model.types.ServiceId
 
getNamespace() - Method in class org.teleal.cling.model.types.ServiceType
 
getNamespace() - Method in class org.teleal.cling.model.types.SoapActionType
 
getNamespace() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getNetworkAddress() - Method in class org.teleal.cling.model.Location
 
getNetworkAddressFactory() - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
getNetworkAddressFactory() - Method in interface org.teleal.cling.transport.Router
 
getNetworkAddressFactory() - Method in class org.teleal.cling.transport.RouterImpl
 
getNetworkAddressFactory() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
getNetworkInterfaces() - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getNetworkInterfaces() - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getNetworkInterfaces() - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getNotificationSubtype() - Method in class org.teleal.cling.protocol.async.SendingNotification
 
getNotificationSubtype() - Method in class org.teleal.cling.protocol.async.SendingNotificationAlive
 
getNotificationSubtype() - Method in class org.teleal.cling.protocol.async.SendingNotificationByebye
 
getOperation() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getOsName() - Method in class org.teleal.cling.model.ServerClientTokens
 
getOsToken() - Method in class org.teleal.cling.model.ServerClientTokens
 
getOsVersion() - Method in class org.teleal.cling.model.ServerClientTokens
 
getOutgoingDatagramMessages() - Method in class org.teleal.cling.mock.MockUpnpService
 
getOutput() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getOutput(String) - Method in class org.teleal.cling.model.action.ActionInvocation
 
getOutput(ActionArgument<S>) - Method in class org.teleal.cling.model.action.ActionInvocation
 
getOutputArgument(String) - Method in class org.teleal.cling.model.action.ActionInvocation
 
getOutputArgument(String) - Method in class org.teleal.cling.model.meta.Action
 
getOutputArgumentAccessors() - Method in class org.teleal.cling.model.action.AbstractActionExecutor
 
getOutputArguments() - Method in class org.teleal.cling.model.meta.Action
 
getOutputMap() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getOutputMessage() - Method in class org.teleal.cling.protocol.ReceivingSync
 
getOutputMessage() - Method in class org.teleal.cling.protocol.SendingSync
 
getParentDevice() - Method in class org.teleal.cling.model.meta.Device
 
getPath() - Method in class org.teleal.cling.model.Location
 
getPath(Device) - Method in class org.teleal.cling.model.Namespace
 
getPath(Service) - Method in class org.teleal.cling.model.Namespace
 
getPathQuery() - Method in class org.teleal.cling.model.resource.Resource
 
getPort() - Method in class org.teleal.cling.model.NetworkAddress
 
getPort() - Method in class org.teleal.cling.model.types.HostPort
 
getPort() - Method in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
getPort() - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getPort() - Method in class org.teleal.cling.transport.impl.StreamServerImpl
 
getPort() - Method in interface org.teleal.cling.transport.spi.MulticastReceiverConfiguration
 
getPort() - Method in interface org.teleal.cling.transport.spi.StreamServer
 
getPresentationURI() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getProductName() - Method in class org.teleal.cling.model.ServerClientTokens
 
getProductToken() - Method in class org.teleal.cling.model.ServerClientTokens
 
getProductVersion() - Method in class org.teleal.cling.model.ServerClientTokens
 
getPropertyChangeSupport() - Method in class org.teleal.cling.model.DefaultServiceManager
 
getPropertyChangeSupport() - Method in interface org.teleal.cling.model.ServiceManager
Provides the capability to monitor the service for state changes.
getPropertyName() - Method in class org.teleal.cling.model.ValidationError
 
getProtocolFactory() - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
getProtocolFactory() - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
getProtocolFactory() - Method in class org.teleal.cling.mock.MockUpnpService
 
getProtocolFactory() - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
getProtocolFactory() - Method in interface org.teleal.cling.registry.Registry
 
getProtocolFactory() - Method in class org.teleal.cling.registry.RegistryImpl
 
getProtocolFactory() - Method in interface org.teleal.cling.transport.Router
 
getProtocolFactory() - Method in class org.teleal.cling.transport.RouterImpl
 
getProtocolFactory() - Method in class org.teleal.cling.transport.spi.UpnpStream
 
getProtocolFactory() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
getProtocolFactory() - Method in interface org.teleal.cling.UpnpService
 
getProtocolFactory() - Method in class org.teleal.cling.UpnpServiceImpl
 
getQueryStateVariableAction() - Method in class org.teleal.cling.model.meta.LocalService
 
getQueryStateVariableAction() - Method in class org.teleal.cling.model.meta.RemoteService
 
getQueryStateVariableAction() - Method in class org.teleal.cling.model.meta.Service
 
getRealWifiNetworkInterface(WifiManager) - Static method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getReceivedUpnpStreams() - Method in class org.teleal.cling.mock.MockUpnpService
 
getReference() - Method in class org.teleal.cling.model.meta.Service
 
getRegistry() - Method in interface org.teleal.cling.android.AndroidUpnpService
 
getRegistry() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl.Binder
 
getRegistry() - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
getRegistry() - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
getRegistry() - Method in class org.teleal.cling.mock.MockUpnpService
 
getRegistry() - Method in interface org.teleal.cling.UpnpService
 
getRegistry() - Method in class org.teleal.cling.UpnpServiceImpl
 
getRegistryListenerExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getRegistryListenerExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getRegistryMaintainerExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getRegistryMaintainerExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getRegistryMaintenanceIntervalMillis() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getRelatedStateVariable(ActionArgument) - Method in class org.teleal.cling.model.meta.Service
 
getRelatedStateVariableName() - Method in class org.teleal.cling.model.meta.ActionArgument
 
getRemoteDevice(UDN, boolean) - Method in interface org.teleal.cling.registry.Registry
 
getRemoteDevice(UDN, boolean) - Method in class org.teleal.cling.registry.RegistryImpl
 
getRemoteDevices() - Method in interface org.teleal.cling.registry.Registry
 
getRemoteDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
getRemoteSubscription(String) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
getRemoteSubscription(String) - Method in class org.teleal.cling.registry.RegistryImpl
 
getRequestedDurationSeconds() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getRequestedTimeoutSeconds() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getRequestMessage() - Static method in class org.teleal.cling.protocol.sync.ReceivingAction
 
getRequestParams(StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
getRequestRetryCount() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
if -1, the default value of HttpClient will be used (3 in httpclient 4.1)
getResource(URI) - Method in interface org.teleal.cling.registry.Registry
 
getResource(Class<T>, URI) - Method in interface org.teleal.cling.registry.Registry
 
getResource(URI) - Method in class org.teleal.cling.registry.RegistryImpl
 
getResource(Class<T>, URI) - Method in class org.teleal.cling.registry.RegistryImpl
 
getResources(Device) - Method in class org.teleal.cling.model.Namespace
 
getResources() - Method in interface org.teleal.cling.registry.Registry
 
getResources(Class<T>) - Method in interface org.teleal.cling.registry.Registry
 
getResources() - Method in class org.teleal.cling.registry.RegistryImpl
 
getResources(Class<T>) - Method in class org.teleal.cling.registry.RegistryImpl
 
getResponseDetails() - Method in class org.teleal.cling.model.message.UpnpResponse
 
getResponseParams(UpnpOperation) - Method in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream.UpnpHttpService
 
getReturnType() - Method in class org.teleal.cling.model.state.FieldStateVariableAccessor
 
getReturnType() - Method in class org.teleal.cling.model.state.GetterStateVariableAccessor
 
getReturnType() - Method in class org.teleal.cling.model.state.StateVariableAccessor
 
getRoot() - Method in class org.teleal.cling.model.meta.Device
 
getRoot() - Method in class org.teleal.cling.model.meta.LocalDevice
 
getRoot() - Method in class org.teleal.cling.model.meta.RemoteDevice
 
getRootDeviceUDN() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
getRouter() - Method in class org.teleal.cling.mock.MockUpnpService
 
getRouter() - Method in interface org.teleal.cling.UpnpService
 
getRouter() - Method in class org.teleal.cling.UpnpServiceImpl
 
getSearchTarget() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchRequest
 
getSearchTarget() - Method in class org.teleal.cling.model.message.discovery.OutgoingSearchRequest
 
getSearchTarget() - Method in class org.teleal.cling.protocol.async.SendingSearch
 
getSecondsUntilExpiration() - Method in class org.teleal.cling.model.ExpirationDetails
 
getSentStreamRequestMessages() - Method in class org.teleal.cling.mock.MockUpnpService
 
getSequence() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
getSerialNumber() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getService() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
getService() - Method in class org.teleal.cling.model.DefaultServiceManager
 
getService() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getService() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
getService() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getService() - Method in class org.teleal.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
getService() - Method in class org.teleal.cling.model.meta.Action
 
getService() - Method in class org.teleal.cling.model.meta.StateVariable
 
getService() - Method in interface org.teleal.cling.model.ServiceManager
 
getService(ServiceReference) - Method in interface org.teleal.cling.registry.Registry
 
getService(ServiceReference) - Method in class org.teleal.cling.registry.RegistryImpl
 
getServiceDescriptorBinderUDA10() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getServiceDescriptorBinderUDA10() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getServiceId() - Method in class org.teleal.cling.model.meta.Service
 
getServiceId() - Method in class org.teleal.cling.model.ServiceReference
 
getServices() - Method in class org.teleal.cling.model.meta.Device
 
getServices() - Method in class org.teleal.cling.model.meta.LocalDevice
 
getServices() - Method in class org.teleal.cling.model.meta.RemoteDevice
 
getServiceType() - Method in class org.teleal.cling.model.meta.Service
 
getServiceType() - Method in class org.teleal.cling.model.types.NamedServiceType
 
getServiceType() - Method in class org.teleal.cling.model.types.SoapActionType
 
getSoapActionProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getSoapActionProcessor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getSocketBufferSize() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
if -1, the default value of HttpClient will be used (8192 in httpclient 4.1)
getSourceAddress() - Method in class org.teleal.cling.model.message.IncomingDatagramMessage
 
getSourcePort() - Method in class org.teleal.cling.model.message.IncomingDatagramMessage
 
getStaleCheckingEnabled() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
getStateVariable(String) - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
getStateVariable(String) - Method in class org.teleal.cling.model.meta.Service
 
getStateVariable() - Method in class org.teleal.cling.model.state.StateVariableValue
 
getStateVariables() - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
getStateVariables() - Method in class org.teleal.cling.model.meta.Service
 
getStateVariableValues() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
getStateVariableValues() - Method in class org.teleal.cling.model.message.gena.OutgoingEventRequestMessage
 
getStatusCode() - Method in class org.teleal.cling.model.message.UpnpResponse
 
getStatusCode() - Method in enum org.teleal.cling.model.message.UpnpResponse.Status
 
getStatusMessage() - Method in class org.teleal.cling.model.message.UpnpResponse
 
getStatusMsg() - Method in enum org.teleal.cling.model.message.UpnpResponse.Status
 
getStep() - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
getStreamClient() - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
getStreamClient() - Method in class org.teleal.cling.transport.RouterImpl
 
getStreamListenPort() - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getStreamListenPort() - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getStreamListenPort() - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getStreamResponseMessage(StreamRequestMessage) - Method in class org.teleal.cling.mock.MockUpnpService
 
getStreamResponseMessages() - Method in class org.teleal.cling.mock.MockUpnpService
 
getStreamServerExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getStreamServerExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getStreamServers() - Method in class org.teleal.cling.transport.RouterImpl
 
getString() - Method in class org.teleal.cling.model.message.header.CallbackHeader
 
getString() - Method in class org.teleal.cling.model.message.header.ContentTypeHeader
 
getString() - Method in class org.teleal.cling.model.message.header.DeviceTypeHeader
 
getString() - Method in class org.teleal.cling.model.message.header.DeviceUSNHeader
 
getString() - Method in class org.teleal.cling.model.message.header.EventSequenceHeader
 
getString() - Method in class org.teleal.cling.model.message.header.EXTHeader
 
getString() - Method in class org.teleal.cling.model.message.header.HostHeader
 
getString() - Method in class org.teleal.cling.model.message.header.InterfaceMacHeader
 
getString() - Method in class org.teleal.cling.model.message.header.LocationHeader
 
getString() - Method in class org.teleal.cling.model.message.header.MANHeader
 
getString() - Method in class org.teleal.cling.model.message.header.MaxAgeHeader
 
getString() - Method in class org.teleal.cling.model.message.header.MXHeader
 
getString() - Method in class org.teleal.cling.model.message.header.NTEventHeader
 
getString() - Method in class org.teleal.cling.model.message.header.NTSHeader
 
getString() - Method in class org.teleal.cling.model.message.header.RootDeviceHeader
 
getString() - Method in class org.teleal.cling.model.message.header.ServerHeader
 
getString() - Method in class org.teleal.cling.model.message.header.ServiceTypeHeader
 
getString() - Method in class org.teleal.cling.model.message.header.ServiceUSNHeader
 
getString() - Method in class org.teleal.cling.model.message.header.SoapActionHeader
 
getString() - Method in class org.teleal.cling.model.message.header.STAllHeader
 
getString() - Method in class org.teleal.cling.model.message.header.SubscriptionIdHeader
 
getString() - Method in class org.teleal.cling.model.message.header.TimeoutHeader
 
getString() - Method in class org.teleal.cling.model.message.header.UDNHeader
 
getString() - Method in class org.teleal.cling.model.message.header.UpnpHeader
 
getString() - Method in class org.teleal.cling.model.message.header.USNRootDeviceHeader
 
getString(V) - Method in class org.teleal.cling.model.types.AbstractDatatype
 
getString(Byte[]) - Method in class org.teleal.cling.model.types.Base64Datatype
 
getString(Byte[]) - Method in class org.teleal.cling.model.types.BinHexDatatype
 
getString(Boolean) - Method in class org.teleal.cling.model.types.BooleanDatatype
 
getString(V) - Method in interface org.teleal.cling.model.types.Datatype
Transforms a value supported by this datatype into a string representation.
getString(Calendar) - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getStringConvertibleTypes() - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
getStringConvertibleTypes() - Method in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
getStringConvertibleTypes() - Method in class org.teleal.cling.model.meta.LocalService
 
getSubscription() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
getSubscriptionDurationSeconds() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeResponseMessage
 
getSubscriptionId() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getSubscriptionId() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getSubscriptionId() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeResponseMessage
 
getSubscriptionId() - Method in class org.teleal.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
getSubscrptionId() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
getSyncProtocolExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getSyncProtocolExecutor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getTcpConnectionBacklog() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
This is the maximum number of queued incoming connections to allow on the listening socket.
getTcpConnectionBacklog() - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
GetterStateVariableAccessor - Class in org.teleal.cling.model.state
Reads the value of a state variable using reflection and a getter method.
GetterStateVariableAccessor(Method) - Constructor for class org.teleal.cling.model.state.GetterStateVariableAccessor
 
getTextContent(Node) - Static method in class org.teleal.cling.model.XMLUtil
 
getTimeToLive() - Method in class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
getTimeToLive() - Method in interface org.teleal.cling.transport.spi.DatagramIOConfiguration
 
getTimeZone() - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getType() - Method in class org.teleal.cling.model.message.discovery.OutgoingNotificationRequest
 
getType() - Method in class org.teleal.cling.model.meta.Device
 
getType() - Method in class org.teleal.cling.model.types.DeviceType
 
getType() - Method in class org.teleal.cling.model.types.ServiceType
 
getType() - Method in class org.teleal.cling.model.types.SoapActionType
 
getTypeDetails() - Method in class org.teleal.cling.model.meta.StateVariable
 
getTypeString() - Method in class org.teleal.cling.model.types.SoapActionType
 
getUdaMajorVersion() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getUdaMinorVersion() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getUDN() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
getUdn() - Method in class org.teleal.cling.model.meta.DeviceIdentity
 
getUdn() - Method in class org.teleal.cling.model.ServiceReference
 
getUdn() - Method in class org.teleal.cling.model.types.NamedDeviceType
 
getUdn() - Method in class org.teleal.cling.model.types.NamedServiceType
 
getUnprefixedNodeName(Node) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
getUnprefixedNodeName(Node) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
getUpc() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getUpnpService() - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
getUpnpService() - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
getUpnpService() - Method in class org.teleal.cling.protocol.ReceivingAsync
 
getUpnpService() - Method in class org.teleal.cling.protocol.RetrieveRemoteDescriptors
 
getUpnpService() - Method in class org.teleal.cling.protocol.SendingAsync
 
getUpnpService() - Method in interface org.teleal.cling.registry.Registry
 
getUpnpService() - Method in class org.teleal.cling.registry.RegistryImpl
 
getUri() - Method in class org.teleal.cling.model.message.StreamRequestMessage
 
getURI() - Method in class org.teleal.cling.model.message.UpnpRequest
 
getUri() - Method in class org.teleal.cling.model.meta.Icon
 
getURL() - Method in class org.teleal.cling.model.Location
 
getUserAgentValue(int, int) - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
Defaults to the values defined in Constants.
getUserAgentValue(int, int) - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
Defaults to the values defined in Constants.
getUserAgentValue(int, int) - Method in interface org.teleal.cling.transport.spi.StreamClientConfiguration
 
getValue() - Method in class org.teleal.cling.model.message.header.UpnpHeader
 
getValue() - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
getValue() - Method in class org.teleal.cling.model.VariableValue
 
getValuePattern() - Method in class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider.Key
 
getValueType() - Method in class org.teleal.cling.model.types.AbstractDatatype
 
getValueType() - Method in class org.teleal.cling.model.types.Base64Datatype
 
getValueType() - Method in class org.teleal.cling.model.types.BinHexDatatype
 
getVersion() - Method in class org.teleal.cling.model.meta.Device
 
getVersion() - Method in class org.teleal.cling.model.types.DeviceType
 
getVersion() - Method in class org.teleal.cling.model.types.DLNADoc
 
getVersion() - Method in class org.teleal.cling.model.types.ServiceType
 
getVersion() - Method in class org.teleal.cling.model.types.SoapActionType
 
getWakeOnLANBytes() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
getWidth() - Method in class org.teleal.cling.model.meta.Icon
 
getWifiManager() - Method in class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
getWifiNetworkInterface(WifiManager) - Static method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
globalParams - Variable in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
globalParams - Variable in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 

H

handleResponse(IncomingActionResponseMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
handleResponseFailure(IncomingActionResponseMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
handleStartFailure(InitializationException) - Method in class org.teleal.cling.android.AndroidWifiSwitchableRouter
 
handleStartFailure(InitializationException) - Method in interface org.teleal.cling.transport.SwitchableRouter
Called by the SwitchableRouter.enable() method before it returns.
handleStartFailure(InitializationException) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
hardwareAddress - Variable in class org.teleal.cling.model.NetworkAddress
 
hasActions() - Method in class org.teleal.cling.model.meta.Service
 
hasArguments() - Method in class org.teleal.cling.model.meta.Action
 
hasBody() - Method in class org.teleal.cling.model.message.UpnpMessage
 
hasCallbackHeader() - Method in class org.teleal.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
hasCallbackURLs() - Method in class org.teleal.cling.model.message.gena.OutgoingSubscribeRequestMessage
 
hasEmbeddedDevices() - Method in class org.teleal.cling.model.meta.Device
 
hasExpired() - Method in class org.teleal.cling.model.ExpirationDetails
 
hasExpired(boolean) - Method in class org.teleal.cling.model.ExpirationDetails
 
hashCode() - Method in class org.teleal.cling.model.Location
 
hashCode() - Method in class org.teleal.cling.model.meta.Device
 
hashCode() - Method in class org.teleal.cling.model.meta.DeviceIdentity
 
hashCode() - Method in class org.teleal.cling.model.NetworkAddress
 
hashCode() - Method in class org.teleal.cling.model.resource.Resource
 
hashCode() - Method in class org.teleal.cling.model.ServerClientTokens
 
hashCode() - Method in class org.teleal.cling.model.ServiceReference
 
hashCode() - Method in class org.teleal.cling.model.types.DeviceType
 
hashCode() - Method in class org.teleal.cling.model.types.DLNACaps
 
hashCode() - Method in class org.teleal.cling.model.types.DLNADoc
 
hashCode() - Method in class org.teleal.cling.model.types.HostPort
 
hashCode() - Method in class org.teleal.cling.model.types.NamedDeviceType
 
hashCode() - Method in class org.teleal.cling.model.types.NamedServiceType
 
hashCode() - Method in class org.teleal.cling.model.types.ServiceId
 
hashCode() - Method in class org.teleal.cling.model.types.ServiceType
 
hashCode() - Method in class org.teleal.cling.model.types.SoapActionType
 
hashCode() - Method in class org.teleal.cling.model.types.UDN
 
hashCode() - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
hasHostHeader() - Method in class org.teleal.cling.model.message.UpnpMessage
 
hasIcons() - Method in class org.teleal.cling.model.meta.Device
 
hasInputArguments() - Method in class org.teleal.cling.model.meta.Action
 
hasNotificationHeader() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
hasNotificationHeader() - Method in class org.teleal.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
hasNotificationHeaders() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
hasOutputArguments() - Method in class org.teleal.cling.model.meta.Action
 
hasServices() - Method in class org.teleal.cling.model.meta.Device
 
hasStateVariables() - Method in class org.teleal.cling.model.meta.Service
 
hasValidNotificationHeaders() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
HeaderDeviceDetailsProvider - Class in org.teleal.cling.model.profile
Selects device details based on a regex and the control points HTTP headers.
HeaderDeviceDetailsProvider(DeviceDetails) - Constructor for class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider
 
HeaderDeviceDetailsProvider(DeviceDetails, Map<HeaderDeviceDetailsProvider.Key, DeviceDetails>) - Constructor for class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider
 
HeaderDeviceDetailsProvider.Key - Class in org.teleal.cling.model.profile
 
HeaderDeviceDetailsProvider.Key(String, String) - Constructor for class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider.Key
 
HeaderUtil - Class in org.teleal.cling.transport.impl.apache
Converts from/to Apache HTTP Components header format.
HeaderUtil() - Constructor for class org.teleal.cling.transport.impl.apache.HeaderUtil
 
height - Variable in class org.teleal.cling.binding.staging.MutableIcon
 
HostHeader - Class in org.teleal.cling.model.message.header
 
HostHeader() - Constructor for class org.teleal.cling.model.message.header.HostHeader
 
HostHeader(int) - Constructor for class org.teleal.cling.model.message.header.HostHeader
 
HostHeader(String, int) - Constructor for class org.teleal.cling.model.message.header.HostHeader
 
HostPort - Class in org.teleal.cling.model.types
Encapsulates a host string and a port.
HostPort() - Constructor for class org.teleal.cling.model.types.HostPort
 
HostPort(String, int) - Constructor for class org.teleal.cling.model.types.HostPort
 
httpClient - Variable in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
HttpExchangeUpnpStream - Class in org.teleal.cling.transport.impl
Default implementation based on the JDK 6.0 built-in HTTP Server.
HttpExchangeUpnpStream(ProtocolFactory, HttpExchange) - Constructor for class org.teleal.cling.transport.impl.HttpExchangeUpnpStream
 
httpProcessor - Variable in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
HttpServerConnectionUpnpStream - Class in org.teleal.cling.transport.impl.apache
Implementation for Apache HTTP Components API.
HttpServerConnectionUpnpStream(ProtocolFactory, HttpServerConnection, HttpParams) - Constructor for class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
HttpServerConnectionUpnpStream.UpnpHttpService - Class in org.teleal.cling.transport.impl.apache
A thread-safe custom service implementation that creates a UPnP message from the request, then passes it to UpnpStream#process(), finally sends the response back to the client.
HttpServerConnectionUpnpStream.UpnpHttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) - Constructor for class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream.UpnpHttpService
 
httpService - Variable in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
hydrateAction(MutableAction, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateActionArgument(MutableActionArgument, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateActionList(MutableService, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateBasic(MutableService, Service) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateDevice(MutableDevice, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateDeviceList(MutableDevice, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateIconList(MutableDevice, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateRoot(MutableDevice, Element) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateRoot(MutableService, Element) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateServiceList(MutableDevice, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateServiceStateTableList(MutableService, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateSpecVersion(MutableDevice, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateStateVariable(MutableStateVariable, Element) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 

I

Icon - Class in org.teleal.cling.model.meta
The metadata of a device icon, might include the actual image data of a local icon.
Icon(String, int, int, int, String) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(String, int, int, int, URI) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(String, int, int, int, URI, String) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(String, int, int, int, URL) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(String, int, int, int, URI, InputStream) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(String, int, int, int, File) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(String, int, int, int, URI, byte[]) - Constructor for class org.teleal.cling.model.meta.Icon
 
Icon(MimeType, int, int, int, URI, byte[]) - Constructor for class org.teleal.cling.model.meta.Icon
 
IconResource - Class in org.teleal.cling.model.resource
 
IconResource(URI, Icon) - Constructor for class org.teleal.cling.model.resource.IconResource
 
icons - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
implementsVersion(DeviceType) - Method in class org.teleal.cling.model.types.DeviceType
 
implementsVersion(ServiceType) - Method in class org.teleal.cling.model.types.ServiceType
 
IncomingActionRequestMessage - Class in org.teleal.cling.model.message.control
 
IncomingActionRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.teleal.cling.model.message.control.IncomingActionRequestMessage
 
IncomingActionResponseMessage - Class in org.teleal.cling.model.message.control
 
IncomingActionResponseMessage(StreamResponseMessage) - Constructor for class org.teleal.cling.model.message.control.IncomingActionResponseMessage
 
IncomingActionResponseMessage(UpnpResponse) - Constructor for class org.teleal.cling.model.message.control.IncomingActionResponseMessage
 
IncomingDatagramMessage<O extends UpnpOperation> - Class in org.teleal.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.teleal.cling.model.message.IncomingDatagramMessage
 
IncomingDatagramMessage(IncomingDatagramMessage<O>) - Constructor for class org.teleal.cling.model.message.IncomingDatagramMessage
 
IncomingEventRequestMessage - Class in org.teleal.cling.model.message.gena
 
IncomingEventRequestMessage(StreamRequestMessage, RemoteService) - Constructor for class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
IncomingNotificationRequest - Class in org.teleal.cling.model.message.discovery
 
IncomingNotificationRequest(IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
IncomingSearchRequest - Class in org.teleal.cling.model.message.discovery
 
IncomingSearchRequest(IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.teleal.cling.model.message.discovery.IncomingSearchRequest
 
IncomingSearchResponse - Class in org.teleal.cling.model.message.discovery
 
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
IncomingSubscribeRequestMessage - Class in org.teleal.cling.model.message.gena
 
IncomingSubscribeRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
IncomingSubscribeResponseMessage - Class in org.teleal.cling.model.message.gena
 
IncomingSubscribeResponseMessage(StreamResponseMessage) - Constructor for class org.teleal.cling.model.message.gena.IncomingSubscribeResponseMessage
 
IncomingUnsubscribeRequestMessage - Class in org.teleal.cling.model.message.gena
 
IncomingUnsubscribeRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.teleal.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
increment(boolean) - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
incrementSequence() - Method in class org.teleal.cling.model.gena.LocalGENASubscription
 
INFINITE_VALUE - Static variable in class org.teleal.cling.model.message.header.TimeoutHeader
 
init() - Method in class org.teleal.cling.model.DefaultServiceManager
 
init(InetAddress, Router) - Method in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
init(InetAddress, Router, DatagramProcessor) - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
init(NetworkInterface, Router, DatagramProcessor) - Method in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
init(InetAddress, Router) - Method in class org.teleal.cling.transport.impl.StreamServerImpl
 
init(InetAddress, Router, DatagramProcessor) - Method in interface org.teleal.cling.transport.spi.DatagramIO
Configures the service and starts any listening sockets.
init(NetworkInterface, Router, DatagramProcessor) - Method in interface org.teleal.cling.transport.spi.MulticastReceiver
Configures the service and starts any listening sockets.
init(InetAddress, Router) - Method in interface org.teleal.cling.transport.spi.StreamServer
Configures the service and starts any listening sockets.
InitializationException - Exception in org.teleal.cling.transport.spi
Thrown by the transport layer implementation when service setup fails.
InitializationException(String) - Constructor for exception org.teleal.cling.transport.spi.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception org.teleal.cling.transport.spi.InitializationException
 
input - Variable in class org.teleal.cling.model.action.ActionInvocation
 
IntegerDatatype - Class in org.teleal.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.teleal.cling.model.types.IntegerDatatype
 
InterfaceMacHeader - Class in org.teleal.cling.model.message.header
Custom header for Cling, used to transfer the MAC ethernet address for Wake-on-LAN.
InterfaceMacHeader() - Constructor for class org.teleal.cling.model.message.header.InterfaceMacHeader
 
InterfaceMacHeader(byte[]) - Constructor for class org.teleal.cling.model.message.header.InterfaceMacHeader
 
InterfaceMacHeader(String) - Constructor for class org.teleal.cling.model.message.header.InterfaceMacHeader
 
InvalidHeaderException - Exception in org.teleal.cling.model.message.header
Thrown if the value of a header was invalid for the given header.
InvalidHeaderException(String) - Constructor for exception org.teleal.cling.model.message.header.InvalidHeaderException
 
InvalidValueException - Exception in org.teleal.cling.model.types
Thrown by datatypes and variable value conversion procedures.
InvalidValueException(String) - Constructor for exception org.teleal.cling.model.types.InvalidValueException
 
InvalidValueException(String, Throwable) - Constructor for exception org.teleal.cling.model.types.InvalidValueException
 
invokeRemote(OutgoingActionRequestMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
IPV4_UPNP_MULTICAST_GROUP - Static variable in interface org.teleal.cling.model.Constants
 
IPV6_UPNP_ADMINISTRATIVE_ADDRESS - Static variable in interface org.teleal.cling.model.Constants
 
IPV6_UPNP_GLOBAL_ADDRESS - Static variable in interface org.teleal.cling.model.Constants
 
IPV6_UPNP_LINK_LOCAL_ADDRESS - Static variable in interface org.teleal.cling.model.Constants
 
IPV6_UPNP_SITE_LOCAL_ADDRESS - Static variable in interface org.teleal.cling.model.Constants
 
IPV6_UPNP_SUBNET_ADDRESS - Static variable in interface org.teleal.cling.model.Constants
 
isAliveMessage() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
isByeBye(IncomingDatagramMessage) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
isByeByeMessage() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
isContentTypeMissingOrText() - Method in class org.teleal.cling.model.message.UpnpMessage
 
isContentTypeText() - Method in class org.teleal.cling.model.message.UpnpMessage
 
isContentTypeTextUDA() - Method in class org.teleal.cling.model.message.UpnpMessage
 
isControlPath(URI) - Method in class org.teleal.cling.model.Namespace
 
isEnabled() - Method in interface org.teleal.cling.transport.SwitchableRouter
 
isEnabled() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
isEventCallbackPath(URI) - Method in class org.teleal.cling.model.Namespace
 
isEventSubscriptionPath(URI) - Method in class org.teleal.cling.model.Namespace
 
isFailed() - Method in class org.teleal.cling.model.message.UpnpResponse
 
isFailedNonRecoverable() - Method in class org.teleal.cling.model.message.control.IncomingActionResponseMessage
 
isFailedRecoverable() - Method in class org.teleal.cling.model.message.control.IncomingActionResponseMessage
 
isFullyHydrated() - Method in class org.teleal.cling.model.meta.Device
 
isInRange(long) - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
isInRange(long) - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
isInSubnet(byte[], byte[], short) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
isLastElement(String, String, String) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
isLastElement(Descriptor.Device.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
isLastElement(String, String, String) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
isLastElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
isListeningForConnectivityChanges() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
isMANSSDPDiscover() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchRequest
 
isModeratedNumericType() - Method in class org.teleal.cling.model.meta.StateVariable
 
isNameOrAlias(String) - Method in class org.teleal.cling.model.meta.ActionArgument
 
isNumeric(Datatype.Builtin) - Static method in enum org.teleal.cling.model.types.Datatype.Builtin
 
isPaused() - Method in interface org.teleal.cling.registry.Registry
 
isPaused() - Method in class org.teleal.cling.registry.RegistryImpl
 
isReturnValue() - Method in class org.teleal.cling.model.meta.ActionArgument
 
isRoot() - Method in class org.teleal.cling.model.meta.Device
 
isSearchResponseMessage() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
isSendEvents() - Method in class org.teleal.cling.model.meta.StateVariableEventDetails
 
isStaleConnectionCheck() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
Determines whether stale connection check is to be used.
isStringConvertibleType(Object) - Method in class org.teleal.cling.model.meta.LocalService
 
isStringConvertibleType(Class) - Method in class org.teleal.cling.model.meta.LocalService
 
isStringConvertibleType(Set<Class>, Class) - Static method in class org.teleal.cling.model.ModelUtil
 
isSupportedServiceAdvertisement(IncomingDatagramMessage) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
isSupportsQueryStateVariables() - Method in class org.teleal.cling.model.meta.LocalService
 
isTcpNoDelay() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
Determines whether Nagle's algorithm is to be used.
isText() - Method in class org.teleal.cling.model.message.header.ContentTypeHeader
 
isUDA11Compliant() - Method in class org.teleal.cling.model.types.UDN
 
isUDACompliantXML() - Method in class org.teleal.cling.model.message.header.ContentTypeHeader
 
isUsableAddress(InetAddress) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
isUsableAddress(NetworkInterface, InetAddress) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
Validation of every discovered local address.
isUsableNetworkInterface(NetworkInterface) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
Validation of every discovered network interface.
isUseOutputArgumentAccessors(ActionInvocation<LocalService>) - Method in class org.teleal.cling.model.action.MethodActionExecutor
 
isUsePersistentConnections() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
Defaults to false, avoiding obscure bugs in the JDK.
isVaildHeaders() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeResponseMessage
 
isValid(V) - Method in class org.teleal.cling.model.types.AbstractDatatype
 
isValid(V) - Method in interface org.teleal.cling.model.types.Datatype
 
isValid(Integer) - Method in class org.teleal.cling.model.types.IntegerDatatype
 
isValidHeaderType(Class<? extends UpnpHeader>) - Method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
isValidUDAName(String) - Static method in class org.teleal.cling.model.ModelUtil
 
isValidXMLString(String) - Method in class org.teleal.cling.model.VariableValue
 
isValuePatternMatch(String) - Method in class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider.Key
 

L

localAddress - Variable in class org.teleal.cling.transport.impl.DatagramIOImpl
 
LocalDevice - Class in org.teleal.cling.model.meta
The metadata of a device created on this host, by application code.
LocalDevice(DeviceIdentity) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, LocalService) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, LocalService, LocalDevice) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService, LocalDevice) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, LocalService[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService, LocalDevice) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, Icon, LocalService[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon, LocalService[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService, LocalDevice) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetailsProvider, Icon[], LocalService, LocalDevice) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], LocalService[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], LocalService[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetailsProvider, Icon[], LocalService[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
localDeviceAdded(Registry, LocalDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
Calls the DefaultRegistryListener.deviceAdded(Registry, org.teleal.cling.model.meta.Device) method.
localDeviceAdded(Registry, LocalDevice) - Method in interface org.teleal.cling.registry.RegistryListener
Called after you add your own device to the Registry.
localDeviceRemoved(Registry, LocalDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
Calls the DefaultRegistryListener.deviceRemoved(Registry, org.teleal.cling.model.meta.Device) method.
localDeviceRemoved(Registry, LocalDevice) - Method in interface org.teleal.cling.registry.RegistryListener
Called after you remove your own device from the Registry.
LocalGENASubscription - Class in org.teleal.cling.model.gena
An incoming subscription to a local service.
LocalGENASubscription(LocalService, List<URL>) - Constructor for class org.teleal.cling.model.gena.LocalGENASubscription
 
LocalGENASubscription(LocalService, Integer, List<URL>) - Constructor for class org.teleal.cling.model.gena.LocalGENASubscription
 
localItems - Variable in class org.teleal.cling.registry.RegistryImpl
 
LocalService<T> - Class in org.teleal.cling.model.meta
The metadata of a service created on this host, by application code.
LocalService(ServiceType, ServiceId, Action[], StateVariable[]) - Constructor for class org.teleal.cling.model.meta.LocalService
 
LocalService(ServiceType, ServiceId, Map<Action, ActionExecutor>, Map<StateVariable, StateVariableAccessor>, Set<Class>, boolean) - Constructor for class org.teleal.cling.model.meta.LocalService
 
LocalServiceBinder - Interface in org.teleal.cling.binding
Reads LocalService metadata given a Java class.
LocalServiceBindingException - Exception in org.teleal.cling.binding
Thrown when reading/writing LocalService metadata failed.
LocalServiceBindingException(String) - Constructor for exception org.teleal.cling.binding.LocalServiceBindingException
 
LocalServiceBindingException(String, Throwable) - Constructor for exception org.teleal.cling.binding.LocalServiceBindingException
 
Location - Class in org.teleal.cling.model
The IP address/port, MAC address, and URI path of a (network) location.
Location(NetworkAddress, URI) - Constructor for class org.teleal.cling.model.Location
 
LocationHeader - Class in org.teleal.cling.model.message.header
TODO: UDA 1.1 says it should be RfC 3986 compatible.
LocationHeader() - Constructor for class org.teleal.cling.model.message.header.LocationHeader
 
LocationHeader(URL) - Constructor for class org.teleal.cling.model.message.header.LocationHeader
 
LocationHeader(String) - Constructor for class org.teleal.cling.model.message.header.LocationHeader
 
lock - Variable in class org.teleal.cling.model.DefaultServiceManager
 
lock() - Method in class org.teleal.cling.model.DefaultServiceManager
 
lock(Lock, int) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
lock(Lock) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
lockRemoteSubscriptions() - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol excution.
lockRemoteSubscriptions() - Method in class org.teleal.cling.registry.RegistryImpl
 
log - Static variable in class org.teleal.cling.controlpoint.SubscriptionCallback
 
log() - Method in class org.teleal.cling.model.message.UpnpHeaders
 

M

MAGIC_CONTROL_NS - Static variable in class org.teleal.cling.model.types.SoapActionType
 
MAGIC_CONTROL_TYPE - Static variable in class org.teleal.cling.model.types.SoapActionType
 
Main - Class in org.teleal.cling
Runs a simple UPnP discovery procedure.
Main() - Constructor for class org.teleal.cling.Main
 
main(String[]) - Static method in class org.teleal.cling.Main
 
maintain(List<Runnable>, ExpirationDetails) - Method in class org.teleal.cling.model.resource.Resource
Called periodically by the registry to maintain the resource.
major - Variable in class org.teleal.cling.binding.staging.MutableUDAVersion
 
manager - Variable in class org.teleal.cling.model.meta.LocalService
 
MANHeader - Class in org.teleal.cling.model.message.header
 
MANHeader() - Constructor for class org.teleal.cling.model.message.header.MANHeader
 
MANHeader(String) - Constructor for class org.teleal.cling.model.message.header.MANHeader
 
MANHeader(String, String) - Constructor for class org.teleal.cling.model.message.header.MANHeader
 
manufacturer - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
ManufacturerDetails - Class in org.teleal.cling.model.meta
Encpasulates optional metadata about a device's manufacturer.
ManufacturerDetails(String) - Constructor for class org.teleal.cling.model.meta.ManufacturerDetails
 
ManufacturerDetails(URI) - Constructor for class org.teleal.cling.model.meta.ManufacturerDetails
 
ManufacturerDetails(String, URI) - Constructor for class org.teleal.cling.model.meta.ManufacturerDetails
 
ManufacturerDetails(String, String) - Constructor for class org.teleal.cling.model.meta.ManufacturerDetails
 
manufacturerURI - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
matches(URI) - Method in class org.teleal.cling.model.resource.Resource
 
MAX_AGE_REGEX - Static variable in class org.teleal.cling.model.message.header.MaxAgeHeader
 
MaxAgeHeader - Class in org.teleal.cling.model.message.header
 
MaxAgeHeader(Integer) - Constructor for class org.teleal.cling.model.message.header.MaxAgeHeader
 
MaxAgeHeader() - Constructor for class org.teleal.cling.model.message.header.MaxAgeHeader
 
maximum - Variable in class org.teleal.cling.binding.staging.MutableAllowedValueRange
 
method - Variable in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
method - Variable in class org.teleal.cling.model.action.MethodActionExecutor
 
MethodActionExecutor - Class in org.teleal.cling.model.action
Invokes methods on a service implementation instance with reflection.
MethodActionExecutor(Method) - Constructor for class org.teleal.cling.model.action.MethodActionExecutor
 
MethodActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>, Method) - Constructor for class org.teleal.cling.model.action.MethodActionExecutor
 
mimeType - Variable in class org.teleal.cling.binding.staging.MutableIcon
 
MIN_ADVERTISEMENT_AGE_SECONDS - Static variable in interface org.teleal.cling.model.Constants
 
minimum - Variable in class org.teleal.cling.binding.staging.MutableAllowedValueRange
 
minor - Variable in class org.teleal.cling.binding.staging.MutableUDAVersion
 
MockUpnpService - Class in org.teleal.cling.mock
Simplifies testing of core and non-core modules.
MockUpnpService() - Constructor for class org.teleal.cling.mock.MockUpnpService
Single-thread of execution for the whole UPnP stack, no ALIVE messages or registry maintenance.
MockUpnpService(boolean, boolean) - Constructor for class org.teleal.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.teleal.cling.mock.MockUpnpService
 
MockUpnpService.MockProtocolFactory - Class in org.teleal.cling.mock
This factory customizes several protocols.
MockUpnpService.MockProtocolFactory(UpnpService, boolean) - Constructor for class org.teleal.cling.mock.MockUpnpService.MockProtocolFactory
 
MockUpnpService.MockRouter - Class in org.teleal.cling.mock
 
MockUpnpService.MockRouter() - Constructor for class org.teleal.cling.mock.MockUpnpService.MockRouter
 
modelDescription - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
ModelDetails - Class in org.teleal.cling.model.meta
Encpasulates optional metadata about the model of a device.
ModelDetails(String) - Constructor for class org.teleal.cling.model.meta.ModelDetails
 
ModelDetails(String, String) - Constructor for class org.teleal.cling.model.meta.ModelDetails
 
ModelDetails(String, String, String) - Constructor for class org.teleal.cling.model.meta.ModelDetails
 
ModelDetails(String, String, String, URI) - Constructor for class org.teleal.cling.model.meta.ModelDetails
 
ModelDetails(String, String, String, String) - Constructor for class org.teleal.cling.model.meta.ModelDetails
 
modelName - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
modelNumber - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
modelURI - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
ModelUtil - Class in org.teleal.cling.model
Shared trivial procedures.
ModelUtil() - Constructor for class org.teleal.cling.model.ModelUtil
 
moderateStateVariables(long, Collection<StateVariableValue>) - Method in class org.teleal.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.teleal.cling.transport.impl.MulticastReceiverImpl
 
multicastInterface - Variable in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
MulticastReceiver<C extends MulticastReceiverConfiguration> - Interface in org.teleal.cling.transport.spi
Service for receiving multicast UDP datagrams, one per bound network interface.
MulticastReceiverConfiguration - Interface in org.teleal.cling.transport.spi
Collection of typically needed configuration settings.
MulticastReceiverConfigurationImpl - Class in org.teleal.cling.transport.impl
Settings for the default implementation.
MulticastReceiverConfigurationImpl(InetAddress, int, int) - Constructor for class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
MulticastReceiverConfigurationImpl(InetAddress, int) - Constructor for class org.teleal.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.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
MulticastReceiverConfigurationImpl(String, int) - Constructor for class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
MulticastReceiverImpl - Class in org.teleal.cling.transport.impl
Default implementation based on a UDP MulticastSocket.
MulticastReceiverImpl(MulticastReceiverConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
multicastReceivers - Variable in class org.teleal.cling.transport.RouterImpl
 
MutableAction - Class in org.teleal.cling.binding.staging
 
MutableAction() - Constructor for class org.teleal.cling.binding.staging.MutableAction
 
MutableActionArgument - Class in org.teleal.cling.binding.staging
 
MutableActionArgument() - Constructor for class org.teleal.cling.binding.staging.MutableActionArgument
 
MutableAllowedValueRange - Class in org.teleal.cling.binding.staging
 
MutableAllowedValueRange() - Constructor for class org.teleal.cling.binding.staging.MutableAllowedValueRange
 
MutableDevice - Class in org.teleal.cling.binding.staging
 
MutableDevice() - Constructor for class org.teleal.cling.binding.staging.MutableDevice
 
MutableIcon - Class in org.teleal.cling.binding.staging
 
MutableIcon() - Constructor for class org.teleal.cling.binding.staging.MutableIcon
 
MutableService - Class in org.teleal.cling.binding.staging
 
MutableService() - Constructor for class org.teleal.cling.binding.staging.MutableService
 
MutableStateVariable - Class in org.teleal.cling.binding.staging
 
MutableStateVariable() - Constructor for class org.teleal.cling.binding.staging.MutableStateVariable
 
MutableUDAVersion - Class in org.teleal.cling.binding.staging
 
MutableUDAVersion() - Constructor for class org.teleal.cling.binding.staging.MutableUDAVersion
 
MXHeader - Class in org.teleal.cling.model.message.header
 
MXHeader() - Constructor for class org.teleal.cling.model.message.header.MXHeader
Defaults to 3 seconds.
MXHeader(Integer) - Constructor for class org.teleal.cling.model.message.header.MXHeader
 

N

name - Variable in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
name - Variable in class org.teleal.cling.binding.staging.MutableAction
 
name - Variable in class org.teleal.cling.binding.staging.MutableActionArgument
 
name - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
NamedDeviceType - Class in org.teleal.cling.model.types
Combines a UDN with a DeviceType, string representation is separated by double-colon.
NamedDeviceType(UDN, DeviceType) - Constructor for class org.teleal.cling.model.types.NamedDeviceType
 
NamedServiceType - Class in org.teleal.cling.model.types
Combines a UDN with a ServiceType, string representation is separated by double-colon.
NamedServiceType(UDN, ServiceType) - Constructor for class org.teleal.cling.model.types.NamedServiceType
 
namespace - Variable in class org.teleal.cling.model.message.header.MANHeader
 
Namespace - Class in org.teleal.cling.model
Enforces path conventions for all locally offered resources (descriptors, icons, etc.)
Namespace() - Constructor for class org.teleal.cling.model.Namespace
 
Namespace(String) - Constructor for class org.teleal.cling.model.Namespace
 
Namespace(URI) - Constructor for class org.teleal.cling.model.Namespace
 
NAMESPACE_PATTERN - Static variable in class org.teleal.cling.model.message.header.MANHeader
 
NAMESPACE_URI - Static variable in interface org.teleal.cling.binding.xml.Descriptor.Device
 
NAMESPACE_URI - Static variable in interface org.teleal.cling.binding.xml.Descriptor.Service
 
networkAddress - Variable in class org.teleal.cling.model.Location
 
NetworkAddress - Class in org.teleal.cling.model
IP address, port, and optional interface hardware address (MAC) of a network service.
NetworkAddress(InetAddress, int) - Constructor for class org.teleal.cling.model.NetworkAddress
 
NetworkAddress(InetAddress, int, byte[]) - Constructor for class org.teleal.cling.model.NetworkAddress
 
networkAddressFactory - Variable in class org.teleal.cling.mock.MockUpnpService
 
networkAddressFactory - Variable in class org.teleal.cling.transport.RouterImpl
 
NetworkAddressFactory - Interface in org.teleal.cling.transport.spi
Configuration utility for network interfaces and addresses.
NetworkAddressFactoryImpl - Class in org.teleal.cling.transport.impl
Default implementation of network interface and address configuration/discovery.
NetworkAddressFactoryImpl() - Constructor for class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
Defaults to an ephemeral port.
NetworkAddressFactoryImpl(int) - Constructor for class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
networkInterfaces - Variable in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
newHttpRequest(RequestLine) - Method in class org.teleal.cling.transport.impl.apache.UpnpHttpRequestFactory
 
newHttpRequest(String, String) - Method in class org.teleal.cling.transport.impl.apache.UpnpHttpRequestFactory
 
newInstance(UpnpHeader.Type, String) - Static method in class org.teleal.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.teleal.cling.model.meta.Device
 
newInstance(ServiceType, ServiceId, URI, URI, URI, Action<S>[], StateVariable<S>[]) - Method in class org.teleal.cling.model.meta.Device
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], LocalService[], List<LocalDevice>) - Method in class org.teleal.cling.model.meta.LocalDevice
 
newInstance(ServiceType, ServiceId, URI, URI, URI, Action<LocalService>[], StateVariable<LocalService>[]) - Method in class org.teleal.cling.model.meta.LocalDevice
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], List<RemoteDevice>) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
newInstance(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
newServiceArray(int) - Method in class org.teleal.cling.model.meta.Device
 
newServiceArray(int) - Method in class org.teleal.cling.model.meta.LocalDevice
 
newServiceArray(int) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
nodeToString(Node, Set<String>, String) - Static method in class org.teleal.cling.model.XMLUtil
 
normalizeTimeZone(String) - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
normalizeURI(URI) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
NotificationSubtype - Enum in org.teleal.cling.model.types
Notification message types for SSDP.
notifyDiscoveryFailure(RemoteDevice, Exception) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack when the discovery protocol stopped abnormaly.
notifyDiscoveryFailure(RemoteDevice, Exception) - Method in class org.teleal.cling.registry.RegistryImpl
 
notifyDiscoveryStart(RemoteDevice) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack when the discovery protocol starts.
notifyDiscoveryStart(RemoteDevice) - Method in class org.teleal.cling.registry.RegistryImpl
 
NS_UPNP_CONTROL_10 - Static variable in interface org.teleal.cling.model.Constants
 
NS_UPNP_EVENT_10 - Static variable in interface org.teleal.cling.model.Constants
 
NTEventHeader - Class in org.teleal.cling.model.message.header
 
NTEventHeader() - Constructor for class org.teleal.cling.model.message.header.NTEventHeader
 
NTSHeader - Class in org.teleal.cling.model.message.header
 
NTSHeader() - Constructor for class org.teleal.cling.model.message.header.NTSHeader
 
NTSHeader(NotificationSubtype) - Constructor for class org.teleal.cling.model.message.header.NTSHeader
 

O

onBind(Intent) - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
onCreate() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
onDestroy() - Method in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
org.teleal.cling - package org.teleal.cling
 
org.teleal.cling.android - package org.teleal.cling.android
 
org.teleal.cling.binding - package org.teleal.cling.binding
 
org.teleal.cling.binding.annotations - package org.teleal.cling.binding.annotations
 
org.teleal.cling.binding.staging - package org.teleal.cling.binding.staging
 
org.teleal.cling.binding.xml - package org.teleal.cling.binding.xml
 
org.teleal.cling.controlpoint - package org.teleal.cling.controlpoint
 
org.teleal.cling.mock - package org.teleal.cling.mock
 
org.teleal.cling.model - package org.teleal.cling.model
 
org.teleal.cling.model.action - package org.teleal.cling.model.action
 
org.teleal.cling.model.gena - package org.teleal.cling.model.gena
 
org.teleal.cling.model.message - package org.teleal.cling.model.message
 
org.teleal.cling.model.message.control - package org.teleal.cling.model.message.control
 
org.teleal.cling.model.message.discovery - package org.teleal.cling.model.message.discovery
 
org.teleal.cling.model.message.gena - package org.teleal.cling.model.message.gena
 
org.teleal.cling.model.message.header - package org.teleal.cling.model.message.header
 
org.teleal.cling.model.meta - package org.teleal.cling.model.meta
 
org.teleal.cling.model.profile - package org.teleal.cling.model.profile
 
org.teleal.cling.model.resource - package org.teleal.cling.model.resource
 
org.teleal.cling.model.state - package org.teleal.cling.model.state
 
org.teleal.cling.model.types - package org.teleal.cling.model.types
 
org.teleal.cling.model.types.csv - package org.teleal.cling.model.types.csv
 
org.teleal.cling.protocol - package org.teleal.cling.protocol
 
org.teleal.cling.protocol.async - package org.teleal.cling.protocol.async
 
org.teleal.cling.protocol.sync - package org.teleal.cling.protocol.sync
 
org.teleal.cling.registry - package org.teleal.cling.registry
 
org.teleal.cling.transport - package org.teleal.cling.transport
 
org.teleal.cling.transport.impl - package org.teleal.cling.transport.impl
 
org.teleal.cling.transport.impl.apache - package org.teleal.cling.transport.impl.apache
 
org.teleal.cling.transport.spi - package org.teleal.cling.transport.spi
 
OutgoingActionRequestMessage - Class in org.teleal.cling.model.message.control
 
OutgoingActionRequestMessage(ActionInvocation, URL) - Constructor for class org.teleal.cling.model.message.control.OutgoingActionRequestMessage
 
OutgoingActionRequestMessage(Action, UpnpRequest) - Constructor for class org.teleal.cling.model.message.control.OutgoingActionRequestMessage
 
OutgoingActionResponseMessage - Class in org.teleal.cling.model.message.control
 
OutgoingActionResponseMessage(Action) - Constructor for class org.teleal.cling.model.message.control.OutgoingActionResponseMessage
 
OutgoingActionResponseMessage(UpnpResponse.Status) - Constructor for class org.teleal.cling.model.message.control.OutgoingActionResponseMessage
 
OutgoingActionResponseMessage(UpnpResponse.Status, Action) - Constructor for class org.teleal.cling.model.message.control.OutgoingActionResponseMessage
 
OutgoingDatagramMessage<O extends UpnpOperation> - Class in org.teleal.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.teleal.cling.model.message.OutgoingDatagramMessage
 
OutgoingDatagramMessage(O, UpnpMessage.BodyType, Object, InetAddress, int) - Constructor for class org.teleal.cling.model.message.OutgoingDatagramMessage
 
OutgoingEventRequestMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingEventRequestMessage(GENASubscription, URL, UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Constructor for class org.teleal.cling.model.message.gena.OutgoingEventRequestMessage
 
OutgoingEventRequestMessage(GENASubscription, URL) - Constructor for class org.teleal.cling.model.message.gena.OutgoingEventRequestMessage
 
OutgoingEventResponseMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingEventResponseMessage() - Constructor for class org.teleal.cling.model.message.gena.OutgoingEventResponseMessage
 
OutgoingEventResponseMessage(UpnpResponse) - Constructor for class org.teleal.cling.model.message.gena.OutgoingEventResponseMessage
 
OutgoingNotificationRequest - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequest(Location, LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequest
 
OutgoingNotificationRequestDeviceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestDeviceType(Location, LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestDeviceType
 
OutgoingNotificationRequestRootDevice - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestRootDevice(Location, LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestRootDevice
 
OutgoingNotificationRequestServiceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestServiceType(Location, LocalDevice, NotificationSubtype, ServiceType) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestServiceType
 
OutgoingNotificationRequestUDN - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestUDN(Location, LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestUDN
 
OutgoingRenewalRequestMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingRenewalRequestMessage(RemoteGENASubscription) - Constructor for class org.teleal.cling.model.message.gena.OutgoingRenewalRequestMessage
 
OutgoingSearchRequest - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchRequest(UpnpHeader, int) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchRequest
 
OutgoingSearchResponse - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponse(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponse
 
OutgoingSearchResponseDeviceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseDeviceType(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseDeviceType
 
OutgoingSearchResponseRootDevice - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseRootDevice(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseRootDevice
 
OutgoingSearchResponseRootDeviceUDN - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseRootDeviceUDN(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseRootDeviceUDN
 
OutgoingSearchResponseServiceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseServiceType(IncomingDatagramMessage, Location, LocalDevice, ServiceType) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseServiceType
 
OutgoingSearchResponseUDN - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseUDN(IncomingDatagramMessage, Location, LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseUDN
 
OutgoingSubscribeRequestMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingSubscribeRequestMessage(RemoteGENASubscription, List<URL>) - Constructor for class org.teleal.cling.model.message.gena.OutgoingSubscribeRequestMessage
 
OutgoingSubscribeResponseMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingSubscribeResponseMessage(UpnpResponse.Status) - Constructor for class org.teleal.cling.model.message.gena.OutgoingSubscribeResponseMessage
 
OutgoingSubscribeResponseMessage(LocalGENASubscription) - Constructor for class org.teleal.cling.model.message.gena.OutgoingSubscribeResponseMessage
 
OutgoingUnsubscribeRequestMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingUnsubscribeRequestMessage(RemoteGENASubscription) - Constructor for class org.teleal.cling.model.message.gena.OutgoingUnsubscribeRequestMessage
 
output - Variable in class org.teleal.cling.model.action.ActionInvocation
 
outputArgumentAccessors - Variable in class org.teleal.cling.model.action.AbstractActionExecutor
 
outputMessage - Variable in class org.teleal.cling.protocol.ReceivingSync
 
outputMessage - Variable in class org.teleal.cling.protocol.SendingSync
 

P

params - Variable in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
parentDevice - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
parsedHeaders - Variable in class org.teleal.cling.model.message.UpnpHeaders
 
parseHeaders() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
parseString(String) - Method in class org.teleal.cling.model.types.csv.CSV
 
parseURI(String) - Static method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
path - Variable in class org.teleal.cling.model.Location
 
PATTERN - Static variable in class org.teleal.cling.model.message.header.MANHeader
 
PATTERN - Static variable in class org.teleal.cling.model.message.header.TimeoutHeader
 
PATTERN - Static variable in class org.teleal.cling.model.types.DeviceType
 
PATTERN - Static variable in class org.teleal.cling.model.types.DLNADoc
 
PATTERN - Static variable in class org.teleal.cling.model.types.ServiceId
 
PATTERN - Static variable in class org.teleal.cling.model.types.ServiceType
 
PATTERN - Static variable in class org.teleal.cling.model.types.SoapActionType
 
PATTERN - Static variable in class org.teleal.cling.model.types.UDADeviceType
 
PATTERN - Static variable in class org.teleal.cling.model.types.UDAServiceId
 
PATTERN - Static variable in class org.teleal.cling.model.types.UDAServiceType
 
PATTERN_MAGIC_CONTROL - Static variable in class org.teleal.cling.model.types.SoapActionType
 
pause() - Method in interface org.teleal.cling.registry.Registry
Stops background maintenance (thread) of registered items.
pause() - Method in class org.teleal.cling.registry.RegistryImpl
 
pendingExecutions - Variable in class org.teleal.cling.registry.RegistryImpl
 
port - Variable in class org.teleal.cling.model.NetworkAddress
 
PREFIX - Static variable in class org.teleal.cling.model.message.header.SubscriptionIdHeader
 
PREFIX - Static variable in class org.teleal.cling.model.types.UDN
 
prefixIfRelative(Device, URI) - Method in class org.teleal.cling.model.Namespace
 
presentationURI - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
printDebugLog() - Method in class org.teleal.cling.registry.RegistryImpl
 
process(StreamRequestMessage) - Method in class org.teleal.cling.transport.spi.UpnpStream
Selects a UPnP protocol, runs it within the calling thread, returns the response.
processNewSubscription(LocalService, IncomingSubscribeRequestMessage) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
processRenewal(LocalService, IncomingSubscribeRequestMessage) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
PRODUCT_TOKEN_NAME - Static variable in interface org.teleal.cling.model.Constants
 
PRODUCT_TOKEN_VERSION - Static variable in interface org.teleal.cling.model.Constants
 
propertyChange(PropertyChangeEvent) - Method in class org.teleal.cling.model.DefaultServiceManager.DefaultPropertyChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class org.teleal.cling.model.gena.LocalGENASubscription
Moderates ServiceManager.EVENTED_STATE_VARIABLES events and state variable values, calls GENASubscription.eventReceived().
propertyChangeSupport - Variable in class org.teleal.cling.model.DefaultServiceManager
 
propertyChangeSupport - Variable in class org.teleal.cling.model.gena.RemoteGENASubscription
 
ProtocolCreationException - Exception in org.teleal.cling.protocol
Recoverable error, thrown when no protocol is available to handle a UPnP message.
ProtocolCreationException(String) - Constructor for exception org.teleal.cling.protocol.ProtocolCreationException
 
ProtocolCreationException(String, Throwable) - Constructor for exception org.teleal.cling.protocol.ProtocolCreationException
 
protocolFactory - Variable in class org.teleal.cling.controlpoint.ControlPointImpl
 
protocolFactory - Variable in class org.teleal.cling.mock.MockUpnpService
 
ProtocolFactory - Interface in org.teleal.cling.protocol
Factory for UPnP protocols, the core implementation of the UPnP specification.
protocolFactory - Variable in class org.teleal.cling.transport.RouterImpl
 
protocolFactory - Variable in class org.teleal.cling.transport.spi.UpnpStream
 
protocolFactory - Variable in class org.teleal.cling.UpnpServiceImpl
 
ProtocolFactoryImpl - Class in org.teleal.cling.protocol
Default implementation, directly instantiates the appropriate protocols.
ProtocolFactoryImpl(UpnpService) - Constructor for class org.teleal.cling.protocol.ProtocolFactoryImpl
 
provide(ControlPointInfo) - Method in interface org.teleal.cling.model.profile.DeviceDetailsProvider
 
provide(ControlPointInfo) - Method in class org.teleal.cling.model.profile.HeaderDeviceDetailsProvider
 
put(String, List<String>) - Method in class org.teleal.cling.model.message.UpnpHeaders
 

Q

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

R

randomGenerator - Variable in class org.teleal.cling.protocol.async.ReceivingSearch
 
read(Class<?>) - Method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
read(Class<?>, ServiceId, ServiceType, boolean, Set<Class>) - Method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
read(Class<?>) - Method in interface org.teleal.cling.binding.LocalServiceBinder
 
read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Method in interface org.teleal.cling.binding.LocalServiceBinder
 
read(Object) - Method in class org.teleal.cling.model.state.FieldStateVariableAccessor
 
read(Object) - Method in class org.teleal.cling.model.state.GetterStateVariableAccessor
 
read(StateVariable<LocalService>, Object) - Method in class org.teleal.cling.model.state.StateVariableAccessor
 
read(Object) - Method in class org.teleal.cling.model.state.StateVariableAccessor
 
read(InetAddress, DatagramPacket) - Method in class org.teleal.cling.transport.impl.DatagramProcessorImpl
 
read(InetAddress, DatagramPacket) - Method in interface org.teleal.cling.transport.spi.DatagramProcessor
Reads the datagram and instantiates a message.
readActionInputArguments(Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readActionOutputArguments(Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readActionRequestElement(Element, ActionRequestMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readActionResponseElement(Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readActions(Class<?>, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
readArgumentValues(NodeList, ActionArgument[]) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readBody(IncomingEventRequestMessage) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
readBody(ActionRequestMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readBody(ActionResponseMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readBody(IncomingEventRequestMessage) - Method in interface org.teleal.cling.transport.spi.GENAEventProcessor
Transforms an XML message body and adds to a collection of StateVariableValues..
readBody(ActionRequestMessage, ActionInvocation) - Method in interface org.teleal.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.teleal.cling.transport.spi.SOAPActionProcessor
Converts SOAP XML content of the response message and sets output argument values on the given invocation.
readBodyElement(Document) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readBodyFailure(Document, Element) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readEventedStateVariableValues() - Method in class org.teleal.cling.model.DefaultServiceManager
 
readEventedStateVariableValues() - Method in interface org.teleal.cling.model.ServiceManager
Reading the state of a service manually.
readFaultElement(Element) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readFormats - Variable in class org.teleal.cling.model.types.DateTimeDatatype
 
readLock - Variable in class org.teleal.cling.transport.SwitchableRouterImpl
 
readOutputArgumentValues(Action<LocalService>, Object) - Method in class org.teleal.cling.model.action.AbstractActionExecutor
Reads the output arguments after an action execution using accessors.
readProperties(Element, IncomingEventRequestMessage) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
readPropertysetElement(Document) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
readRequestMessage(InetAddress, DatagramPacket, ByteArrayInputStream, String, String) - Method in class org.teleal.cling.transport.impl.DatagramProcessorImpl
 
readResponseMessage(InetAddress, DatagramPacket, ByteArrayInputStream, int, String, String) - Method in class org.teleal.cling.transport.impl.DatagramProcessorImpl
 
readStateVariables(Class<?>, Set<Class>) - Method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
readStringConvertibleTypes(Class[]) - Method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
receive(UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
received(IncomingDatagramMessage) - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
received(UpnpStream) - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
received(IncomingDatagramMessage) - Method in interface org.teleal.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.teleal.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.teleal.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.teleal.cling.transport.RouterImpl
Obtains the synchronous protocol Executor and runs the UpnpStream directly.
received(IncomingDatagramMessage) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
received(UpnpStream) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
ReceivingAction - Class in org.teleal.cling.protocol.sync
Handles reception of control messages, invoking actions on local services.
ReceivingAction(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingAction
 
ReceivingAsync<M extends UpnpMessage> - Class in org.teleal.cling.protocol
Supertype for all asynchronously executing protocols, handling reception of UPnP messages.
ReceivingAsync(UpnpService, M) - Constructor for class org.teleal.cling.protocol.ReceivingAsync
 
ReceivingEvent - Class in org.teleal.cling.protocol.sync
Handles incoming GENA event messages.
ReceivingEvent(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingEvent
 
ReceivingNotification - Class in org.teleal.cling.protocol.async
Handles reception of notification messages.
ReceivingNotification(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.teleal.cling.protocol.async.ReceivingNotification
 
ReceivingRetrieval - Class in org.teleal.cling.protocol.sync
Handles reception of device/service descriptor and icon retrieval messages.
ReceivingRetrieval(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingRetrieval
 
ReceivingSearch - Class in org.teleal.cling.protocol.async
Handles reception of search requests, responds for local registered devices.
ReceivingSearch(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.teleal.cling.protocol.async.ReceivingSearch
 
ReceivingSearchResponse - Class in org.teleal.cling.protocol.async
Handles reception of search response messages.
ReceivingSearchResponse(UpnpService, IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.teleal.cling.protocol.async.ReceivingSearchResponse
 
ReceivingSubscribe - Class in org.teleal.cling.protocol.sync
Handles reception of GENA event subscription (initial and renewal) messages.
ReceivingSubscribe(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
ReceivingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> - Class in org.teleal.cling.protocol
Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response.
ReceivingSync(UpnpService, IN) - Constructor for class org.teleal.cling.protocol.ReceivingSync
 
ReceivingUnsubscribe - Class in org.teleal.cling.protocol.sync
Handles reception of GENA event unsubscribe messages.
ReceivingUnsubscribe(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingUnsubscribe
 
REGEX_ID - Static variable in interface org.teleal.cling.model.Constants
 
REGEX_NAMESPACE - Static variable in interface org.teleal.cling.model.Constants
 
REGEX_TYPE - Static variable in interface org.teleal.cling.model.Constants
 
REGEX_UDA_NAME - Static variable in interface org.teleal.cling.model.Constants
 
registerOnService() - Method in class org.teleal.cling.model.gena.LocalGENASubscription
Adds a property change listener on the ServiceManager.
RegistrationException - Exception in org.teleal.cling.registry
A recoverable error, thrown if device metadata could not be registered.
RegistrationException(String) - Constructor for exception org.teleal.cling.registry.RegistrationException
 
RegistrationException(String, Throwable) - Constructor for exception org.teleal.cling.registry.RegistrationException
 
RegistrationException(String, List<ValidationError>) - Constructor for exception org.teleal.cling.registry.RegistrationException
 
registry - Variable in class org.teleal.cling.controlpoint.ControlPointImpl
 
registry - Variable in class org.teleal.cling.mock.MockUpnpService
 
Registry - Interface in org.teleal.cling.registry
The core of the UPnP stack, keeping track of known devices and resources.
registry - Variable in class org.teleal.cling.UpnpServiceImpl
 
RegistryImpl - Class in org.teleal.cling.registry
Default implementation of Registry.
RegistryImpl(UpnpService) - Constructor for class org.teleal.cling.registry.RegistryImpl
Starts background maintenance immediately.
RegistryListener - Interface in org.teleal.cling.registry
Notification of discovered device additions, removals, updates.
registryListeners - Variable in class org.teleal.cling.registry.RegistryImpl
 
registryMaintainer - Variable in class org.teleal.cling.registry.RegistryImpl
 
RegistryMaintainer - Class in org.teleal.cling.registry
Runs periodically and calls RegistryImpl.maintain().
RegistryMaintainer(RegistryImpl, int) - Constructor for class org.teleal.cling.registry.RegistryMaintainer
 
relatedStateVariable - Variable in class org.teleal.cling.binding.staging.MutableActionArgument
 
RemoteDevice - Class in org.teleal.cling.model.meta
The metadata of a device that was discovered on the network.
RemoteDevice(RemoteDeviceIdentity) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService, RemoteDevice) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[], RemoteDevice[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService, RemoteDevice) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[], RemoteDevice[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService, RemoteDevice) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
remoteDeviceAdded(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
Calls the DefaultRegistryListener.deviceAdded(Registry, org.teleal.cling.model.meta.Device) method.
remoteDeviceAdded(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
Called when complete metadata of a newly discovered device is available.
remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Method in interface org.teleal.cling.registry.RegistryListener
Called when service metadata couldn't be initialized.
remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
Called as soon as possible after a device has been discovered.
RemoteDeviceIdentity - Class in org.teleal.cling.model.meta
Additional identifying information only relevant for discovered remote devices.
RemoteDeviceIdentity(UDN, RemoteDeviceIdentity) - Constructor for class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
RemoteDeviceIdentity(UDN, Integer, URL, byte[], InetAddress) - Constructor for class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
RemoteDeviceIdentity(IncomingNotificationRequest) - Constructor for class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
RemoteDeviceIdentity(IncomingSearchResponse) - Constructor for class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
remoteDeviceRemoved(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
Calls the DefaultRegistryListener.deviceRemoved(Registry, org.teleal.cling.model.meta.Device) method.
remoteDeviceRemoved(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
Called when a previously discovered device disappears.
remoteDeviceUpdated(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
remoteDeviceUpdated(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
Called when a discovered device's expiration timestamp is updated.
RemoteGENASubscription - Class in org.teleal.cling.model.gena
An outgoing subscription to a remote service.
RemoteGENASubscription(RemoteService) - Constructor for class org.teleal.cling.model.gena.RemoteGENASubscription
 
RemoteGENASubscription(RemoteService, int) - Constructor for class org.teleal.cling.model.gena.RemoteGENASubscription
 
remoteItems - Variable in class org.teleal.cling.registry.RegistryImpl
 
RemoteService - Class in org.teleal.cling.model.meta
The metadata of a service discovered on a remote device.
RemoteService(ServiceType, ServiceId, URI, URI, URI) - Constructor for class org.teleal.cling.model.meta.RemoteService
 
RemoteService(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Constructor for class org.teleal.cling.model.meta.RemoteService
 
remoteSubscriptionsLock - Variable in class org.teleal.cling.registry.RegistryImpl
 
remove(Object) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
remove(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
removeAllLocalDevices() - Method in interface org.teleal.cling.registry.Registry
Clear the registry of all locally registered device metadata.
removeAllLocalDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
removeAllRemoteDevices() - Method in interface org.teleal.cling.registry.Registry
Clear the registry of all discovered remote device metadata.
removeAllRemoteDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
removeDevice(LocalDevice) - Method in interface org.teleal.cling.registry.Registry
Call this to remove your local device metadata.
removeDevice(RemoteDevice) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP discovery protocol.
removeDevice(UDN) - Method in interface org.teleal.cling.registry.Registry
Call this to remove any device metadata with the given UDN.
removeDevice(LocalDevice) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeDevice(RemoteDevice) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeDevice(UDN) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeListener(RegistryListener) - Method in interface org.teleal.cling.registry.Registry
 
removeListener(RegistryListener) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeLocalSubscription(LocalGENASubscription) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
removeLocalSubscription(LocalGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeRemoteSubscription(RemoteGENASubscription) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
removeRemoteSubscription(RemoteGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeResource(Resource) - Method in interface org.teleal.cling.registry.Registry
Removes a resource from the registry.
removeResource(Resource) - Method in class org.teleal.cling.registry.RegistryImpl
 
requestedDurationSeconds - Variable in class org.teleal.cling.controlpoint.SubscriptionCallback
 
requestedDurationSeconds - Variable in class org.teleal.cling.model.gena.GENASubscription
 
requestMessages - Variable in class org.teleal.cling.protocol.sync.SendingEvent
 
requestThreadLocal - Static variable in class org.teleal.cling.protocol.sync.ReceivingAction
 
Resource<M> - Class in org.teleal.cling.model.resource
An addressable object, stored, managed, and accessible through the Registry.
Resource(URI, M) - Constructor for class org.teleal.cling.model.resource.Resource
 
resourceItems - Variable in class org.teleal.cling.registry.RegistryImpl
 
responseException(Throwable) - Method in class org.teleal.cling.protocol.ReceivingSync
Called by the client of this protocol if the returned response was not delivered.
responseException(Throwable) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
responseException(Throwable) - Method in class org.teleal.cling.transport.spi.UpnpStream
Must be called by a subclass if the response was not delivered to the client.
responseSent(StreamResponseMessage) - Method in class org.teleal.cling.protocol.ReceivingSync
Called by the client of this protocol after the returned response has been successfully delivered.
responseSent(StreamResponseMessage) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
responseSent(StreamResponseMessage) - Method in class org.teleal.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.teleal.cling.registry.Registry
Resumes background maintenance (thread) of registered items.
resume() - Method in class org.teleal.cling.registry.RegistryImpl
 
RetrieveRemoteDescriptors - Class in org.teleal.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.teleal.cling.protocol.RetrieveRemoteDescriptors
 
retval - Variable in class org.teleal.cling.binding.staging.MutableActionArgument
 
ROOT_DEVICE_SUFFIX - Static variable in class org.teleal.cling.model.message.header.USNRootDeviceHeader
 
RootDeviceHeader - Class in org.teleal.cling.model.message.header
 
RootDeviceHeader() - Constructor for class org.teleal.cling.model.message.header.RootDeviceHeader
 
router - Variable in class org.teleal.cling.mock.MockUpnpService
 
router - Variable in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
router - Variable in class org.teleal.cling.transport.impl.DatagramIOImpl
 
router - Variable in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
Router - Interface in org.teleal.cling.transport
Interface of the network transport layer.
router - Variable in class org.teleal.cling.UpnpServiceImpl
 
RouterImpl - Class in org.teleal.cling.transport
Default implementation of network message router.
RouterImpl(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.teleal.cling.transport.RouterImpl
Creates a NetworkAddressFactory from the given UpnpServiceConfiguration and initializes listening services.
routerLock - Variable in class org.teleal.cling.transport.SwitchableRouterImpl
 
run() - Method in class org.teleal.cling.controlpoint.ActionCallback
 
run() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
run() - Method in class org.teleal.cling.protocol.ReceivingAsync
 
run() - Method in class org.teleal.cling.protocol.RetrieveRemoteDescriptors
 
run() - Method in class org.teleal.cling.protocol.SendingAsync
 
run() - Method in class org.teleal.cling.registry.RegistryMaintainer
 
run() - Method in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
run() - Method in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
run() - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
run() - Method in class org.teleal.cling.transport.impl.HttpExchangeUpnpStream
 
run() - Method in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
run() - Method in class org.teleal.cling.transport.impl.StreamServerImpl
 

S

search() - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
search(UpnpHeader) - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
search(int) - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
search(UpnpHeader, int) - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
search() - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
search(UpnpHeader) - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
search(int) - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
search(UpnpHeader, int) - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
send(OutgoingDatagramMessage) - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
send(StreamRequestMessage) - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
send(OutgoingDatagramMessage) - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
send(DatagramPacket) - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
send(OutgoingDatagramMessage) - Method in interface org.teleal.cling.transport.Router
Call this method to send a UDP datagram message.
send(StreamRequestMessage) - Method in interface org.teleal.cling.transport.Router
Call this method to send a TCP (HTTP) stream message.
send(OutgoingDatagramMessage) - Method in class org.teleal.cling.transport.RouterImpl
Sends the UDP datagram on all bound DatagramIOs.
send(StreamRequestMessage) - Method in class org.teleal.cling.transport.RouterImpl
Sends the TCP stream request with the StreamClient.
send(OutgoingDatagramMessage) - Method in interface org.teleal.cling.transport.spi.DatagramIO
Sends a datagram after conversion with DatagramProcessor.write(org.teleal.cling.model.message.OutgoingDatagramMessage).
send(DatagramPacket) - Method in interface org.teleal.cling.transport.spi.DatagramIO
The actual sending of a UDP datagram.
send(OutgoingDatagramMessage) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
send(StreamRequestMessage) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
SendingAction - Class in org.teleal.cling.protocol.sync
Sending control message, transforming a local ActionInvocation.
SendingAction(UpnpService, ActionInvocation, URL) - Constructor for class org.teleal.cling.protocol.sync.SendingAction
 
SendingAsync - Class in org.teleal.cling.protocol
Supertype for all synchronously executing protocols, sending UPnP messages.
SendingAsync(UpnpService) - Constructor for class org.teleal.cling.protocol.SendingAsync
 
SendingEvent - Class in org.teleal.cling.protocol.sync
Sending GENA event messages to remote subscribers.
SendingEvent(UpnpService, LocalGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingEvent
 
SendingNotification - Class in org.teleal.cling.protocol.async
Sending notification messages for a registered local device.
SendingNotification(UpnpService, LocalDevice) - Constructor for class org.teleal.cling.protocol.async.SendingNotification
 
SendingNotificationAlive - Class in org.teleal.cling.protocol.async
Sending ALIVE notification messages for a registered local device.
SendingNotificationAlive(UpnpService, LocalDevice) - Constructor for class org.teleal.cling.protocol.async.SendingNotificationAlive
 
SendingNotificationByebye - Class in org.teleal.cling.protocol.async
Sending BYEBYE notification messages for a registered local device.
SendingNotificationByebye(UpnpService, LocalDevice) - Constructor for class org.teleal.cling.protocol.async.SendingNotificationByebye
 
SendingRenewal - Class in org.teleal.cling.protocol.sync
Renewing a GENA event subscription with a remote host.
SendingRenewal(UpnpService, RemoteGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingRenewal
 
SendingSearch - Class in org.teleal.cling.protocol.async
Sending search request messages using the supplied search type.
SendingSearch(UpnpService) - Constructor for class org.teleal.cling.protocol.async.SendingSearch
Defaults to STAllHeader and an MX of 3 seconds.
SendingSearch(UpnpService, UpnpHeader) - Constructor for class org.teleal.cling.protocol.async.SendingSearch
Defaults to an MX value of 3 seconds.
SendingSearch(UpnpService, UpnpHeader, int) - Constructor for class org.teleal.cling.protocol.async.SendingSearch
 
SendingSubscribe - Class in org.teleal.cling.protocol.sync
Establishing a GENA event subscription with a remote host.
SendingSubscribe(UpnpService, RemoteGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingSubscribe
 
SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> - Class in org.teleal.cling.protocol
Supertype for all synchronously executing protocols, sending UPnP messages.
SendingSync(UpnpService, IN) - Constructor for class org.teleal.cling.protocol.SendingSync
 
SendingUnsubscribe - Class in org.teleal.cling.protocol.sync
Disconnecting a GENA event subscription with a remote host.
SendingUnsubscribe(UpnpService, RemoteGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingUnsubscribe
 
sendMessages(Location) - Method in class org.teleal.cling.protocol.async.SendingNotification
 
sendRemoteRequest(OutgoingActionRequestMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
sendRequest(StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
sendRequest(StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
sendRequest(StreamRequestMessage) - Method in interface org.teleal.cling.transport.spi.StreamClient
Sends the given request via TCP (HTTP) and returns the response.
sendResponses(UpnpHeader, NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseAll(NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseDeviceType(DeviceType, NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseRootDevices(NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseServiceType(ServiceType, NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseUDN(UDN, NetworkAddress) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
serialNumber - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
server - Variable in class org.teleal.cling.transport.impl.StreamServerImpl
 
ServerClientTokens - Class in org.teleal.cling.model
The agent string of the UPnP stack in network messages, either as a server or client.
ServerClientTokens() - Constructor for class org.teleal.cling.model.ServerClientTokens
 
ServerClientTokens(int, int) - Constructor for class org.teleal.cling.model.ServerClientTokens
 
ServerClientTokens(int, int, String, String, String, String) - Constructor for class org.teleal.cling.model.ServerClientTokens
 
ServerHeader - Class in org.teleal.cling.model.message.header
 
ServerHeader() - Constructor for class org.teleal.cling.model.message.header.ServerHeader
 
ServerHeader(ServerClientTokens) - Constructor for class org.teleal.cling.model.message.header.ServerHeader
 
serverSocket - Variable in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
service - Variable in class org.teleal.cling.controlpoint.SubscriptionCallback
 
service - Variable in class org.teleal.cling.model.DefaultServiceManager
 
service - Variable in class org.teleal.cling.model.gena.GENASubscription
 
Service<D extends Device,S extends Service> - Class in org.teleal.cling.model.meta
The metadata of a service, with actions and state variables.
Service(ServiceType, ServiceId) - Constructor for class org.teleal.cling.model.meta.Service
 
Service(ServiceType, ServiceId, Action<S>[], StateVariable<S>[]) - Constructor for class org.teleal.cling.model.meta.Service
 
SERVICE - Static variable in class org.teleal.cling.model.Namespace
 
serviceClass - Variable in class org.teleal.cling.model.DefaultServiceManager
 
ServiceControlResource - Class in org.teleal.cling.model.resource
 
ServiceControlResource(URI, LocalService) - Constructor for class org.teleal.cling.model.resource.ServiceControlResource
 
ServiceDescriptorBinder - Interface in org.teleal.cling.binding.xml
Reads and generates service descriptor XML metadata.
ServiceDescriptorResource - Class in org.teleal.cling.model.resource
 
ServiceDescriptorResource(URI, LocalService) - Constructor for class org.teleal.cling.model.resource.ServiceDescriptorResource
 
ServiceEventCallbackResource - Class in org.teleal.cling.model.resource
 
ServiceEventCallbackResource(URI, RemoteService) - Constructor for class org.teleal.cling.model.resource.ServiceEventCallbackResource
 
ServiceEventSubscriptionResource - Class in org.teleal.cling.model.resource
 
ServiceEventSubscriptionResource(URI, LocalService) - Constructor for class org.teleal.cling.model.resource.ServiceEventSubscriptionResource
 
serviceId - Variable in class org.teleal.cling.binding.staging.MutableService
 
ServiceId - Class in org.teleal.cling.model.types
Represents a service identifer, for example urn:my-domain-namespace:serviceId:MyService123
ServiceId(String, String) - Constructor for class org.teleal.cling.model.types.ServiceId
 
serviceImpl - Variable in class org.teleal.cling.model.DefaultServiceManager
 
ServiceManager<T> - Interface in org.teleal.cling.model
Binds the metadata of a service to a service implementation, unified interface for accessing local services.
ServiceReference - Class in org.teleal.cling.model
Combines a UDN and a ServiceId.
ServiceReference(String) - Constructor for class org.teleal.cling.model.ServiceReference
 
ServiceReference(UDN, ServiceId) - Constructor for class org.teleal.cling.model.ServiceReference
 
services - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
services - Variable in class org.teleal.cling.model.meta.Device
 
serviceType - Variable in class org.teleal.cling.binding.staging.MutableService
 
ServiceType - Class in org.teleal.cling.model.types
Represents a service type, for example urn:my-domain-namespace:service:MyService:1.
ServiceType(String, String) - Constructor for class org.teleal.cling.model.types.ServiceType
 
ServiceType(String, String, int) - Constructor for class org.teleal.cling.model.types.ServiceType
 
ServiceTypeHeader - Class in org.teleal.cling.model.message.header
 
ServiceTypeHeader() - Constructor for class org.teleal.cling.model.message.header.ServiceTypeHeader
 
ServiceTypeHeader(URI) - Constructor for class org.teleal.cling.model.message.header.ServiceTypeHeader
 
ServiceTypeHeader(ServiceType) - Constructor for class org.teleal.cling.model.message.header.ServiceTypeHeader
 
ServiceUSNHeader - Class in org.teleal.cling.model.message.header
 
ServiceUSNHeader() - Constructor for class org.teleal.cling.model.message.header.ServiceUSNHeader
 
ServiceUSNHeader(UDN, ServiceType) - Constructor for class org.teleal.cling.model.message.header.ServiceUSNHeader
 
ServiceUSNHeader(NamedServiceType) - Constructor for class org.teleal.cling.model.message.header.ServiceUSNHeader
 
setActualSubscriptionDurationSeconds(int) - Method in class org.teleal.cling.model.gena.GENASubscription
 
setBody(UpnpMessage.BodyType, Object) - Method in interface org.teleal.cling.model.message.control.ActionMessage
 
setBody(UpnpMessage.BodyType, Object) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setBodyCharacters(byte[]) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setBodyType(UpnpMessage.BodyType) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setBufferSizeKilobytes(int) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setBuiltin(Datatype.Builtin) - Method in class org.teleal.cling.model.types.AbstractDatatype
 
setConnectionTimeoutSeconds(int) - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
setConnectionTimeoutSeconds(int) - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
setContentCharset(String) - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
setControlPoint(ControlPoint) - Method in class org.teleal.cling.controlpoint.ActionCallback
 
setControlPoint(ControlPoint) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
setDataReadTimeoutSeconds(int) - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
setDataReadTimeoutSeconds(int) - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
setDataWaitTimeoutSeconds(int) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setFailure(ActionException) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setGroup(InetAddress) - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setHeaders(UpnpHeaders) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setHost(String) - Method in class org.teleal.cling.model.types.HostPort
 
setHttpMinorVersion(int) - Method in class org.teleal.cling.model.message.UpnpOperation
 
setInput(String, Object) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setInput(ActionArgumentValue<S>) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setInput(ActionArgumentValue<S>[]) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setLastRefreshTimestampSeconds(long) - Method in class org.teleal.cling.model.ExpirationDetails
 
setListenPort(int) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setListenPort(int) - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
setMajorVersion(int) - Method in class org.teleal.cling.model.ServerClientTokens
 
setManager(ServiceManager<T>) - Method in class org.teleal.cling.model.meta.LocalService
 
setMaxDatagramBytes(int) - Method in class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
setMaxDatagramBytes(int) - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setMaxTotalConnections(int) - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
setMinorVersion(int) - Method in class org.teleal.cling.model.ServerClientTokens
 
setNamespace(String) - Method in class org.teleal.cling.model.message.header.MANHeader
 
setOsName(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setOsVersion(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setOutput(String, Object) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setOutput(ActionArgumentValue<S>) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setOutput(ActionArgumentValue<S>[]) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setOutputArgumentValue(ActionInvocation<LocalService>, ActionArgument<LocalService>, Object) - Method in class org.teleal.cling.model.action.AbstractActionExecutor
Sets the output argument value on the ActionInvocation, considers string conversion.
setPort(int) - Method in class org.teleal.cling.model.types.HostPort
 
setPort(int) - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setProductName(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setProductVersion(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setStaleConnectionCheck(boolean) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setString(String) - Method in class org.teleal.cling.model.message.header.CallbackHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.ContentTypeHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.DeviceTypeHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.DeviceUSNHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.EventSequenceHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.EXTHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.HostHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.InterfaceMacHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.LocationHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.MANHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.MaxAgeHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.MXHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.NTEventHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.NTSHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.RootDeviceHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.ServerHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.ServiceTypeHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.ServiceUSNHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.SoapActionHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.STAllHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.SubscriptionIdHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.TimeoutHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.UDADeviceTypeHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.UDAServiceTypeHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.UDNHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.UpnpHeader
 
setString(String) - Method in class org.teleal.cling.model.message.header.USNRootDeviceHeader
 
setSubscription(GENASubscription) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
setSubscriptionDuration(Integer) - Method in class org.teleal.cling.model.gena.LocalGENASubscription
 
setSubscriptionId(String) - Method in class org.teleal.cling.model.gena.GENASubscription
 
setTcpConnectionBacklog(int) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setTcpConnectionBacklog(int) - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
setTcpNoDelay(boolean) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setTimeToLive(int) - Method in class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
setUdaMajorVersion(int) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setUdaMinorVersion(int) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setUri(URI) - Method in class org.teleal.cling.model.message.UpnpRequest
 
setUsePersistentConnections(boolean) - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
setValue(T) - Method in class org.teleal.cling.model.message.header.UpnpHeader
 
setValue(long) - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
shutdown() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
shutdown() - Method in class org.teleal.cling.mock.MockUpnpService.MockRouter
 
shutdown() - Method in class org.teleal.cling.mock.MockUpnpService
 
shutdown() - Method in class org.teleal.cling.model.resource.Resource
Called by the registry when it stops, in the shutdown thread.
shutdown() - Method in interface org.teleal.cling.registry.Registry
Typically called internally when the UPnP stack is stopping.
shutdown() - Method in class org.teleal.cling.registry.RegistryImpl
 
shutdown() - Method in interface org.teleal.cling.transport.Router
Unbinds all sockets and stops all listening threads for datagrams and streams.
shutdown() - Method in class org.teleal.cling.transport.RouterImpl
 
shutdown() - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
shutdown() - Method in interface org.teleal.cling.UpnpService
Stopping the UPnP stack.
shutdown() - Method in interface org.teleal.cling.UpnpServiceConfiguration
Called by the UpnpService on shutdown, useful to e.g.
shutdown() - Method in class org.teleal.cling.UpnpServiceImpl
 
SOAP_NS_ENVELOPE - Static variable in interface org.teleal.cling.model.Constants
 
SOAP_URI_ENCODING_STYLE - Static variable in interface org.teleal.cling.model.Constants
 
SoapActionHeader - Class in org.teleal.cling.model.message.header
 
SoapActionHeader() - Constructor for class org.teleal.cling.model.message.header.SoapActionHeader
 
SoapActionHeader(URI) - Constructor for class org.teleal.cling.model.message.header.SoapActionHeader
 
SoapActionHeader(SoapActionType) - Constructor for class org.teleal.cling.model.message.header.SoapActionHeader
 
SoapActionHeader(String) - Constructor for class org.teleal.cling.model.message.header.SoapActionHeader
 
SOAPActionProcessor - Interface in org.teleal.cling.transport.spi
Converts UPnP SOAP messages from/to action invocations.
SOAPActionProcessorImpl - Class in org.teleal.cling.transport.impl
Default implementation based on the W3C DOM XML processing API.
SOAPActionProcessorImpl() - Constructor for class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
SoapActionType - Class in org.teleal.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.teleal.cling.model.types.SoapActionType
 
SoapActionType(String, String, Integer, String) - Constructor for class org.teleal.cling.model.types.SoapActionType
 
socket - Variable in class org.teleal.cling.transport.impl.DatagramIOImpl
 
STAllHeader - Class in org.teleal.cling.model.message.header
 
STAllHeader() - Constructor for class org.teleal.cling.model.message.header.STAllHeader
 
stampLastRefresh() - Method in class org.teleal.cling.model.ExpirationDetails
 
startElement(String, String, String, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
 
startElement(String, String, String, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
StateVariable<S extends Service> - Class in org.teleal.cling.model.meta
The metadata of a named state variable.
StateVariable(String, StateVariableTypeDetails) - Constructor for class org.teleal.cling.model.meta.StateVariable
 
StateVariable(String, StateVariableTypeDetails, StateVariableEventDetails) - Constructor for class org.teleal.cling.model.meta.StateVariable
 
StateVariableAccessor - Class in org.teleal.cling.model.state
Reads the value of a state variable, given an instance that implements the service.
StateVariableAccessor() - Constructor for class org.teleal.cling.model.state.StateVariableAccessor
 
stateVariableAccessors - Variable in class org.teleal.cling.model.meta.LocalService
 
StateVariableAllowedValueRange - Class in org.teleal.cling.model.meta
Integrity rule for a state variable, restricting its values to a range with steps.
StateVariableAllowedValueRange(long, long) - Constructor for class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
StateVariableAllowedValueRange(long, long, long) - Constructor for class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
StateVariableEventDetails - Class in org.teleal.cling.model.meta
Eventing options of a state variable, including moderation settings.
StateVariableEventDetails() - Constructor for class org.teleal.cling.model.meta.StateVariableEventDetails
 
StateVariableEventDetails(boolean) - Constructor for class org.teleal.cling.model.meta.StateVariableEventDetails
 
StateVariableEventDetails(boolean, int, int) - Constructor for class org.teleal.cling.model.meta.StateVariableEventDetails
 
stateVariables - Variable in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
stateVariables - Variable in class org.teleal.cling.binding.staging.MutableService
 
StateVariableTypeDetails - Class in org.teleal.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.teleal.cling.model.meta.StateVariableTypeDetails
 
StateVariableTypeDetails(Datatype, String) - Constructor for class org.teleal.cling.model.meta.StateVariableTypeDetails
 
StateVariableTypeDetails(Datatype, String, String[], StateVariableAllowedValueRange) - Constructor for class org.teleal.cling.model.meta.StateVariableTypeDetails
 
StateVariableValue<S extends Service> - Class in org.teleal.cling.model.state
Represents the value of a state variable.
StateVariableValue(StateVariable<S>, Object) - Constructor for class org.teleal.cling.model.state.StateVariableValue
 
step - Variable in class org.teleal.cling.binding.staging.MutableAllowedValueRange
 
stop() - Method in class org.teleal.cling.registry.RegistryMaintainer
 
stop() - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
stop() - Method in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
stop() - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
stop() - Method in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
stop() - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
stop() - Method in class org.teleal.cling.transport.impl.StreamServerImpl
 
stop() - Method in interface org.teleal.cling.transport.spi.DatagramIO
Stops the service, closes any listening sockets.
stop() - Method in interface org.teleal.cling.transport.spi.MulticastReceiver
Stops the service, closes any listening sockets.
stop() - Method in interface org.teleal.cling.transport.spi.StreamClient
Stops the service, closes any connection pools etc.
stop() - Method in interface org.teleal.cling.transport.spi.StreamServer
Stops the service, closes any listening sockets.
streamClient - Variable in class org.teleal.cling.transport.RouterImpl
 
StreamClient<C extends StreamClientConfiguration> - Interface in org.teleal.cling.transport.spi
Service for sending TCP (HTTP) stream request messages.
StreamClientConfiguration - Interface in org.teleal.cling.transport.spi
Collection of typically needed configuration settings.
StreamClientConfigurationImpl - Class in org.teleal.cling.transport.impl.apache
Settings for the Apache HTTP Components implementation.
StreamClientConfigurationImpl() - Constructor for class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
StreamClientConfigurationImpl - Class in org.teleal.cling.transport.impl
Settings for the default implementation.
StreamClientConfigurationImpl() - Constructor for class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
StreamClientImpl - Class in org.teleal.cling.transport.impl.apache
Implementation based on Apache HTTP Components.
StreamClientImpl(StreamClientConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
StreamClientImpl - Class in org.teleal.cling.transport.impl
Default implementation based on the JDK's HttpURLConnection.
StreamClientImpl(StreamClientConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.StreamClientImpl
 
streamListenPort - Variable in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
StreamRequestMessage - Class in org.teleal.cling.model.message
A TCP (HTTP) stream request message.
StreamRequestMessage(StreamRequestMessage) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URI) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URL) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest, String) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URI, String) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URL, String) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest, byte[]) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URI, byte[]) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamRequestMessage(UpnpRequest.Method, URL, byte[]) - Constructor for class org.teleal.cling.model.message.StreamRequestMessage
 
StreamResponseMessage - Class in org.teleal.cling.model.message
A TCP (HTTP) stream response message.
StreamResponseMessage(StreamResponseMessage) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse.Status) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse, String) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(String) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(UpnpResponse, byte[]) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(byte[]) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(String, ContentTypeHeader) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(String, MimeType) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(byte[], ContentTypeHeader) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamResponseMessage(byte[], MimeType) - Constructor for class org.teleal.cling.model.message.StreamResponseMessage
 
StreamServer<C extends StreamServerConfiguration> - Interface in org.teleal.cling.transport.spi
Service for receiving TCP (HTTP) streams, one per bound IP address.
StreamServerConfiguration - Interface in org.teleal.cling.transport.spi
Collection of typically needed configuration settings.
StreamServerConfigurationImpl - Class in org.teleal.cling.transport.impl.apache
Settings for the Apache HTTP Components implementation.
StreamServerConfigurationImpl() - Constructor for class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
Defaults to port '0', ephemeral.
StreamServerConfigurationImpl(int) - Constructor for class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
StreamServerConfigurationImpl - Class in org.teleal.cling.transport.impl
Settings for the default implementation.
StreamServerConfigurationImpl() - Constructor for class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
Defaults to port '0', ephemeral.
StreamServerConfigurationImpl(int) - Constructor for class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
StreamServerImpl - Class in org.teleal.cling.transport.impl.apache
Implementation based on Apache HTTP Components.
StreamServerImpl(StreamServerConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
StreamServerImpl - Class in org.teleal.cling.transport.impl
Implementation based on the built-in SUN JDK 6.0 HTTP Server.
StreamServerImpl(StreamServerConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.StreamServerImpl
 
streamServers - Variable in class org.teleal.cling.transport.RouterImpl
 
stringConvertibleTypes - Variable in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
stringConvertibleTypes - Variable in class org.teleal.cling.binding.annotations.AnnotationStateVariableBinder
 
stringConvertibleTypes - Variable in class org.teleal.cling.model.meta.LocalService
 
StringDatatype - Class in org.teleal.cling.model.types
 
StringDatatype() - Constructor for class org.teleal.cling.model.types.StringDatatype
 
subscription - Variable in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
subscription - Variable in class org.teleal.cling.protocol.sync.SendingRenewal
 
subscription - Variable in class org.teleal.cling.protocol.sync.SendingSubscribe
 
subscription - Variable in class org.teleal.cling.protocol.sync.SendingUnsubscribe
 
SubscriptionCallback - Class in org.teleal.cling.controlpoint
Subscribe and receive events from a service through GENA.
SubscriptionCallback(Service) - Constructor for class org.teleal.cling.controlpoint.SubscriptionCallback
 
SubscriptionCallback(Service, int) - Constructor for class org.teleal.cling.controlpoint.SubscriptionCallback
 
subscriptionId - Variable in class org.teleal.cling.model.gena.GENASubscription
 
subscriptionId - Variable in class org.teleal.cling.protocol.sync.SendingEvent
 
SubscriptionIdHeader - Class in org.teleal.cling.model.message.header
 
SubscriptionIdHeader() - Constructor for class org.teleal.cling.model.message.header.SubscriptionIdHeader
 
SubscriptionIdHeader(String) - Constructor for class org.teleal.cling.model.message.header.SubscriptionIdHeader
 
success(ActionInvocation) - Method in class org.teleal.cling.controlpoint.ActionCallback.Default
 
success(ActionInvocation) - Method in class org.teleal.cling.controlpoint.ActionCallback
Called when the action invocation succeeded.
supportsQueryStateVariables - Variable in class org.teleal.cling.model.meta.LocalService
 
SwitchableRouter - Interface in org.teleal.cling.transport
Switchable network transport layer interface.
SwitchableRouterImpl - Class in org.teleal.cling.transport
Default implementation of switchable network message router.
SwitchableRouterImpl(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.teleal.cling.transport.SwitchableRouterImpl
 
SwitchableRouterImpl.RouterLockAcquisitionException - Exception in org.teleal.cling.transport
 
SwitchableRouterImpl.RouterLockAcquisitionException() - Constructor for exception org.teleal.cling.transport.SwitchableRouterImpl.RouterLockAcquisitionException
 
SwitchableRouterImpl.RouterLockAcquisitionException(String) - Constructor for exception org.teleal.cling.transport.SwitchableRouterImpl.RouterLockAcquisitionException
 
SwitchableRouterImpl.RouterLockAcquisitionException(String, Throwable) - Constructor for exception org.teleal.cling.transport.SwitchableRouterImpl.RouterLockAcquisitionException
 
SwitchableRouterImpl.RouterLockAcquisitionException(Throwable) - Constructor for exception org.teleal.cling.transport.SwitchableRouterImpl.RouterLockAcquisitionException
 
syncProtocol - Variable in class org.teleal.cling.transport.spi.UpnpStream
 
SYSTEM_PROPERTY_NET_ADDRESSES - Static variable in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
SYSTEM_PROPERTY_NET_IFACES - Static variable in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 

T

TimeoutHeader - Class in org.teleal.cling.model.message.header
 
TimeoutHeader() - Constructor for class org.teleal.cling.model.message.header.TimeoutHeader
 
TimeoutHeader(int) - Constructor for class org.teleal.cling.model.message.header.TimeoutHeader
 
TimeoutHeader(Integer) - Constructor for class org.teleal.cling.model.message.header.TimeoutHeader
 
toCommaSeparatedList(Object[]) - Static method in class org.teleal.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.teleal.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.teleal.cling.model.meta.Device
 
toDeviceArray(Collection<LocalDevice>) - Method in class org.teleal.cling.model.meta.LocalDevice
 
toDeviceArray(Collection<RemoteDevice>) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
toFriendlyString() - Method in class org.teleal.cling.model.types.ServiceType
 
toServiceArray(Collection<S>) - Method in class org.teleal.cling.model.meta.Device
 
toServiceArray(Collection<LocalService>) - Method in class org.teleal.cling.model.meta.LocalDevice
 
toServiceArray(Collection<RemoteService>) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
toString() - Method in class org.teleal.cling.controlpoint.ActionCallback
 
toString() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
toString() - Method in class org.teleal.cling.model.action.ActionInvocation
 
toString() - Method in class org.teleal.cling.model.DefaultServiceManager
 
toString() - Method in class org.teleal.cling.model.ExpirationDetails
 
toString() - Method in class org.teleal.cling.model.gena.GENASubscription
 
toString() - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
toString() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
toString() - Method in class org.teleal.cling.model.message.header.InterfaceMacHeader
 
toString() - Method in class org.teleal.cling.model.message.header.UpnpHeader
 
toString() - Method in class org.teleal.cling.model.message.UpnpMessage
 
toString() - Method in class org.teleal.cling.model.message.UpnpRequest
 
toString() - Method in class org.teleal.cling.model.message.UpnpResponse
 
toString() - Method in class org.teleal.cling.model.meta.Action
 
toString() - Method in class org.teleal.cling.model.meta.ActionArgument
 
toString() - Method in class org.teleal.cling.model.meta.Device
 
toString() - Method in class org.teleal.cling.model.meta.DeviceIdentity
 
toString() - Method in class org.teleal.cling.model.meta.Icon
 
toString() - Method in class org.teleal.cling.model.meta.LocalService
 
toString() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
toString() - Method in class org.teleal.cling.model.meta.Service
 
toString() - Method in class org.teleal.cling.model.meta.StateVariable
 
toString() - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
toString() - Method in class org.teleal.cling.model.resource.Resource
 
toString() - Method in class org.teleal.cling.model.ServerClientTokens
 
toString() - Method in class org.teleal.cling.model.ServiceReference
 
toString() - Method in class org.teleal.cling.model.state.FieldStateVariableAccessor
 
toString() - Method in class org.teleal.cling.model.state.GetterStateVariableAccessor
 
toString() - Method in class org.teleal.cling.model.state.StateVariableAccessor
 
toString() - Method in class org.teleal.cling.model.types.AbstractDatatype
 
toString() - Method in class org.teleal.cling.model.types.csv.CSV
 
toString() - Method in class org.teleal.cling.model.types.CustomDatatype
 
toString() - Method in class org.teleal.cling.model.types.DeviceType
 
toString() - Method in class org.teleal.cling.model.types.DLNACaps
 
toString() - Method in class org.teleal.cling.model.types.DLNADoc
 
toString() - Method in enum org.teleal.cling.model.types.DLNADoc.Version
 
toString() - Method in class org.teleal.cling.model.types.HostPort
 
toString() - Method in class org.teleal.cling.model.types.NamedDeviceType
 
toString() - Method in class org.teleal.cling.model.types.NamedServiceType
 
toString() - Method in class org.teleal.cling.model.types.ServiceId
 
toString() - Method in class org.teleal.cling.model.types.ServiceType
 
toString() - Method in class org.teleal.cling.model.types.SoapActionType
 
toString() - Method in class org.teleal.cling.model.types.UDN
 
toString() - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
toString() - Method in class org.teleal.cling.model.ValidationError
 
toString() - Method in class org.teleal.cling.model.VariableValue
 
toString() - Method in class org.teleal.cling.protocol.ReceivingAsync
 
toString() - Method in class org.teleal.cling.protocol.ReceivingSync
 
toString() - Method in class org.teleal.cling.protocol.SendingAsync
 
toString() - Method in class org.teleal.cling.protocol.SendingSync
 
toString(Document) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
toString(Document) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
toString() - Method in class org.teleal.cling.transport.spi.UpnpStream
 
toTimeString(long) - Static method in class org.teleal.cling.model.ModelUtil
 

U

UDA10DeviceDescriptorBinderImpl - Class in org.teleal.cling.binding.xml
Implementation based on JAXP DOM.
UDA10DeviceDescriptorBinderImpl() - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
UDA10DeviceDescriptorBinderSAXImpl - Class in org.teleal.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.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler<I> - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler(I) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler(I, SAXParser) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler(I, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler(I, SAXParser, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler(MutableDevice, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler(List<MutableDevice>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
 
UDA10DeviceDescriptorBinderSAXImpl.IconHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.IconHandler(MutableIcon, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
 
UDA10DeviceDescriptorBinderSAXImpl.IconListHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.IconListHandler(List<MutableIcon>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
 
UDA10DeviceDescriptorBinderSAXImpl.RootHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.RootHandler(MutableDevice, SAXParser) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler(MutableService, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler(List<MutableService>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
 
UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler(MutableUDAVersion, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
 
UDA10ServiceDescriptorBinderImpl - Class in org.teleal.cling.binding.xml
Implementation based on JAXP DOM.
UDA10ServiceDescriptorBinderImpl() - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
UDA10ServiceDescriptorBinderSAXImpl - Class in org.teleal.cling.binding.xml
Implementation based on JAXP SAX.
UDA10ServiceDescriptorBinderSAXImpl() - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
 
UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler(MutableActionArgument, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler(List<MutableActionArgument>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ActionHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionHandler(MutableAction, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler(List<MutableAction>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
 
UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler(List<String>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
 
UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler(MutableAllowedValueRange, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
 
UDA10ServiceDescriptorBinderSAXImpl.RootHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.RootHandler(MutableService, SAXParser) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I> - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I, SAXParser) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I, SAXParser, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
 
UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler(MutableStateVariable, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler(List<MutableStateVariable>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
 
UDADeviceType - Class in org.teleal.cling.model.types
Device type with a fixed schemas-upnp-org namespace.
UDADeviceType(String) - Constructor for class org.teleal.cling.model.types.UDADeviceType
 
UDADeviceType(String, int) - Constructor for class org.teleal.cling.model.types.UDADeviceType
 
UDADeviceTypeHeader - Class in org.teleal.cling.model.message.header
 
UDADeviceTypeHeader() - Constructor for class org.teleal.cling.model.message.header.UDADeviceTypeHeader
 
UDADeviceTypeHeader(URI) - Constructor for class org.teleal.cling.model.message.header.UDADeviceTypeHeader
 
UDADeviceTypeHeader(DeviceType) - Constructor for class org.teleal.cling.model.message.header.UDADeviceTypeHeader
 
UDAServiceId - Class in org.teleal.cling.model.types
Service identifier with a fixed upnp-org namespace.
UDAServiceId(String) - Constructor for class org.teleal.cling.model.types.UDAServiceId
 
UDAServiceType - Class in org.teleal.cling.model.types
Service type with a fixed schemas-upnp-org namespace.
UDAServiceType(String) - Constructor for class org.teleal.cling.model.types.UDAServiceType
 
UDAServiceType(String, int) - Constructor for class org.teleal.cling.model.types.UDAServiceType
 
UDAServiceTypeHeader - Class in org.teleal.cling.model.message.header
 
UDAServiceTypeHeader() - Constructor for class org.teleal.cling.model.message.header.UDAServiceTypeHeader
 
UDAServiceTypeHeader(URI) - Constructor for class org.teleal.cling.model.message.header.UDAServiceTypeHeader
 
UDAServiceTypeHeader(UDAServiceType) - Constructor for class org.teleal.cling.model.message.header.UDAServiceTypeHeader
 
udaVersion - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
UDAVersion - Class in org.teleal.cling.model.meta
Version of the UPnP Device Architecture (UDA), defaults to 1.0.
UDAVersion() - Constructor for class org.teleal.cling.model.meta.UDAVersion
 
UDAVersion(int, int) - Constructor for class org.teleal.cling.model.meta.UDAVersion
 
udn - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
UDN - Class in org.teleal.cling.model.types
A unique device name.
UDN(String) - Constructor for class org.teleal.cling.model.types.UDN
 
UDN(UUID) - Constructor for class org.teleal.cling.model.types.UDN
 
UDNHeader - Class in org.teleal.cling.model.message.header
 
UDNHeader() - Constructor for class org.teleal.cling.model.message.header.UDNHeader
 
UDNHeader(UDN) - Constructor for class org.teleal.cling.model.message.header.UDNHeader
 
uniqueSystemIdentifier(String) - Static method in class org.teleal.cling.model.types.UDN
Generates a global unique identifer that is the same every time this method is invoked on the same machine.
UNKNOWN_PLACEHOLDER - Static variable in class org.teleal.cling.model.ServerClientTokens
 
UNLIMITED_AGE - Static variable in class org.teleal.cling.model.ExpirationDetails
 
unlock() - Method in class org.teleal.cling.model.DefaultServiceManager
 
unlock(Lock) - Method in class org.teleal.cling.transport.SwitchableRouterImpl
 
unlockRemoteSubscriptions() - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
unlockRemoteSubscriptions() - Method in class org.teleal.cling.registry.RegistryImpl
 
UnsignedIntegerFourBytes - Class in org.teleal.cling.model.types
 
UnsignedIntegerFourBytes(long) - Constructor for class org.teleal.cling.model.types.UnsignedIntegerFourBytes
 
UnsignedIntegerFourBytes(String) - Constructor for class org.teleal.cling.model.types.UnsignedIntegerFourBytes
 
UnsignedIntegerFourBytesDatatype - Class in org.teleal.cling.model.types
 
UnsignedIntegerFourBytesDatatype() - Constructor for class org.teleal.cling.model.types.UnsignedIntegerFourBytesDatatype
 
UnsignedIntegerOneByte - Class in org.teleal.cling.model.types
 
UnsignedIntegerOneByte(long) - Constructor for class org.teleal.cling.model.types.UnsignedIntegerOneByte
 
UnsignedIntegerOneByte(String) - Constructor for class org.teleal.cling.model.types.UnsignedIntegerOneByte
 
UnsignedIntegerOneByteDatatype - Class in org.teleal.cling.model.types
 
UnsignedIntegerOneByteDatatype() - Constructor for class org.teleal.cling.model.types.UnsignedIntegerOneByteDatatype
 
UnsignedIntegerTwoBytes - Class in org.teleal.cling.model.types
 
UnsignedIntegerTwoBytes(long) - Constructor for class org.teleal.cling.model.types.UnsignedIntegerTwoBytes
 
UnsignedIntegerTwoBytes(String) - Constructor for class org.teleal.cling.model.types.UnsignedIntegerTwoBytes
 
UnsignedIntegerTwoBytesDatatype - Class in org.teleal.cling.model.types
 
UnsignedIntegerTwoBytesDatatype() - Constructor for class org.teleal.cling.model.types.UnsignedIntegerTwoBytesDatatype
 
UnsignedVariableInteger - Class in org.teleal.cling.model.types
A crude solution for unsigned "non-negative" types in UPnP, not usable for any arithmetic.
UnsignedVariableInteger() - Constructor for class org.teleal.cling.model.types.UnsignedVariableInteger
 
UnsignedVariableInteger(long) - Constructor for class org.teleal.cling.model.types.UnsignedVariableInteger
 
UnsignedVariableInteger(String) - Constructor for class org.teleal.cling.model.types.UnsignedVariableInteger
 
UnsignedVariableInteger.Bits - Enum in org.teleal.cling.model.types
 
UnsupportedDataException - Exception in org.teleal.cling.transport.spi
Thrown by processors/converters when errors occured.
UnsupportedDataException(String) - Constructor for exception org.teleal.cling.transport.spi.UnsupportedDataException
 
UnsupportedDataException(String, Throwable) - Constructor for exception org.teleal.cling.transport.spi.UnsupportedDataException
 
upc - Variable in class org.teleal.cling.binding.staging.MutableDevice
 
update(RemoteDeviceIdentity) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP discovery protocol.
update(RemoteDeviceIdentity) - Method in class org.teleal.cling.registry.RegistryImpl
 
updateLocalSubscription(LocalGENASubscription) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
updateLocalSubscription(LocalGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
updateRemoteSubscription(RemoteGENASubscription) - Method in interface org.teleal.cling.registry.Registry
Called internally by the UPnP stack, during GENA protocol execution.
updateRemoteSubscription(RemoteGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
UPNP_MULTICAST_PORT - Static variable in interface org.teleal.cling.model.Constants
 
UpnpAction - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpHeader<T> - Class in org.teleal.cling.model.message.header
Transforms known and standardized UPnP/HTTP headers from/to string representation.
UpnpHeader() - Constructor for class org.teleal.cling.model.message.header.UpnpHeader
 
UpnpHeader.Type - Enum in org.teleal.cling.model.message.header
Maps a standardized UPnP header to potential header subtypes.
UpnpHeaders - Class in org.teleal.cling.model.message
Provides UPnP header API in addition to plain multi-map HTTP header access.
UpnpHeaders() - Constructor for class org.teleal.cling.model.message.UpnpHeaders
 
UpnpHeaders(Map<String, List<String>>) - Constructor for class org.teleal.cling.model.message.UpnpHeaders
 
UpnpHeaders(ByteArrayInputStream) - Constructor for class org.teleal.cling.model.message.UpnpHeaders
 
UpnpHttpRequestFactory - Class in org.teleal.cling.transport.impl.apache
This is how you add new HTTP methods to Apache HTTP Components.
UpnpHttpRequestFactory() - Constructor for class org.teleal.cling.transport.impl.apache.UpnpHttpRequestFactory
 
UpnpInputArgument - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpMessage<O extends UpnpOperation> - Class in org.teleal.cling.model.message
A non-streaming message, the interface between the transport layer and the protocols.
UpnpMessage(UpnpMessage<O>) - Constructor for class org.teleal.cling.model.message.UpnpMessage
 
UpnpMessage(O) - Constructor for class org.teleal.cling.model.message.UpnpMessage
 
UpnpMessage(O, UpnpMessage.BodyType, Object) - Constructor for class org.teleal.cling.model.message.UpnpMessage
 
UpnpMessage.BodyType - Enum in org.teleal.cling.model.message
 
UpnpOperation - Class in org.teleal.cling.model.message
The operation, or HTTP details, of a message.
UpnpOperation() - Constructor for class org.teleal.cling.model.message.UpnpOperation
 
UpnpOutputArgument - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpRequest - Class in org.teleal.cling.model.message
A request message, with a method (GET, POST, NOTIFY, etc).
UpnpRequest(UpnpRequest.Method) - Constructor for class org.teleal.cling.model.message.UpnpRequest
 
UpnpRequest(UpnpRequest.Method, URI) - Constructor for class org.teleal.cling.model.message.UpnpRequest
 
UpnpRequest(UpnpRequest.Method, URL) - Constructor for class org.teleal.cling.model.message.UpnpRequest
 
UpnpRequest.Method - Enum in org.teleal.cling.model.message
 
UpnpResponse - Class in org.teleal.cling.model.message
A response message, with a status code and message (OK, NOT FOUND, etc).
UpnpResponse(int, String) - Constructor for class org.teleal.cling.model.message.UpnpResponse
 
UpnpResponse(UpnpResponse.Status) - Constructor for class org.teleal.cling.model.message.UpnpResponse
 
UpnpResponse.Status - Enum in org.teleal.cling.model.message
 
upnpService - Variable in class org.teleal.cling.android.AndroidUpnpServiceImpl
 
UpnpService - Annotation Type in org.teleal.cling.binding.annotations
 
upnpService - Variable in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
upnpService - Variable in class org.teleal.cling.registry.RegistryImpl
 
UpnpService - Interface in org.teleal.cling
Primary interface of the Cling Core UPnP stack.
UpnpServiceConfiguration - Interface in org.teleal.cling
Shared configuration data of the UPnP stack..
UpnpServiceId - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpServiceImpl - Class in org.teleal.cling
Default implementation of UpnpService, starts immediately on construction.
UpnpServiceImpl() - Constructor for class org.teleal.cling.UpnpServiceImpl
 
UpnpServiceImpl(RegistryListener...) - Constructor for class org.teleal.cling.UpnpServiceImpl
 
UpnpServiceImpl(UpnpServiceConfiguration, RegistryListener...) - Constructor for class org.teleal.cling.UpnpServiceImpl
 
UpnpServiceType - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpStateVariable - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpStateVariables - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpStream - Class in org.teleal.cling.transport.spi
A runnable representation of a single HTTP request/response procedure.
UpnpStream(ProtocolFactory) - Constructor for class org.teleal.cling.transport.spi.UpnpStream
 
uri - Variable in class org.teleal.cling.binding.staging.MutableIcon
 
URIDatatype - Class in org.teleal.cling.model.types
 
URIDatatype() - Constructor for class org.teleal.cling.model.types.URIDatatype
 
useAddresses - Variable in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
useInterfaces - Variable in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
UserAgentHeader - Class in org.teleal.cling.model.message.header
 
UserAgentHeader() - Constructor for class org.teleal.cling.model.message.header.UserAgentHeader
 
USNRootDeviceHeader - Class in org.teleal.cling.model.message.header
 
USNRootDeviceHeader() - Constructor for class org.teleal.cling.model.message.header.USNRootDeviceHeader
 
USNRootDeviceHeader(UDN) - Constructor for class org.teleal.cling.model.message.header.USNRootDeviceHeader
 

V

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

W

waitBeforeExecution() - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
waitBeforeExecution() - Method in class org.teleal.cling.protocol.ReceivingAsync
Provides an opportunity to pause before executing the protocol.
width - Variable in class org.teleal.cling.binding.staging.MutableIcon
 
wifiInterface - Variable in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
wifiManager - Variable in class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
write(OutgoingDatagramMessage) - Method in class org.teleal.cling.transport.impl.DatagramProcessorImpl
 
write(OutgoingDatagramMessage) - Method in interface org.teleal.cling.transport.spi.DatagramProcessor
Creates a UDP datagram with the content of a message.
writeActionInputArguments(Document, Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeActionOutputArguments(Document, Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeActionRequestElement(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeActionResponseElement(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeBody(OutgoingEventRequestMessage) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
writeBody(ActionRequestMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeBody(ActionResponseMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeBody(OutgoingEventRequestMessage) - Method in interface org.teleal.cling.transport.spi.GENAEventProcessor
Transforms a collection of StateVariableValues into an XML message body.
writeBody(ActionRequestMessage, ActionInvocation) - Method in interface org.teleal.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.teleal.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.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeBodyFailure(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeFaultElement(Document, Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeFormat - Variable in class org.teleal.cling.model.types.DateTimeDatatype
 
writeLock - Variable in class org.teleal.cling.transport.SwitchableRouterImpl
 
writeProperties(Document, Element, OutgoingEventRequestMessage) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
writePropertysetElement(Document) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 

X

XMLUtil - Class in org.teleal.cling.model
XML handling and printing shortcuts.
XMLUtil() - Constructor for class org.teleal.cling.model.XMLUtil
 

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

Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.