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

A

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
 
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
 
ActionArgument(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.Direction - Enum in org.teleal.cling.model.meta
 
ActionArgumentValue<S extends Service> - Class in org.teleal.cling.model.action
 
ActionArgumentValue(ActionArgument<S>, Object) - Constructor for class org.teleal.cling.model.action.ActionArgumentValue
 
ActionCallback - Class in org.teleal.cling.controlpoint
 
ActionCallback(ActionInvocation, ControlPoint) - Constructor for class org.teleal.cling.controlpoint.ActionCallback
 
ActionCallback(ActionInvocation) - Constructor for class org.teleal.cling.controlpoint.ActionCallback
 
ActionException - Exception in org.teleal.cling.model.action
 
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 - Class in org.teleal.cling.model.action
 
ActionExecutor() - Constructor for class org.teleal.cling.model.action.ActionExecutor
 
ActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Constructor for class org.teleal.cling.model.action.ActionExecutor
 
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
 
ActionInvocation(Action<S>) - Constructor for class org.teleal.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionInvocationValues<S>) - Constructor for class org.teleal.cling.model.action.ActionInvocation
 
ActionInvocation(Action<S>, ActionInvocationValues<S>, ActionInvocationValues<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
 
ActionInvocationValues<S extends Service> - Class in org.teleal.cling.model.action
 
ActionInvocationValues(List<ActionArgument<S>>, boolean) - Constructor for class org.teleal.cling.model.action.ActionInvocationValues
 
ActionMessage - Interface in org.teleal.cling.model.message.control
 
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.MutableServiceDescriptor
 
actualDurationSeconds - Variable in class org.teleal.cling.model.gena.GENASubscription
 
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
 
addDevice(RemoteDevice) - Method in interface org.teleal.cling.registry.Registry
 
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
 
addLocalSubscription(LocalGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
addRemoteSubscription(RemoteGENASubscription) - Method in interface org.teleal.cling.registry.Registry
 
addRemoteSubscription(RemoteGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
addResource(Resource) - Method in interface org.teleal.cling.registry.Registry
 
addResource(Resource) - Method in class org.teleal.cling.registry.RegistryImpl
 
addValue(Object) - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
ALL_STATE_VARIABLE_VALUES - Static variable in class org.teleal.cling.model.gena.RemoteGENASubscription
 
allowedValueRange - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
allowedValues - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
AndroidNetworkAddressFactory - Class in org.teleal.cling.android
 
AndroidNetworkAddressFactory(int) - Constructor for class org.teleal.cling.android.AndroidNetworkAddressFactory
 
AndroidUpnpServiceConfiguration - Class in org.teleal.cling.android
 
AndroidUpnpServiceConfiguration() - Constructor for class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
AndroidUpnpServiceConfiguration(int) - Constructor for class org.teleal.cling.android.AndroidUpnpServiceConfiguration
 
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
 
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
 
applyRequestBody(HttpURLConnection, StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
applyRequestProperties(HttpURLConnection, StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
applyTo(HttpURLConnection) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
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
 
baseURL - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
bindAddresses - Variable in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
bindAddresses - Variable in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
BindingException - Exception in org.teleal.cling.binding
 
BindingException(String) - Constructor for exception org.teleal.cling.binding.BindingException
 
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 interface org.teleal.cling.transport.Router
 
broadcast(byte[]) - Method in class org.teleal.cling.transport.RouterImpl
 
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.MutableDeviceDescriptor
 
build(Device, UDAVersion, URL) - Method in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
build() - Method in class org.teleal.cling.binding.staging.MutableDeviceService
 
build() - Method in class org.teleal.cling.binding.staging.MutableIcon
 
build(Class<T>) - Method in class org.teleal.cling.binding.staging.MutableServiceDescriptor
 
build() - Method in class org.teleal.cling.binding.staging.MutableStateVariable
 

C

CallbackHeader - Class in org.teleal.cling.model.message.header
 
CallbackHeader() - 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
 
CharacterDatatype - Class in org.teleal.cling.model.types
 
CharacterDatatype() - Constructor for class org.teleal.cling.model.types.CharacterDatatype
 
characters(char[], int, int) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
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
 
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.registry.RegistryImpl
 
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
 
containsKey(Object) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
containsTextContentType() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
containsValue(Object) - 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
 
controlPoint - Variable in class org.teleal.cling.controlpoint.ActionCallback
 
ControlPoint - Interface in org.teleal.cling.controlpoint
 
controlPoint - Variable in class org.teleal.cling.UpnpServiceImpl
 
ControlPointImpl - Class in org.teleal.cling.controlpoint
 
ControlPointImpl(UpnpServiceConfiguration, ProtocolFactory, Registry) - Constructor for class org.teleal.cling.controlpoint.ControlPointImpl
 
controlURI - Variable in class org.teleal.cling.binding.staging.MutableDeviceService
 
createActionArgumennts() - Method in class org.teleal.cling.binding.staging.MutableAction
 
createActions() - Method in class org.teleal.cling.binding.staging.MutableServiceDescriptor
 
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.MutableDeviceDescriptor
 
createDeviceMessages(LocalDevice) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
createDeviceMessages(LocalDevice) - Method in class org.teleal.cling.protocol.async.SendingNotification
 
createDeviceServices() - Method in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
createDeviceType() - Method in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
createDeviceVersion() - Method in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
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.MutableDeviceDescriptor
 
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
 
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
 
createReceivingAsync(IncomingDatagramMessage) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createReceivingAsync(IncomingDatagramMessage) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createReceivingSync(StreamRequestMessage) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createReceivingSync(StreamRequestMessage) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createRegistryMaintainer() - Method in class org.teleal.cling.registry.RegistryImpl
 
createResponse(HttpURLConnection, InputStream) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
createResponseHandler(StreamClientImpl.ResponseMetadata) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
createResponseMessage(StreamClientImpl.ResponseMetadata, Object) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
createSchema() - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
createSendingAction(ActionInvocation, URL) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingAction(ActionInvocation, URL) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingEvent(LocalGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingEvent(LocalGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingNotificationAlive(LocalDevice) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingNotificationAlive(LocalDevice) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingNotificationByebye(LocalDevice) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingNotificationByebye(LocalDevice) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingRenewal(RemoteGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingRenewal(RemoteGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingSearch(UpnpHeader) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingSearch(UpnpHeader) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingSubscribe(RemoteGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
createSendingSubscribe(RemoteGENASubscription) - Method in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
createSendingUnsubscribe(RemoteGENASubscription) - Method in interface org.teleal.cling.protocol.ProtocolFactory
 
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
 
createServiceReference() - Method in class org.teleal.cling.model.meta.DeviceService
 
createServiceTypeMessages(LocalDevice) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
createServiceTypeMessages(LocalDevice) - 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.MutableServiceDescriptor
 
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<S>, Object) - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
CSV<T> - Class in org.teleal.cling.model.types.csv
 
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.DefaultServiceManager.DefaultPropertyChangeListener
 
currentValues - Variable in class org.teleal.cling.model.gena.GENASubscription
 
CustomDatatype - Class in org.teleal.cling.model.types
 
CustomDatatype() - Constructor for class org.teleal.cling.model.types.CustomDatatype
 

D

DatagramIO<C extends DatagramIOConfiguration> - Interface in org.teleal.cling.transport.spi
 
DatagramIOConfiguration - Interface in org.teleal.cling.transport.spi
 
DatagramIOConfigurationImpl - Class in org.teleal.cling.transport.impl
 
DatagramIOConfigurationImpl(InetAddress, int) - Constructor for class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
DatagramIOConfigurationImpl(String, int) - Constructor for class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
DatagramIOImpl - Class in org.teleal.cling.transport.impl
http://forums.sun.com/thread.jspa?threadID=771852 http://mail.openjdk.java.net/pipermail/net-dev/2008-December/000497.html https://jira.jboss.org/jira/browse/JGRP-978 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4701650
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
 
DatagramProcessorImpl - Class in org.teleal.cling.transport.impl
 
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
 
Datatype.Builtin - Enum in org.teleal.cling.model.types
 
Datatype.Default - Enum in org.teleal.cling.model.types
 
DateTimeDatatype - Class in org.teleal.cling.model.types
 
DateTimeDatatype(String[], String) - Constructor for class org.teleal.cling.model.types.DateTimeDatatype
 
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.android.AndroidNetworkAddressFactory
 
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
 
DefaultRegistryListener() - Constructor for class org.teleal.cling.registry.DefaultRegistryListener
 
DefaultServiceManager<T> - Class in org.teleal.cling.model
 
DefaultServiceManager(DeviceService<LocalService<T>>) - Constructor for class org.teleal.cling.model.DefaultServiceManager
 
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(List<StateVariableValue>) - Constructor for class org.teleal.cling.model.DefaultServiceManager.DefaultPropertyChangeListener
 
DefaultUpnpServiceConfiguration - Class in org.teleal.cling
 
DefaultUpnpServiceConfiguration() - Constructor for class org.teleal.cling.DefaultUpnpServiceConfiguration
 
DefaultUpnpServiceConfiguration(int) - Constructor for class org.teleal.cling.DefaultUpnpServiceConfiguration
 
defaultValue - Variable in class org.teleal.cling.binding.staging.MutableStateVariable
 
depth - Variable in class org.teleal.cling.binding.staging.MutableIcon
 
describe(T, String) - Method in interface org.teleal.cling.binding.xml.DeviceDescriptorBinder
 
describe(D, String) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
describe(D, String) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
 
describe(T, String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
describe() - Method in class org.teleal.cling.protocol.RetrieveRemoteDescriptors
 
describe(String) - Method in class org.teleal.cling.protocol.RetrieveRemoteDescriptors
 
describeServicesRecursive(RemoteDevice, 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
 
DescriptorBindingException - Exception in org.teleal.cling.binding.xml
 
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.MutableDeviceService
 
Device<DI extends DeviceIdentity,D extends Device,S extends Service> - Class in org.teleal.cling.model.meta
 
Device(DI) - Constructor for class org.teleal.cling.model.meta.Device
 
Device(DI, DeviceType, DeviceDetails, Icon[], DeviceService<S>[]) - Constructor for class org.teleal.cling.model.meta.Device
 
Device(DI, DeviceType, DeviceDetails, Icon[], DeviceService<S>[], D[]) - Constructor for class org.teleal.cling.model.meta.Device
 
Device(DI, UDAVersion, DeviceType, DeviceDetails, Icon[], DeviceService<S>[], D[]) - Constructor for class org.teleal.cling.model.meta.Device
 
DeviceDescriptorBinder - Interface in org.teleal.cling.binding.xml
 
DeviceDetails - Class in org.teleal.cling.model.meta
 
DeviceDetails(String) - Constructor for class org.teleal.cling.model.meta.DeviceDetails
 
DeviceDetails(String, ManufacturerDetails) - 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, String, String) - Constructor for class org.teleal.cling.model.meta.DeviceDetails
 
DeviceDetails(String, URI) - 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, String, String, URI) - 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(URL, String, ManufacturerDetails, ModelDetails, String, String, URI) - Constructor for class org.teleal.cling.model.meta.DeviceDetails
 
DeviceIdentity - Class in org.teleal.cling.model.meta
 
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
 
deviceService - Variable in class org.teleal.cling.controlpoint.SubscriptionCallback
 
deviceService - Variable in class org.teleal.cling.model.gena.GENASubscription
 
DeviceService<S extends Service> - Class in org.teleal.cling.model.meta
Defines the metadata of service as present in Device descriptor.
DeviceService(ServiceType, ServiceId, URI, URI, URI) - Constructor for class org.teleal.cling.model.meta.DeviceService
 
DeviceService(ServiceType, ServiceId, URI, URI, URI, S) - Constructor for class org.teleal.cling.model.meta.DeviceService
 
deviceServices - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
deviceType - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
DeviceType - Class in org.teleal.cling.model.types
 
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
 
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.android.AndroidNetworkAddressFactory
 
discoverNetworkInterfaces() - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
discoverResources() - Method in class org.teleal.cling.model.meta.Device
 
discoverResources() - Method in class org.teleal.cling.model.meta.LocalDevice
 
discoverResources() - Method in class org.teleal.cling.model.meta.RemoteDevice
 
documentToString(Document) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
documentToString(Document) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
documentToString(Document) - 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.SpecVersionHandler
 
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.MutableDeviceDescriptor
 
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
 
end(CancelReason, UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
endDocument() - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
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.SpecVersionHandler
 
endElement(Descriptor.Service.ELEMENT) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
 
endElement(String, String, String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
endPrefixMapping(String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
entrySet() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
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.message.UpnpHeaders
 
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.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.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
 
error(SAXParseException) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorErrorHandler
 
ErrorCode - Enum in org.teleal.cling.model.types
 
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
 
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
 
eventReceived(GENASubscription) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
eventReceived() - Method in class org.teleal.cling.model.gena.GENASubscription
 
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
 
eventsMissed(int) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
eventSubscriptionURI - Variable in class org.teleal.cling.binding.staging.MutableDeviceService
 
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.ActionExecutor
 
execute(ActionInvocation<LocalService>, Object) - Method in class 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
 
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
 
execute() - Method in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
 
execute() - Method in class org.teleal.cling.transport.impl.HttpExchangeUpnpStream
 
execute() - Method in class org.teleal.cling.transport.spi.UpnpStream
 
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
 
EXTHeader - Class in org.teleal.cling.model.message.header
 
EXTHeader() - Constructor for class org.teleal.cling.model.message.header.EXTHeader
 

F

fail(UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
failed(GENASubscription, UpnpResponse, Exception) - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
Called when establishing a local or remote subscription failed.
failed(Exception) - Method in class org.teleal.cling.model.gena.LocalGENASubscription
 
failed(UpnpResponse) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
failure(ActionInvocation, UpnpResponse) - Method in class org.teleal.cling.controlpoint.ActionCallback
 
failure - Variable in class org.teleal.cling.model.action.ActionInvocation
 
fatalError(SAXParseException) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorErrorHandler
 
field - Variable in class org.teleal.cling.model.state.FieldStateVariableAccessor
 
FieldStateVariableAccessor - Class in org.teleal.cling.model.state
 
FieldStateVariableAccessor(Field) - Constructor for class org.teleal.cling.model.state.FieldStateVariableAccessor
 
fillValuesWithNull() - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
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
 
findDevices(DeviceType) - Method in class org.teleal.cling.model.meta.LocalDevice
 
findDevices(ServiceType) - Method in class org.teleal.cling.model.meta.LocalDevice
 
findDevices(DeviceType) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
findDevices(ServiceType) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
findDeviceService(ServiceId) - Method in class org.teleal.cling.model.meta.Device
 
findDeviceServices() - Method in class org.teleal.cling.model.meta.Device
 
findDeviceServices(ServiceType) - Method in class org.teleal.cling.model.meta.Device
 
findDeviceServices(ServiceType, ServiceId, D) - Method in class org.teleal.cling.model.meta.Device
 
findDeviceServices() - Method in class org.teleal.cling.model.meta.LocalDevice
 
findDeviceServices(ServiceType) - Method in class org.teleal.cling.model.meta.LocalDevice
 
findDeviceServices() - Method in class org.teleal.cling.model.meta.RemoteDevice
 
findDeviceServices(ServiceType) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
findEmbeddedDevices() - Method in class org.teleal.cling.model.meta.Device
 
findEmbeddedDevices(D) - Method in class org.teleal.cling.model.meta.Device
 
findEmbeddedDevices() - Method in class org.teleal.cling.model.meta.LocalDevice
 
findEmbeddedDevices() - Method in class org.teleal.cling.model.meta.RemoteDevice
 
findFirstDeviceService(ServiceType) - Method in class org.teleal.cling.model.meta.Device
 
findFirstEmptySlot(ActionArgumentValue[]) - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
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
 
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
 
friendlyName - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
fromCommaSeparatedList(String) - Static method in class org.teleal.cling.model.ModelUtil
 
fromCommaSeparatedList(String, boolean) - Static method in class org.teleal.cling.model.ModelUtil
 
fromString(String) - Method in class org.teleal.cling.model.types.Base64Datatype
 
fromString(String) - Method in class org.teleal.cling.model.types.BinHexDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.BooleanDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.CharacterDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.CustomDatatype
 
fromString(String) - Method in interface org.teleal.cling.model.types.Datatype
 
fromString(String) - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.DoubleDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.FloatDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.IntegerDatatype
 
fromString(String) - Static method in class org.teleal.cling.model.types.NamedDeviceType
 
fromString(String) - Static method in class org.teleal.cling.model.types.NamedServiceType
 
fromString(String) - Static method in class org.teleal.cling.model.types.SoapActionType
 
fromString(String) - Method in class org.teleal.cling.model.types.StringDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.TimeDatatype
 
fromString(String) - Static method in class org.teleal.cling.model.types.UDADeviceType
 
fromString(String) - Static method in class org.teleal.cling.model.types.UDAServiceId
 
fromString(String) - Static method in class org.teleal.cling.model.types.UDAServiceType
 
fromString(String) - Method in class org.teleal.cling.model.types.UnsignedIntegerFourBytesDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.UnsignedIntegerOneByteDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.UnsignedIntegerTwoBytesDatatype
 
fromString(String) - Method in class org.teleal.cling.model.types.URIDatatype
 
fromTimeString(String) - Static method in class org.teleal.cling.model.ModelUtil
 

G

GENAEventProcessor - Interface in org.teleal.cling.transport.spi
 
GENAEventProcessorImpl - Class in org.teleal.cling.transport.impl
 
GENAEventProcessorImpl() - Constructor for class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
GENASubscription<S extends Service> - Class in org.teleal.cling.model.gena
 
GENASubscription(DeviceService<S>) - Constructor for class org.teleal.cling.model.gena.GENASubscription
 
GENASubscription(DeviceService<S>, int) - Constructor for class org.teleal.cling.model.gena.GENASubscription
 
generate(Device) - Method in interface org.teleal.cling.binding.xml.DeviceDescriptorBinder
 
generate(Service) - Method in interface org.teleal.cling.binding.xml.ServiceDescriptorBinder
 
generate(Device) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
generate(Service) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
generate(Device) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
get(Object) - 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
 
getActualDurationSeconds() - Method in class org.teleal.cling.model.gena.GENASubscription
 
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.action.ActionInvocationValues
 
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
 
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
 
getBufferSizeKilobytes() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
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
 
getByHttpMethodName(String) - Static method in enum org.teleal.cling.model.message.UpnpRequest.Method
 
getByHttpName(String) - Static method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
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
 
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.controlpoint.ControlPoint
 
getConfiguration() - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
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 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
 
getConnectionTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
getConstructor() - Static method in class org.teleal.cling.model.meta.LocalDevice
 
getConstructor() - Static method in class org.teleal.cling.model.meta.LocalService
 
getConstructor() - Static method in class org.teleal.cling.model.meta.RemoteDevice
 
getConstructor() - Static method in class org.teleal.cling.model.meta.RemoteService
 
getContentCharset() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
getControlPoint() - Method in class org.teleal.cling.controlpoint.ActionCallback
 
getControlPoint() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
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.DeviceService
 
getControlURI() - Method in class org.teleal.cling.model.meta.LocalDeviceService
 
getCreatedOn() - Method in class org.teleal.cling.model.VariableValue
 
getCurrentSequence() - Method in class org.teleal.cling.model.gena.GENASubscription
 
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
 
getDataReadTimeoutSeconds() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
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
 
getDateValue(String, String[]) - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getDateValue(String, String[]) - Method in class org.teleal.cling.model.types.TimeDatatype
 
getDefaultExecutor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getDefaultValue() - Method in class org.teleal.cling.model.meta.StateVariableTypeDetails
 
getDefaultValue() - Method in class org.teleal.cling.model.types.Base64Datatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.BinHexDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.BooleanDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.CharacterDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.CustomDatatype
 
getDefaultValue() - Method in interface org.teleal.cling.model.types.Datatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.DoubleDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.FloatDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.IntegerDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.StringDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.TimeDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.UnsignedIntegerFourBytesDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.UnsignedIntegerOneByteDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.UnsignedIntegerTwoBytesDatatype
 
getDefaultValue() - Method in class org.teleal.cling.model.types.URIDatatype
 
getDepth() - Method in class org.teleal.cling.model.meta.Icon
 
getDescription() - Method in enum org.teleal.cling.model.types.ErrorCode
 
getDescriptorName() - Method in enum org.teleal.cling.model.types.Datatype.Builtin
 
getDescriptorURI() - Method in class org.teleal.cling.model.meta.DeviceService
 
getDescriptorURI() - Method in class org.teleal.cling.model.meta.LocalDevice
 
getDescriptorURI() - Method in class org.teleal.cling.model.meta.LocalDeviceService
 
getDescriptorURL() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
getDestinationAddress() - Method in class org.teleal.cling.model.message.OutgoingDatagramMessage
 
getDestinationAddress() - Method in class org.teleal.cling.protocol.SendingAsync
 
getDestinationPort() - Method in class org.teleal.cling.model.message.OutgoingDatagramMessage
 
getDestinationPort() - Method in class org.teleal.cling.protocol.SendingAsync
 
getDetails() - Method in class org.teleal.cling.model.meta.Device
 
getDevice() - Method in class org.teleal.cling.model.meta.DeviceService
 
getDevice() - Method in class org.teleal.cling.model.meta.Icon
 
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
 
getDeviceService() - Method in class org.teleal.cling.controlpoint.SubscriptionCallback
 
getDeviceService() - Method in class org.teleal.cling.model.gena.GENASubscription
 
getDeviceService() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
getDeviceService() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeRequestMessage
 
getDeviceService() - Method in class org.teleal.cling.model.message.gena.IncomingUnsubscribeRequestMessage
 
getDeviceService() - Method in class org.teleal.cling.model.meta.Service
 
getDeviceService(ServiceReference) - Method in interface org.teleal.cling.registry.Registry
 
getDeviceService(ServiceReference) - Method in class org.teleal.cling.registry.RegistryImpl
 
getDeviceServices() - Method in class org.teleal.cling.model.meta.Device
 
getDeviceType() - Method in class org.teleal.cling.model.types.NamedDeviceType
 
getDirection() - Method in class org.teleal.cling.model.meta.ActionArgument
 
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
 
getEmbeddedDevices() - Method in class org.teleal.cling.model.meta.Device
 
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
 
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
 
getEventSubscriptionURI() - Method in class org.teleal.cling.model.meta.DeviceService
 
getEventSubscriptionURI() - Method in class org.teleal.cling.model.meta.LocalDeviceService
 
getEventSubscriptionURL() - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
getExecutor(String) - Method in class org.teleal.cling.model.meta.LocalService
 
getExecutor(Action) - Method in class org.teleal.cling.model.meta.LocalService
 
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
 
getFirstIcon() - Method in class org.teleal.cling.model.meta.Device
 
getFirstNetworkInterfaceHardwareAddress() - Static method in class org.teleal.cling.model.ModelUtil
 
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.DatagramIOConfigurationImpl
 
getGroup() - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
getGroup() - Method in interface org.teleal.cling.transport.spi.DatagramIOConfiguration
 
getGroup() - Method in interface org.teleal.cling.transport.spi.MulticastReceiverConfiguration
 
getHardwareAddress(InetAddress) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
getHardwareAddress(InetAddress) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
getHardwareAddress(InetAddress) - Method in interface org.teleal.cling.transport.spi.NetworkAddressFactory
 
getHeaderClasses() - Method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
getHeaders() - Method in class org.teleal.cling.model.message.UpnpMessage
 
getHeaders() - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
getHeaderString() - Method in enum org.teleal.cling.model.types.NotificationSubtype
 
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
 
getHttpMethodName() - Method in enum org.teleal.cling.model.message.UpnpRequest.Method
 
getHttpMinorVersion() - Method in class org.teleal.cling.model.message.UpnpOperation
 
getHttpName() - Method in enum org.teleal.cling.model.message.header.UpnpHeader.Type
 
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
 
getIdentifier() - Method in class org.teleal.cling.model.types.UDN
 
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
 
getInetAddressByName(String) - Static method in class org.teleal.cling.model.ModelUtil
 
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
 
getInputArgumentNames() - Method in class org.teleal.cling.model.meta.Action
 
getInputArguments() - Method in class org.teleal.cling.model.meta.Action
 
getInputInvocationValues() - Method in class org.teleal.cling.model.meta.Action
 
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
 
getKey() - Method in class org.teleal.cling.model.types.SearchPort
 
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
 
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
 
getLocalEventCallbackURI() - Method in class org.teleal.cling.model.meta.DeviceService
 
getLocalEventCallbackURL(int) - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
getLocalHardwareAddress() - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
getLocalHostName(boolean) - Static method in class org.teleal.cling.model.ModelUtil
 
getLocalPathQuery() - Method in class org.teleal.cling.model.Resource
 
getLocalResource(URI) - Method in class org.teleal.cling.model.meta.Device
 
getLocalStreamPort(InetAddress) - Method in interface org.teleal.cling.transport.Router
 
getLocalStreamPort(InetAddress) - Method in class org.teleal.cling.transport.RouterImpl
 
getLocalSubscription(String) - Method in interface org.teleal.cling.registry.Registry
 
getLocalSubscription(String) - Method in class org.teleal.cling.registry.RegistryImpl
 
getLocalURI() - Method in class org.teleal.cling.model.Resource
 
getLocalURIPrefix() - Method in class org.teleal.cling.model.meta.Device
 
getLocalURIPrefix(Device) - Method in class org.teleal.cling.model.meta.DeviceService
 
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.model.DefaultServiceManager
 
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
 
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.meta.DeviceIdentity
 
getMaximum() - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
getMaxTotalConnections() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
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
 
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
 
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
 
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
 
getNetworkAddressFactory() - Method in interface org.teleal.cling.transport.Router
 
getNetworkAddressFactory() - Method in class org.teleal.cling.transport.RouterImpl
 
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
 
getOutput() - Method in class org.teleal.cling.model.action.ActionInvocation
 
getOutputArgumentAccessors() - Method in class org.teleal.cling.model.action.ActionExecutor
 
getOutputArgumentNames() - Method in class org.teleal.cling.model.meta.Action
 
getOutputArguments() - Method in class org.teleal.cling.model.meta.Action
 
getOutputInvocationValues() - Method in class org.teleal.cling.model.meta.Action
 
getOutputMessage() - Method in class org.teleal.cling.protocol.ReceivingSync
 
getOutputMessage() - Method in class org.teleal.cling.protocol.SendingSync
 
getOutputStream() - Method in class org.teleal.cling.transport.impl.StreamClientImpl.UpnpURLConnection
 
getParentDevice() - Method in class org.teleal.cling.model.meta.Device
 
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.DatagramIOConfigurationImpl
 
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.DatagramIOConfiguration
 
getPort() - Method in interface org.teleal.cling.transport.spi.MulticastReceiverConfiguration
 
getPort() - Method in interface org.teleal.cling.transport.spi.StreamServer
 
getPrefix(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
getPrefixedHttpName(UpnpHeader.Type) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
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 class org.teleal.cling.model.gena.RemoteGENASubscription
 
getPropertyChangeSupport() - Method in interface org.teleal.cling.model.ServiceManager
 
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 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 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
 
getReachableLocalAddress() - Method in class org.teleal.cling.model.gena.RemoteGENASubscription
 
getReachableLocalAddress() - Method in class org.teleal.cling.model.meta.RemoteDeviceIdentity
 
getRegistry() - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
getRegistry() - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
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
 
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
 
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
 
getRequestParams(StreamRequestMessage) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
getResource(URI) - Method in interface org.teleal.cling.registry.Registry
 
getResource(URI) - Method in class org.teleal.cling.registry.RegistryImpl
 
getResourceModel(Class<T>, Resource.Type, URI) - Method in interface org.teleal.cling.registry.Registry
 
getResourceModel(Class<T>, Resource.Type, URI) - Method in class org.teleal.cling.registry.RegistryImpl
 
getResources() - Method in class org.teleal.cling.model.meta.Device
 
getResources() - Method in interface org.teleal.cling.registry.Registry
 
getResources() - 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.IncomingNotificationRequest
 
getRootDeviceUDN() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
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
 
getSequence() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
getSerialNumber() - Method in class org.teleal.cling.model.meta.DeviceDetails
 
getServerOriginOS() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
getServerOriginOS() - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
getServerOriginOS() - Method in interface org.teleal.cling.transport.spi.StreamServerConfiguration
 
getServerOriginProduct() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
getServerOriginProduct() - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
getServerOriginProduct() - Method in interface org.teleal.cling.transport.spi.StreamServerConfiguration
 
getService() - Method in class org.teleal.cling.model.DefaultServiceManager
 
getService() - Method in class org.teleal.cling.model.meta.Action
 
getService() - Method in class org.teleal.cling.model.meta.DeviceService
 
getService() - Method in class org.teleal.cling.model.meta.StateVariable
 
getService() - Method in interface org.teleal.cling.model.ServiceManager
 
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.DeviceService
 
getServiceId() - Method in class org.teleal.cling.model.ServiceReference
 
getServiceType() - Method in class org.teleal.cling.model.meta.DeviceService
 
getServiceType() - Method in class org.teleal.cling.model.types.NamedServiceType
 
getServiceType() - Method in class org.teleal.cling.model.types.SoapActionType
 
getSleepIntervalMillis() - Method in class org.teleal.cling.registry.RegistryMaintainer
 
getSoapActionProcessor() - Method in class org.teleal.cling.DefaultUpnpServiceConfiguration
 
getSoapActionProcessor() - Method in interface org.teleal.cling.UpnpServiceConfiguration
 
getSourceAddress() - Method in class org.teleal.cling.model.message.IncomingDatagramMessage
 
getSourcePort() - Method in class org.teleal.cling.model.message.IncomingDatagramMessage
 
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
 
getStatusCode() - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
getStatusMessage() - Method in class org.teleal.cling.model.message.UpnpResponse
 
getStatusMessage() - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
getStatusMsg() - Method in enum org.teleal.cling.model.message.UpnpResponse.Status
 
getStep() - Method in class org.teleal.cling.model.meta.StateVariableAllowedValueRange
 
getStreamClient() - Method in interface org.teleal.cling.transport.Router
 
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
 
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.UDADeviceTypeHeader
 
getString() - Method in class org.teleal.cling.model.message.header.UDAServiceTypeHeader
 
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
 
getString(Date) - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getString(Long) - Method in class org.teleal.cling.model.types.TimeDatatype
 
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
 
getTcpConnectionBacklog() - Method in class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
GetterStateVariableAccessor - Class in org.teleal.cling.model.state
 
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
 
getTimeZone() - Method in class org.teleal.cling.model.types.DateTimeDatatype
 
getTimeZone() - Method in class org.teleal.cling.model.types.TimeDatatype
 
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.Resource
 
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.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
 
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
 
getUserAgentOS() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
getUserAgentOS() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
getUserAgentOS() - Method in interface org.teleal.cling.transport.spi.StreamClientConfiguration
 
getUserAgentProduct() - Method in class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
getUserAgentProduct() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
getUserAgentProduct() - 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
 
getValues() - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
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
 
getValuetype() - Method in enum org.teleal.cling.model.types.Datatype.Builtin
 
getValueType() - Method in interface org.teleal.cling.model.types.Datatype
 
getVersion() - Method in class org.teleal.cling.model.meta.Device
 
getVersion() - Method in class org.teleal.cling.model.meta.Service
 
getVersion() - Method in class org.teleal.cling.model.types.DeviceType
 
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
 
globalParams - Variable in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
globalParams - Variable in class org.teleal.cling.transport.impl.apache.StreamServerImpl
 

H

HACK_STREAM_HANDLER_SYSTEM_PROPERTY - Static variable in class org.teleal.cling.transport.impl.StreamClientImpl
 
handle(HttpExchange) - Method in class org.teleal.cling.transport.impl.StreamServerImpl.RequestHttpHandler
 
handleResponse(IncomingActionResponseMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
handleResponseFailure(IncomingActionResponseMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
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
 
hasDeviceServices() - Method in class org.teleal.cling.model.meta.Device
 
hasEmbeddedDevices() - Method in class org.teleal.cling.model.meta.Device
 
hashCode() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
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.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.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.StreamRequestMessage
 
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
 
hasStateVariables() - Method in class org.teleal.cling.model.meta.Service
 
hasUDATextContentType() - Method in class org.teleal.cling.model.message.StreamRequestMessage
 
hasValidNotificationHeaders() - Method in class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
HeaderUtil - Class in org.teleal.cling.transport.impl.apache
 
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
 
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
 
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
 
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(MutableServiceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateDevice(MutableDeviceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateDeviceList(MutableDeviceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateIconList(MutableDeviceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateRoot(MutableDeviceDescriptor, Element) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateRoot(MutableServiceDescriptor, Element) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateServiceList(MutableDeviceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateServiceStateTableList(MutableServiceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateSpecVersion(MutableDeviceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
hydrateSpecVersion(MutableServiceDescriptor, Node) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
hydrateStateVariable(MutableStateVariable, Element) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 

I

Icon - Class in org.teleal.cling.model.meta
 
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
 
icons - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
ignorableWhitespace(char[], int, int) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
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, DeviceService<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
 
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, DeviceService) - Constructor for class org.teleal.cling.model.message.gena.IncomingEventRequestMessage
 
IncomingNotificationRequest - Class in org.teleal.cling.model.message.discovery
Must have NT and USN header.
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
Must have ST, USN, and EXT header.
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.teleal.cling.model.message.discovery.IncomingSearchResponse
 
IncomingSubscribeRequestMessage - Class in org.teleal.cling.model.message.gena
 
IncomingSubscribeRequestMessage(StreamRequestMessage, DeviceService) - 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, DeviceService) - 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(Router) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
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(Router) - Method in class org.teleal.cling.transport.impl.StreamClientImpl
 
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
 
init(NetworkInterface, Router, DatagramProcessor) - Method in interface org.teleal.cling.transport.spi.MulticastReceiver
 
init(Router) - Method in interface org.teleal.cling.transport.spi.StreamClient
 
init(InetAddress, Router) - Method in interface org.teleal.cling.transport.spi.StreamServer
 
InitializationException - Exception in org.teleal.cling.transport.spi
 
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
Extension header, allows us 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
 
InvalidHeaderException(String) - Constructor for exception org.teleal.cling.model.message.header.InvalidHeaderException
 
InvalidValueException - Exception in org.teleal.cling.model.types
 
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
 
isByeByeMessage() - Method in class org.teleal.cling.model.message.discovery.IncomingNotificationRequest
 
isEmpty() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
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
 
isFailedTryAgain(IncomingActionResponseMessage, OutgoingActionRequestMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 
isInput() - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
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.SpecVersionHandler
 
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
 
isLoopback(NetworkInterface) - Method in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
isMANSSDPDiscover() - Method in class org.teleal.cling.model.message.discovery.IncomingSearchRequest
 
isModeratedNumericType() - Method in class org.teleal.cling.model.meta.StateVariable
 
isNumeric(Datatype.Builtin) - Static method in enum org.teleal.cling.model.types.Datatype.Builtin
 
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
 
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
 
isSupportsQueryStateVariables() - Method in class org.teleal.cling.model.meta.LocalService
 
isTcpNoDelay() - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
isText() - Method in class org.teleal.cling.model.message.header.ContentTypeHeader
 
isUDA11Compliant() - Method in class org.teleal.cling.model.types.UDN
 
isUDACompliant() - 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
 
isUsableNetworkInterface(NetworkInterface) - Method in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
isUseOutputArgumentAccessors(ActionInvocation<LocalService>) - Method in class org.teleal.cling.model.action.MethodActionExecutor
 
isUsePersistentConnections() - Method in class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
isVaildHeaders() - Method in class org.teleal.cling.model.message.gena.IncomingSubscribeResponseMessage
 
isValid() - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
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
 
isValid(Long) - Method in class org.teleal.cling.model.types.TimeDatatype
 
isValid() - Method in class org.teleal.cling.model.VariableValue
 
isValidHeaderClass(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
 

J

JAXP_SCHEMA_LANGUAGE - Static variable in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 

K

keySet() - Method in class org.teleal.cling.model.message.UpnpHeaders
 

L

localAddress - Variable in class org.teleal.cling.transport.impl.DatagramIOImpl
 
LocalDevice - Class in org.teleal.cling.model.meta
 
LocalDevice(DeviceIdentity) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], DeviceService<LocalService>[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, DeviceType, DeviceDetails, Icon[], DeviceService<LocalService>[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
LocalDevice(DeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], DeviceService<LocalService>[], LocalDevice[]) - Constructor for class org.teleal.cling.model.meta.LocalDevice
 
localDeviceAdded(Registry, LocalDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
localDeviceAdded(Registry, LocalDevice) - Method in interface org.teleal.cling.registry.RegistryListener
 
localDeviceRemoved(Registry, LocalDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
localDeviceRemoved(Registry, LocalDevice) - Method in interface org.teleal.cling.registry.RegistryListener
 
LocalDeviceService - Class in org.teleal.cling.model.meta
 
LocalDeviceService(ServiceType, ServiceId, LocalService) - Constructor for class org.teleal.cling.model.meta.LocalDeviceService
 
LocalGENASubscription - Class in org.teleal.cling.model.gena
 
LocalGENASubscription(DeviceService<LocalService>, List<URL>) - Constructor for class org.teleal.cling.model.gena.LocalGENASubscription
 
LocalGENASubscription(DeviceService<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
 
LocalService(Action[], StateVariable[]) - Constructor for class org.teleal.cling.model.meta.LocalService
 
LocalService(Map<Action, ActionExecutor>, Map<StateVariable, StateVariableAccessor>, Set<Class>, boolean) - Constructor for class org.teleal.cling.model.meta.LocalService
 
LocalService(UDAVersion, 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
 
LocalServiceBindingException - Exception in org.teleal.cling.binding
 
LocalServiceBindingException(String) - Constructor for exception org.teleal.cling.binding.LocalServiceBindingException
 
LocalServiceBindingException(String, Throwable) - Constructor for exception org.teleal.cling.binding.LocalServiceBindingException
 
localStreamPort - Variable in class org.teleal.cling.protocol.async.ReceivingSearch
 
LocationHeader - Class in org.teleal.cling.model.message.header
TODO: UDA 1.1 says it should be RfC 3986 compatible: http://blog.jclark.com/2008/11/what-allowed-in-uri.html
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
 
log - Static variable in class org.teleal.cling.controlpoint.SubscriptionCallback
 
log - Static variable in class org.teleal.cling.protocol.async.SendingNotification
 
log - Static variable in class org.teleal.cling.protocol.sync.SendingAction
 
log - Static variable in class org.teleal.cling.protocol.sync.SendingEvent
 
log - Static variable in class org.teleal.cling.protocol.sync.SendingRenewal
 
log - Static variable in class org.teleal.cling.protocol.sync.SendingSubscribe
 
log - Static variable in class org.teleal.cling.protocol.sync.SendingUnsubscribe
 
logHeaders() - 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(String[]) - Static method in class org.teleal.cling.Test
 
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
Another experimental and pointless Microsoft RFC 2774!
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.MutableDeviceDescriptor
 
ManufacturerDetails - Class in org.teleal.cling.model.meta
 
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.MutableDeviceDescriptor
 
matchesPathQuery(URI) - Method in class org.teleal.cling.model.Resource
 
MAX_AGE_REGEX - Static variable in class org.teleal.cling.model.message.header.MaxAgeHeader
 
MAX_PORT - Static variable in class org.teleal.cling.model.types.SearchPort
 
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
 
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
 
MIN_PORT - Static variable in class org.teleal.cling.model.types.SearchPort
 
minimum - Variable in class org.teleal.cling.binding.staging.MutableAllowedValueRange
 
minor - Variable in class org.teleal.cling.binding.staging.MutableUDAVersion
 
modelDescription - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
ModelDetails - Class in org.teleal.cling.model.meta
 
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.MutableDeviceDescriptor
 
modelNumber - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
modelURI - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
ModelUtil - Class in org.teleal.cling.model
 
ModelUtil() - Constructor for class org.teleal.cling.model.ModelUtil
 
moderateStateVariables(long, Collection<StateVariableValue>) - Method in class org.teleal.cling.model.gena.LocalGENASubscription
 
MTU - Static variable in interface org.teleal.cling.transport.spi.DatagramIOConfiguration
 
MTU - Static variable in interface org.teleal.cling.transport.spi.MulticastReceiverConfiguration
 
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
 
MulticastReceiverConfiguration - Interface in org.teleal.cling.transport.spi
 
MulticastReceiverConfigurationImpl - Class in org.teleal.cling.transport.impl
 
MulticastReceiverConfigurationImpl(InetAddress, int) - Constructor for class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
MulticastReceiverConfigurationImpl(String, int) - Constructor for class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
MulticastReceiverImpl - Class in org.teleal.cling.transport.impl
 
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
 
MutableDeviceDescriptor - Class in org.teleal.cling.binding.staging
 
MutableDeviceDescriptor() - Constructor for class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
MutableDeviceService - Class in org.teleal.cling.binding.staging
 
MutableDeviceService() - Constructor for class org.teleal.cling.binding.staging.MutableDeviceService
 
MutableIcon - Class in org.teleal.cling.binding.staging
 
MutableIcon() - Constructor for class org.teleal.cling.binding.staging.MutableIcon
 
MutableServiceDescriptor - Class in org.teleal.cling.binding.staging
 
MutableServiceDescriptor() - Constructor for class org.teleal.cling.binding.staging.MutableServiceDescriptor
 
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
 
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
 
NamedDeviceType(UDN, DeviceType) - Constructor for class org.teleal.cling.model.types.NamedDeviceType
 
NamedServiceType - Class in org.teleal.cling.model.types
 
NamedServiceType(UDN, ServiceType) - Constructor for class org.teleal.cling.model.types.NamedServiceType
 
namespace - Variable in class org.teleal.cling.model.message.header.MANHeader
 
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
 
NAMESPACE_URI - Static variable in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
networkAddressFactory - Variable in class org.teleal.cling.transport.RouterImpl
 
NetworkAddressFactory - Interface in org.teleal.cling.transport.spi
 
NetworkAddressFactoryImpl - Class in org.teleal.cling.transport.impl
Supports only IPv4! Ignores the "vmnet*" interfaces!
NetworkAddressFactoryImpl() - Constructor for class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
NetworkAddressFactoryImpl(int) - Constructor for class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
networkInterfaces - Variable in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
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
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], DeviceService<S>[], List<D>) - Method in class org.teleal.cling.model.meta.Device
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], DeviceService<LocalService>[], List<LocalDevice>) - Method in class org.teleal.cling.model.meta.LocalDevice
 
newInstance(UDN, UDAVersion, DeviceType, DeviceDetails, Icon[], DeviceService<RemoteService>[], List<RemoteDevice>) - 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
 
normalizeTimeZone(String) - Method in class org.teleal.cling.model.types.TimeDatatype
 
normalizeURI(URI) - Method in class org.teleal.cling.model.meta.RemoteDevice
 
NotificationSubtype - Enum in org.teleal.cling.model.types
 
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

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.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.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
 
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(InetAddress, int, LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequest
 
OutgoingNotificationRequestDeviceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestDeviceType(InetAddress, int, LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestDeviceType
 
OutgoingNotificationRequestRootDevice - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestRootDevice(InetAddress, int, byte[], LocalDevice, NotificationSubtype) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestRootDevice
 
OutgoingNotificationRequestServiceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestServiceType(InetAddress, int, LocalDevice, NotificationSubtype, ServiceType) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingNotificationRequestServiceType
 
OutgoingNotificationRequestUDN - Class in org.teleal.cling.model.message.discovery
 
OutgoingNotificationRequestUDN(InetAddress, int, 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) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchRequest
 
OutgoingSearchResponse - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponse(IncomingDatagramMessage, int, byte[], LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponse
 
OutgoingSearchResponseDeviceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseDeviceType(IncomingDatagramMessage, int, byte[], LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseDeviceType
 
OutgoingSearchResponseRootDevice - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseRootDevice(IncomingDatagramMessage, int, byte[], LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseRootDevice
 
OutgoingSearchResponseRootDeviceUDN - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseRootDeviceUDN(IncomingDatagramMessage, int, byte[], LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseRootDeviceUDN
 
OutgoingSearchResponseServiceType - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseServiceType(IncomingDatagramMessage, int, byte[], LocalDevice, ServiceType) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseServiceType
 
OutgoingSearchResponseUDN - Class in org.teleal.cling.model.message.discovery
 
OutgoingSearchResponseUDN(IncomingDatagramMessage, int, byte[], LocalDevice) - Constructor for class org.teleal.cling.model.message.discovery.OutgoingSearchResponseUDN
 
OutgoingSubscribeRequestMessage - Class in org.teleal.cling.model.message.gena
 
OutgoingSubscribeRequestMessage(RemoteGENASubscription, int) - 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.ActionExecutor
 
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.MutableDeviceDescriptor
 
parseString(String) - Method in class org.teleal.cling.model.types.csv.CSV
 
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.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
 
pendingExecutions - Variable in class org.teleal.cling.registry.RegistryImpl
 
PREFIX - Static variable in class org.teleal.cling.model.message.header.SubscriptionIdHeader
 
PREFIX - Static variable in class org.teleal.cling.model.types.UDN
 
prefixLocalURI(URI) - Method in class org.teleal.cling.model.meta.Device
 
prefixLocalURI(String) - Method in class org.teleal.cling.model.meta.DeviceService
 
prefixLocalURI(Device, URI) - Method in class org.teleal.cling.model.meta.DeviceService
 
presentationURI - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
printDebugLog() - Method in class org.teleal.cling.registry.RegistryImpl
 
process(StreamRequestMessage) - Method in class org.teleal.cling.transport.spi.UpnpStream
 
processingInstruction(String, String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
processNewSubscription(DeviceService, IncomingSubscribeRequestMessage) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
processRenewal(DeviceService, 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
 
propertyChangeSupport - Variable in class org.teleal.cling.model.DefaultServiceManager
 
propertyChangeSupport - Variable in class org.teleal.cling.model.gena.RemoteGENASubscription
 
protocolFactory - Variable in class org.teleal.cling.controlpoint.ControlPointImpl
 
ProtocolFactory - Interface in org.teleal.cling.protocol
 
protocolFactory - Variable in class org.teleal.cling.registry.RegistryImpl
 
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
 
ProtocolFactoryImpl(UpnpService) - Constructor for class org.teleal.cling.protocol.ProtocolFactoryImpl
 
put(UpnpHeader.Type, List<UpnpHeader>) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
putAll(Map<? extends UpnpHeader.Type, ? extends List<UpnpHeader>>) - Method in class org.teleal.cling.model.message.UpnpHeaders
 

Q

QueryStateVariableAction<S extends Service> - Class in org.teleal.cling.model.meta
Note: This is already deprecated in UDA 1.0!
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
 
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(Class<T>, String) - Method in interface org.teleal.cling.binding.xml.ServiceDescriptorBinder
 
read(Class<S>, String) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
read(Class<S>, String) - Method in class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
 
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
 
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
 
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
 
readBody(ActionRequestMessage, ActionInvocation) - Method in interface org.teleal.cling.transport.spi.SOAPActionProcessor
 
readBody(ActionResponseMessage, ActionInvocation) - Method in interface org.teleal.cling.transport.spi.SOAPActionProcessor
 
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
 
readBuffered(InputStream) - Method in class org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream.UpnpHttpService
 
readBufferedString(InputStream) - Static method in class org.teleal.cling.transport.impl.StreamUtil
 
readBytes(InputStream) - Static method in class org.teleal.cling.transport.impl.StreamUtil
 
readEventedStateVariableValues() - Method in class org.teleal.cling.model.DefaultServiceManager
 
readEventedStateVariableValues() - Method in interface org.teleal.cling.model.ServiceManager
 
readFaultElement(Element) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
readFormats - Variable in class org.teleal.cling.model.types.DateTimeDatatype
 
readFormats - Variable in class org.teleal.cling.model.types.TimeDatatype
 
readOutputArgumentValues(Action<LocalService>, Object) - Method in class org.teleal.cling.model.action.ActionExecutor
 
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
 
readServiceDescriptor(RemoteDevice, DeviceService) - Method in class org.teleal.cling.protocol.RetrieveRemoteDescriptors
 
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 interface org.teleal.cling.transport.Router
 
received(UpnpStream) - Method in interface org.teleal.cling.transport.Router
 
received(IncomingDatagramMessage) - Method in class org.teleal.cling.transport.RouterImpl
 
received(UpnpStream) - Method in class org.teleal.cling.transport.RouterImpl
 
ReceivingAction - Class in org.teleal.cling.protocol.sync
 
ReceivingAction(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingAction
 
ReceivingAsync<M extends UpnpMessage> - Class in org.teleal.cling.protocol
 
ReceivingAsync(UpnpService, M) - Constructor for class org.teleal.cling.protocol.ReceivingAsync
 
ReceivingEvent - Class in org.teleal.cling.protocol.sync
 
ReceivingEvent(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingEvent
 
ReceivingNotification - Class in org.teleal.cling.protocol.async
The following was added to the UDA 1.1 spec (in 1.3), clarifying the handling of messages:

"If a control point has received at least one 'byebye' message of a root device, embedded device, or service, then the control point can assume that all are no longer available."

Of course, they contradict this a little later:

"Only when all original advertisements of a root device, embedded device, and services have expired can a control point assume that they are no longer available."

This could mean that even if we get 'byeby'e for the root device, we still have to assume that its services are available.

ReceivingNotification(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.teleal.cling.protocol.async.ReceivingNotification
 
ReceivingRetrieval - Class in org.teleal.cling.protocol.sync
 
ReceivingRetrieval(UpnpService, StreamRequestMessage) - Constructor for class org.teleal.cling.protocol.sync.ReceivingRetrieval
 
ReceivingSearch - Class in org.teleal.cling.protocol.async
 
ReceivingSearch(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.teleal.cling.protocol.async.ReceivingSearch
 
ReceivingSearchResponse - Class in org.teleal.cling.protocol.async
 
ReceivingSearchResponse(UpnpService, IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.teleal.cling.protocol.async.ReceivingSearchResponse
 
ReceivingSubscribe - Class in org.teleal.cling.protocol.sync
 
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
 
ReceivingSync(UpnpService, IN) - Constructor for class org.teleal.cling.protocol.ReceivingSync
 
ReceivingUnsubscribe - Class in org.teleal.cling.protocol.sync
 
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
 
RegistrationException - Exception in org.teleal.cling.registry
 
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 - Interface in org.teleal.cling.registry
 
registry - Variable in class org.teleal.cling.UpnpServiceImpl
 
RegistryImpl - Class in org.teleal.cling.registry
 
RegistryImpl(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.teleal.cling.registry.RegistryImpl
 
RegistryListener - Interface in org.teleal.cling.registry
 
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
 
RegistryMaintainer(RegistryImpl) - 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
 
RemoteDevice(RemoteDeviceIdentity) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], DeviceService<RemoteService>[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], DeviceService<RemoteService>[], RemoteDevice[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
RemoteDevice(RemoteDeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], DeviceService<RemoteService>[], RemoteDevice[]) - Constructor for class org.teleal.cling.model.meta.RemoteDevice
 
remoteDeviceAdded(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
remoteDeviceAdded(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
 
RemoteDeviceIdentity - Class in org.teleal.cling.model.meta
 
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
 
remoteDeviceRemoved(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
remoteDeviceRemoved(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
 
remoteDeviceUpdated(Registry, RemoteDevice) - Method in class org.teleal.cling.registry.DefaultRegistryListener
 
remoteDeviceUpdated(Registry, RemoteDevice) - Method in interface org.teleal.cling.registry.RegistryListener
 
RemoteGENASubscription - Class in org.teleal.cling.model.gena
 
RemoteGENASubscription(DeviceService) - Constructor for class org.teleal.cling.model.gena.RemoteGENASubscription
 
RemoteGENASubscription(DeviceService, 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
 
RemoteService(UDAVersion, Action[], StateVariable[]) - Constructor for class org.teleal.cling.model.meta.RemoteService
 
RemoteService(Action[], StateVariable[]) - Constructor for class org.teleal.cling.model.meta.RemoteService
 
remove(Object) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
removeAllLocalDevices() - Method in interface org.teleal.cling.registry.Registry
 
removeAllLocalDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
removeAllRemoteDevices() - Method in interface org.teleal.cling.registry.Registry
 
removeAllRemoteDevices() - Method in class org.teleal.cling.registry.RegistryImpl
 
removeDevice(LocalDevice) - Method in interface org.teleal.cling.registry.Registry
 
removeDevice(RemoteDevice) - Method in interface org.teleal.cling.registry.Registry
 
removeDevice(UDN) - Method in interface org.teleal.cling.registry.Registry
 
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
 
removeLocalSubscription(LocalGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeRemoteSubscription(RemoteGENASubscription) - Method in interface org.teleal.cling.registry.Registry
 
removeRemoteSubscription(RemoteGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
removeResource(Resource) - Method in interface org.teleal.cling.registry.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
 
resolveEntity(String, String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.ClasspathEntityResolver
 
resolveInLocalNamespace(String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.ClasspathEntityResolver
 
resolveInORNamespace(String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.ClasspathEntityResolver
 
Resource<M> - Class in org.teleal.cling.model
 
Resource(URI, M) - Constructor for class org.teleal.cling.model.Resource
 
Resource(Resource.Type, URI, M) - Constructor for class org.teleal.cling.model.Resource
 
Resource.Type - Enum in org.teleal.cling.model
 
RESOURCE_DESCRIPTOR_FILE - Static variable in interface org.teleal.cling.model.Constants
 
RESOURCE_DEVICE_PREFIX - Static variable in interface org.teleal.cling.model.Constants
 
RESOURCE_EMBEDDED_PREFIX - Static variable in interface org.teleal.cling.model.Constants
 
RESOURCE_SERVICE_CALLBACK_FILE - Static variable in interface org.teleal.cling.model.Constants
 
RESOURCE_SERVICE_CONTROL_SUFFIX - Static variable in interface org.teleal.cling.model.Constants
 
RESOURCE_SERVICE_EVENTS_SUFFIX - Static variable in interface org.teleal.cling.model.Constants
 
RESOURCE_SERVICE_PREFIX - Static variable in interface org.teleal.cling.model.Constants
 
resources - Variable in class org.teleal.cling.registry.RegistryImpl
 
responseException(Throwable) - Method in class org.teleal.cling.protocol.ReceivingSync
 
responseException(Throwable) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
responseException(Throwable) - Method in class org.teleal.cling.transport.spi.UpnpStream
 
responseSent(StreamResponseMessage) - Method in class org.teleal.cling.protocol.ReceivingSync
 
responseSent(StreamResponseMessage) - Method in class org.teleal.cling.protocol.sync.ReceivingSubscribe
 
responseSent(StreamResponseMessage) - Method in class org.teleal.cling.transport.spi.UpnpStream
 
RetrieveRemoteDescriptors - Class in org.teleal.cling.protocol
 
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.transport.impl.apache.StreamClientImpl
 
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
 
router - Variable in class org.teleal.cling.UpnpServiceImpl
 
RouterImpl - Class in org.teleal.cling.transport
 
RouterImpl(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.teleal.cling.transport.RouterImpl
 
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.StreamServerImpl
 
run() - Method in class org.teleal.cling.transport.impl.DatagramIOImpl
 
run() - Method in class org.teleal.cling.transport.impl.MulticastReceiverImpl
 
run() - Method in class org.teleal.cling.transport.impl.StreamServerImpl
 
run() - Method in class org.teleal.cling.transport.spi.UpnpStream
 

S

schema - Variable in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
SCHEMA_RESOURCE - Static variable in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
search(UpnpHeader) - Method in interface org.teleal.cling.controlpoint.ControlPoint
 
search(UpnpHeader) - Method in class org.teleal.cling.controlpoint.ControlPointImpl
 
SearchPort - Class in org.teleal.cling.model.types
 
SearchPort(int) - Constructor for class org.teleal.cling.model.types.SearchPort
 
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
 
send(StreamRequestMessage) - Method in interface org.teleal.cling.transport.Router
 
send(OutgoingDatagramMessage) - Method in class org.teleal.cling.transport.RouterImpl
 
send(StreamRequestMessage) - Method in class org.teleal.cling.transport.RouterImpl
 
send(OutgoingDatagramMessage) - Method in interface org.teleal.cling.transport.spi.DatagramIO
 
send(DatagramPacket) - Method in interface org.teleal.cling.transport.spi.DatagramIO
 
SendingAction - Class in org.teleal.cling.protocol.sync
 
SendingAction(UpnpService, ActionInvocation, URL) - Constructor for class org.teleal.cling.protocol.sync.SendingAction
 
SendingAsync - Class in org.teleal.cling.protocol
 
SendingAsync(UpnpService, InetAddress, int) - Constructor for class org.teleal.cling.protocol.SendingAsync
 
SendingAsync(UpnpService) - Constructor for class org.teleal.cling.protocol.SendingAsync
 
SendingEvent - Class in org.teleal.cling.protocol.sync
 
SendingEvent(UpnpService, LocalGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingEvent
 
SendingNotification - Class in org.teleal.cling.protocol.async
 
SendingNotification(UpnpService, LocalDevice) - Constructor for class org.teleal.cling.protocol.async.SendingNotification
 
SendingNotificationAlive - Class in org.teleal.cling.protocol.async
 
SendingNotificationAlive(UpnpService, LocalDevice) - Constructor for class org.teleal.cling.protocol.async.SendingNotificationAlive
 
SendingNotificationByebye - Class in org.teleal.cling.protocol.async
 
SendingNotificationByebye(UpnpService, LocalDevice) - Constructor for class org.teleal.cling.protocol.async.SendingNotificationByebye
 
SendingRenewal - Class in org.teleal.cling.protocol.sync
 
SendingRenewal(UpnpService, RemoteGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingRenewal
 
SendingSearch - Class in org.teleal.cling.protocol.async
 
SendingSearch(UpnpService) - Constructor for class org.teleal.cling.protocol.async.SendingSearch
 
SendingSearch(UpnpService, UpnpHeader) - Constructor for class org.teleal.cling.protocol.async.SendingSearch
 
SendingSubscribe - Class in org.teleal.cling.protocol.sync
 
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
 
SendingSync(UpnpService, IN) - Constructor for class org.teleal.cling.protocol.SendingSync
 
SendingSync(UpnpService) - Constructor for class org.teleal.cling.protocol.SendingSync
 
SendingUnsubscribe - Class in org.teleal.cling.protocol.sync
 
SendingUnsubscribe(UpnpService, RemoteGENASubscription) - Constructor for class org.teleal.cling.protocol.sync.SendingUnsubscribe
 
sendMessages() - 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
 
sendResponses(UpnpHeader) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseAll() - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseDeviceType(DeviceType) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseRootDevices() - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseServiceType(ServiceType) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
sendSearchResponseUDN(UDN) - Method in class org.teleal.cling.protocol.async.ReceivingSearch
 
serialNumber - Variable in class org.teleal.cling.binding.staging.MutableDeviceDescriptor
 
server - Variable in class org.teleal.cling.transport.impl.StreamServerImpl
 
ServerClientTokens - Class in org.teleal.cling.model
 
ServerClientTokens() - 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.model.DefaultServiceManager
 
Service<S extends Service> - Class in org.teleal.cling.model.meta
 
Service(Action<S>[], StateVariable<S>[]) - Constructor for class org.teleal.cling.model.meta.Service
 
Service(UDAVersion, Action<S>[], StateVariable<S>[]) - Constructor for class org.teleal.cling.model.meta.Service
 
serviceClass - Variable in class org.teleal.cling.model.DefaultServiceManager
 
ServiceDescriptorBinder - Interface in org.teleal.cling.binding.xml
 
serviceId - Variable in class org.teleal.cling.binding.staging.MutableDeviceService
 
ServiceId - Class in org.teleal.cling.model.types
 
ServiceId(String, UUID) - Constructor for class org.teleal.cling.model.types.ServiceId
 
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
 
ServiceReference - Class in org.teleal.cling.model
 
ServiceReference(UDN, ServiceId) - Constructor for class org.teleal.cling.model.ServiceReference
 
serviceType - Variable in class org.teleal.cling.binding.staging.MutableDeviceService
 
ServiceType - Class in org.teleal.cling.model.types
 
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
 
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
 
setBuiltin(Datatype.Builtin) - Method in interface org.teleal.cling.model.types.Datatype
 
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
 
setDocumentLocator(Locator) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
setFailure(ActionException) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setGroup(InetAddress) - Method in class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
setGroup(InetAddress) - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setHeaders(UpnpHeaders) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setHeaders(UpnpHeaders) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
setHost(String) - Method in class org.teleal.cling.model.types.HostPort
 
setHttpMinorVersion(int) - Method in class org.teleal.cling.model.message.UpnpOperation
 
setInputMessage(IN) - Method in class org.teleal.cling.protocol.SendingSync
 
setInputOutput(ActionInvocationValues<S>) - Method in class org.teleal.cling.model.action.ActionInvocation
 
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
 
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
 
setOperation(O) - Method in class org.teleal.cling.model.message.UpnpMessage
 
setOsName(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setOsVersion(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setOutput(ActionInvocationValues<S>) - Method in class org.teleal.cling.model.action.ActionInvocation
 
setOutputArgumentValues(ActionInvocation<LocalService>, Object) - Method in class org.teleal.cling.model.action.ActionExecutor
 
setPort(int) - Method in class org.teleal.cling.model.types.HostPort
 
setPort(int) - Method in class org.teleal.cling.transport.impl.DatagramIOConfigurationImpl
 
setPort(int) - Method in class org.teleal.cling.transport.impl.MulticastReceiverConfigurationImpl
 
setPrefix(UpnpHeader.Type, String) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
setProductName(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setProductVersion(String) - Method in class org.teleal.cling.model.ServerClientTokens
 
setRequestMethod(String) - Method in class org.teleal.cling.transport.impl.StreamClientImpl.UpnpURLConnection
 
setStaleConnectionCheck(boolean) - Method in class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
setStatusCode(int) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
setStatusMessage(String) - Method in class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
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(int, Object) - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
setValue(T) - Method in class org.teleal.cling.model.message.header.UpnpHeader
 
setValue(long) - Method in class org.teleal.cling.model.types.UnsignedVariableInteger
 
setValues(Object...) - Method in class org.teleal.cling.model.action.ActionInvocationValues
 
shutdown() - Method in interface org.teleal.cling.registry.Registry
 
shutdown() - Method in class org.teleal.cling.registry.RegistryImpl
 
shutdown() - Method in interface org.teleal.cling.transport.Router
 
shutdown() - Method in class org.teleal.cling.transport.RouterImpl
 
shutdown() - Method in interface org.teleal.cling.UpnpService
 
shutdown() - Method in class org.teleal.cling.UpnpServiceImpl
 
size() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
skippedEntity(String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
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
Needs to also parse: "urn:schemas-upnp-org:control-1-0#QueryStateVariable"
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
 
SOAPActionProcessor - Interface in org.teleal.cling.transport.spi
 
SOAPActionProcessorImpl - Class in org.teleal.cling.transport.impl
 
SOAPActionProcessorImpl() - Constructor for class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
SoapActionType - Class in org.teleal.cling.model.types
 
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
 
SPACE_REPLACEMENT_CHAR - Static variable in class org.teleal.cling.model.ServerClientTokens
 
STAllHeader - Class in org.teleal.cling.model.message.header
 
STAllHeader() - Constructor for class org.teleal.cling.model.message.header.STAllHeader
 
startDocument() - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
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
 
startElement(String, String, String, Attributes) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
startPrefixMapping(String, String) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
StateVariable<S extends Service> - Class in org.teleal.cling.model.meta
 
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
 
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
TODO: The question here is: Are they crazy enough to use this for !integer (e.g.
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
 
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.MutableServiceDescriptor
 
StateVariableTypeDetails - Class in org.teleal.cling.model.meta
 
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
 
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.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.StreamServerImpl
 
stop() - Method in interface org.teleal.cling.transport.spi.DatagramIO
 
stop() - Method in interface org.teleal.cling.transport.spi.MulticastReceiver
 
stop() - Method in interface org.teleal.cling.transport.spi.StreamServer
 
streamClient - Variable in class org.teleal.cling.transport.RouterImpl
 
StreamClient<C extends StreamClientConfiguration> - Interface in org.teleal.cling.transport.spi
 
StreamClientConfiguration - Interface in org.teleal.cling.transport.spi
 
StreamClientConfigurationImpl - Class in org.teleal.cling.transport.impl.apache
 
StreamClientConfigurationImpl() - Constructor for class org.teleal.cling.transport.impl.apache.StreamClientConfigurationImpl
 
StreamClientConfigurationImpl - Class in org.teleal.cling.transport.impl
 
StreamClientConfigurationImpl() - Constructor for class org.teleal.cling.transport.impl.StreamClientConfigurationImpl
 
StreamClientImpl - Class in org.teleal.cling.transport.impl.apache
 
StreamClientImpl(StreamClientConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.apache.StreamClientImpl
 
StreamClientImpl - Class in org.teleal.cling.transport.impl
It's hard to believe how bad the JDK has gotten in the last 15 years.
StreamClientImpl(StreamClientConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.StreamClientImpl
 
StreamClientImpl.ResponseMetadata - Class in org.teleal.cling.transport.impl.apache
 
StreamClientImpl.ResponseMetadata() - Constructor for class org.teleal.cling.transport.impl.apache.StreamClientImpl.ResponseMetadata
 
StreamClientImpl.UpnpURLConnection - Class in org.teleal.cling.transport.impl
The Sun genuises restrict the JDK handlers to GET/POST/etc.
StreamClientImpl.UpnpURLConnection(URL, Handler) - Constructor for class org.teleal.cling.transport.impl.StreamClientImpl.UpnpURLConnection
 
StreamClientImpl.UpnpURLConnection(URL, String, int) - Constructor for class org.teleal.cling.transport.impl.StreamClientImpl.UpnpURLConnection
 
streamListenPort - Variable in class org.teleal.cling.android.AndroidNetworkAddressFactory
 
streamListenPort - Variable in class org.teleal.cling.transport.impl.NetworkAddressFactoryImpl
 
StreamRequestMessage - Class in org.teleal.cling.model.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
 
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
Listens to TCP connections and handles synchronous HTTP requests with UPnP message payloads.
StreamServerConfiguration - Interface in org.teleal.cling.transport.spi
 
StreamServerConfigurationImpl - Class in org.teleal.cling.transport.impl.apache
 
StreamServerConfigurationImpl(int) - Constructor for class org.teleal.cling.transport.impl.apache.StreamServerConfigurationImpl
 
StreamServerConfigurationImpl - Class in org.teleal.cling.transport.impl
 
StreamServerConfigurationImpl(int) - Constructor for class org.teleal.cling.transport.impl.StreamServerConfigurationImpl
 
StreamServerImpl - Class in org.teleal.cling.transport.impl.apache
 
StreamServerImpl(StreamServerConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.apache.StreamServerImpl
 
StreamServerImpl - Class in org.teleal.cling.transport.impl
 
StreamServerImpl(StreamServerConfigurationImpl) - Constructor for class org.teleal.cling.transport.impl.StreamServerImpl
 
StreamServerImpl.RequestHttpHandler - Class in org.teleal.cling.transport.impl
 
StreamServerImpl.RequestHttpHandler(Router) - Constructor for class org.teleal.cling.transport.impl.StreamServerImpl.RequestHttpHandler
 
streamServers - Variable in class org.teleal.cling.transport.RouterImpl
 
StreamUtil - Class in org.teleal.cling.transport.impl
 
StreamUtil() - Constructor for class org.teleal.cling.transport.impl.StreamUtil
 
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
 
SubscriptionCallback(DeviceService) - Constructor for class org.teleal.cling.controlpoint.SubscriptionCallback
 
SubscriptionCallback(DeviceService, 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
 
supportsQueryStateVariables - Variable in class org.teleal.cling.model.meta.LocalService
 
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

Test - Class in org.teleal.cling
 
Test() - Constructor for class org.teleal.cling.Test
 
TimeDatatype - Class in org.teleal.cling.model.types
 
TimeDatatype(String[], String) - Constructor for class org.teleal.cling.model.types.TimeDatatype
 
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
 
toCommaSeparatedList(Object[], boolean, boolean) - Static method in class org.teleal.cling.model.ModelUtil
 
toFriendlyString() - Method in class org.teleal.cling.model.types.ServiceType
 
toHttpHeaders() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
toJavaActionName(String) - Static method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
toJavaStateVariableName(String) - Static method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
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.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.gena.OutgoingSubscribeRequestMessage
 
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.UpnpHeaders
 
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.DeviceService
 
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.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
 
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.DeviceType
 
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
 
toUpnpActionName(String) - Static method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
toUpnpHeaders(Headers) - Method in class org.teleal.cling.model.message.UpnpHeaders
 
toUpnpStateVariableName(String) - Static method in class org.teleal.cling.binding.annotations.AnnotationLocalServiceBinder
 
tryAgain(OutgoingActionRequestMessage) - Method in class org.teleal.cling.protocol.sync.SendingAction
 

U

UDA10DeviceDescriptorBinderImpl - Class in org.teleal.cling.binding.xml
Implementation based on DOM.
UDA10DeviceDescriptorBinderImpl() - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderImpl
 
UDA10DeviceDescriptorBinderSAXImpl - Class in org.teleal.cling.binding.xml
A SAX parser implementation, which is actually slower (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(MutableDeviceDescriptor, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler(List<MutableDeviceDescriptor>, 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(MutableDeviceDescriptor, SAXParser) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler(MutableDeviceService, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler - Class in org.teleal.cling.binding.xml
 
UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler(List<MutableDeviceService>, 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 DOM.
UDA10ServiceDescriptorBinderImpl() - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderImpl
 
UDA10ServiceDescriptorBinderSAXImpl - Class in org.teleal.cling.binding.xml
Implementation based on 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(MutableServiceDescriptor, 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.SpecVersionHandler - Class in org.teleal.cling.binding.xml
 
UDA10ServiceDescriptorBinderSAXImpl.SpecVersionHandler(MutableUDAVersion, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.teleal.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.SpecVersionHandler
 
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
 
UDA11DeviceDescriptorBinderImpl - Class in org.teleal.cling.binding.xml
TODO: Not used
UDA11DeviceDescriptorBinderImpl() - Constructor for class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl
 
UDA11DeviceDescriptorBinderImpl.ClasspathEntityResolver - Class in org.teleal.cling.binding.xml
 
UDA11DeviceDescriptorBinderImpl.ClasspathEntityResolver() - Constructor for class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.ClasspathEntityResolver
 
UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler - Class in org.teleal.cling.binding.xml
 
UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler() - Constructor for class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorContentHandler
 
UDA11DeviceDescriptorBinderImpl.DescriptorErrorHandler - Class in org.teleal.cling.binding.xml
 
UDA11DeviceDescriptorBinderImpl.DescriptorErrorHandler() - Constructor for class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorErrorHandler
 
UDADeviceType - Class in org.teleal.cling.model.types
 
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(UDADeviceType) - Constructor for class org.teleal.cling.model.message.header.UDADeviceTypeHeader
 
UDAServiceId - Class in org.teleal.cling.model.types
 
UDAServiceId(UUID) - Constructor for class org.teleal.cling.model.types.UDAServiceId
 
UDAServiceId(String) - Constructor for class org.teleal.cling.model.types.UDAServiceId
 
UDAServiceType - Class in org.teleal.cling.model.types
 
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.MutableDeviceDescriptor
 
udaVersion - Variable in class org.teleal.cling.binding.staging.MutableServiceDescriptor
 
UDAVersion - Class in org.teleal.cling.model.meta
 
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.MutableDeviceDescriptor
 
UDN - Class in org.teleal.cling.model.types
UDA 1.0 does not specify a UUID format, however, UDA 1.1 specifies a format that is compatible with java.util.UUID variant 4.
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
 
UNKNOWN_PLACEHOLDER - Static variable in class org.teleal.cling.model.ServerClientTokens
 
unlock() - Method in class org.teleal.cling.model.DefaultServiceManager
 
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
TODO: A temporary solution for unsigned "non-negative" types in UPnP, hopefully not used 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
 
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.MutableDeviceDescriptor
 
update(RemoteDeviceIdentity) - Method in interface org.teleal.cling.registry.Registry
 
update(RemoteDeviceIdentity) - Method in class org.teleal.cling.registry.RegistryImpl
 
updateLocalSubscription(LocalGENASubscription) - Method in interface org.teleal.cling.registry.Registry
 
updateLocalSubscription(LocalGENASubscription) - Method in class org.teleal.cling.registry.RegistryImpl
 
updateRemoteSubscription(RemoteGENASubscription) - Method in interface org.teleal.cling.registry.Registry
 
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
 
UpnpHeader() - Constructor for class org.teleal.cling.model.message.header.UpnpHeader
 
UpnpHeader.Type - Enum in org.teleal.cling.model.message.header
 
UpnpHeaders - Class in org.teleal.cling.model.message
 
UpnpHeaders() - Constructor for class org.teleal.cling.model.message.UpnpHeaders
 
UpnpHeaders(Map<UpnpHeader.Type, List<UpnpHeader>>) - Constructor for class org.teleal.cling.model.message.UpnpHeaders
 
UpnpHeaders(Headers) - Constructor for class org.teleal.cling.model.message.UpnpHeaders
 
UpnpHttpRequestFactory - Class in org.teleal.cling.transport.impl.apache
Yes, make stuff private! Good idea!
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
 
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
 
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
 
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
 
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 - Annotation Type in org.teleal.cling.binding.annotations
 
upnpService - Variable in class org.teleal.cling.protocol.ProtocolFactoryImpl
 
UpnpService - Interface in org.teleal.cling
 
UpnpServiceConfiguration - Interface in org.teleal.cling
 
UpnpServiceId - Annotation Type in org.teleal.cling.binding.annotations
 
UpnpServiceImpl - Class in org.teleal.cling
 
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
 
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
 
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.DeviceService
 
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
 
validateType(StateVariable, Class) - Method in class org.teleal.cling.binding.annotations.AnnotationActionBinder
 
ValidationError - Class in org.teleal.cling.model
 
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
 
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) - Static method in enum org.teleal.cling.model.Resource.Type
Returns the enum constant of this type with the specified name.
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) - Static method in class org.teleal.cling.model.types.DeviceType
 
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) - 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.UDN
 
valueOf(String) - Static method in enum org.teleal.cling.model.types.UnsignedVariableInteger.Bits
Returns the enum constant of this type with the specified name.
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() - Method in class org.teleal.cling.model.message.UpnpHeaders
 
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.Resource.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.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.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<S extends Service> - Class in org.teleal.cling.model
 
VariableValue(Datatype, Object) - Constructor for class org.teleal.cling.model.VariableValue
 
VariableValue(Datatype, String) - Constructor for class org.teleal.cling.model.VariableValue
 
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
 
warning(SAXParseException) - Method in class org.teleal.cling.binding.xml.UDA11DeviceDescriptorBinderImpl.DescriptorErrorHandler
 
width - Variable in class org.teleal.cling.binding.staging.MutableIcon
 
write(OutgoingDatagramMessage) - Method in class org.teleal.cling.transport.impl.DatagramProcessorImpl
 
write(OutgoingDatagramMessage) - Method in interface org.teleal.cling.transport.spi.DatagramProcessor
 
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
 
writeBody(ActionRequestMessage, ActionInvocation) - Method in interface org.teleal.cling.transport.spi.SOAPActionProcessor
 
writeBody(ActionResponseMessage, ActionInvocation) - Method in interface org.teleal.cling.transport.spi.SOAPActionProcessor
 
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
 
writeBytes(OutputStream, byte[]) - Static method in class org.teleal.cling.transport.impl.StreamUtil
 
writeFaultElement(Document, Element, ActionInvocation) - Method in class org.teleal.cling.transport.impl.SOAPActionProcessorImpl
 
writeFormat - Variable in class org.teleal.cling.model.types.DateTimeDatatype
 
writeFormat - Variable in class org.teleal.cling.model.types.TimeDatatype
 
writeProperties(Document, Element, OutgoingEventRequestMessage) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
writePropertysetElement(Document) - Method in class org.teleal.cling.transport.impl.GENAEventProcessorImpl
 
writeUTF8(OutputStream, String) - Static method in class org.teleal.cling.transport.impl.StreamUtil
 

X

XMLUtil - Class in org.teleal.cling.model
 
XMLUtil() - Constructor for class org.teleal.cling.model.XMLUtil
 

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

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