- abort(Request) - Method in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- abort(REQUEST) - Method in class org.jupnp.transport.spi.AbstractStreamClient
-
Cancel and abort the request immediately, with the proprietary API.
- AbstractActionExecutor - Class in org.jupnp.model.action
-
Shared procedures for action executors based on an actual service implementation instance.
- AbstractActionExecutor() - Constructor for class org.jupnp.model.action.AbstractActionExecutor
-
- AbstractActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Constructor for class org.jupnp.model.action.AbstractActionExecutor
-
- AbstractDatatype<V> - Class in org.jupnp.model.types
-
- AbstractDatatype() - Constructor for class org.jupnp.model.types.AbstractDatatype
-
- AbstractStreamClient<C extends StreamClientConfiguration,REQUEST> - Class in org.jupnp.transport.spi
-
Implements the timeout/callback processing and unifies exception handling.
- AbstractStreamClient() - Constructor for class org.jupnp.transport.spi.AbstractStreamClient
-
- AbstractStreamClientConfiguration - Class in org.jupnp.transport.spi
-
- AbstractStreamClientConfiguration(ExecutorService) - Constructor for class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- AbstractStreamClientConfiguration(ExecutorService, int) - Constructor for class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- AbstractStreamClientConfiguration(ExecutorService, int, int) - Constructor for class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- AbstractStreamClientConfiguration(ExecutorService, int, int, int, int) - Constructor for class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- accept(Node, DOMParser.NodeVisitor) - Static method in class org.jupnp.xml.DOMParser
-
- accessor - Variable in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- action - Variable in class org.jupnp.model.action.ActionInvocation
-
- Action<S extends Service> - Class in org.jupnp.model.meta
-
Describes an action and its input/output arguments.
- Action(String, ActionArgument[]) - Constructor for class org.jupnp.model.meta.Action
-
- ACTION_NAME - Static variable in class org.jupnp.model.meta.QueryStateVariableAction
-
- ActionArgument<S extends Service> - Class in org.jupnp.model.meta
-
Describes a single action argument, either input or output.
- ActionArgument(String, String, ActionArgument.Direction) - Constructor for class org.jupnp.model.meta.ActionArgument
-
- ActionArgument(String, String[], String, ActionArgument.Direction) - Constructor for class org.jupnp.model.meta.ActionArgument
-
- ActionArgument(String, String, ActionArgument.Direction, boolean) - Constructor for class org.jupnp.model.meta.ActionArgument
-
- ActionArgument(String, String[], String, ActionArgument.Direction, boolean) - Constructor for class org.jupnp.model.meta.ActionArgument
-
- ActionArgument.Direction - Enum in org.jupnp.model.meta
-
- ActionArgumentHandler(MutableActionArgument, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
-
- ActionArgumentListHandler(List<MutableActionArgument>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
-
- ActionArgumentValue<S extends Service> - Class in org.jupnp.model.action
-
Represents the value of an action input or output argument.
- ActionArgumentValue(ActionArgument<S>, Object) - Constructor for class org.jupnp.model.action.ActionArgumentValue
-
- ActionCallback - Class in org.jupnp.controlpoint
-
Execute actions on any service.
- ActionCallback(ActionInvocation, ControlPoint) - Constructor for class org.jupnp.controlpoint.ActionCallback
-
- ActionCallback(ActionInvocation) - Constructor for class org.jupnp.controlpoint.ActionCallback
-
- ActionCallback.Default - Class in org.jupnp.controlpoint
-
Empty implementation of callback methods, simplifies synchronous
execution of an
ActionInvocation.
- ActionCancelledException - Exception in org.jupnp.model.action
-
- ActionCancelledException(InterruptedException) - Constructor for exception org.jupnp.model.action.ActionCancelledException
-
- ActionException - Exception in org.jupnp.model.action
-
- ActionException(int, String) - Constructor for exception org.jupnp.model.action.ActionException
-
- ActionException(int, String, Throwable) - Constructor for exception org.jupnp.model.action.ActionException
-
- ActionException(ErrorCode) - Constructor for exception org.jupnp.model.action.ActionException
-
- ActionException(ErrorCode, String) - Constructor for exception org.jupnp.model.action.ActionException
-
- ActionException(ErrorCode, String, boolean) - Constructor for exception org.jupnp.model.action.ActionException
-
- ActionException(ErrorCode, String, Throwable) - Constructor for exception org.jupnp.model.action.ActionException
-
- ActionExecutor - Interface in org.jupnp.model.action
-
- actionExecutors - Variable in class org.jupnp.model.meta.LocalService
-
- ActionHandler(MutableAction, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
-
- actionInvocation - Variable in class org.jupnp.controlpoint.ActionCallback
-
- ActionInvocation<S extends Service> - Class in org.jupnp.model.action
-
The input, output, and failure values of an action invocation.
- ActionInvocation(Action<S>) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- ActionInvocation(Action<S>, ClientInfo) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- ActionInvocation(Action<S>, ActionArgumentValue<S>[]) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- ActionInvocation(Action<S>, ActionArgumentValue<S>[], ClientInfo) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[]) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- ActionInvocation(Action<S>, ActionArgumentValue<S>[], ActionArgumentValue<S>[], ClientInfo) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- ActionInvocation(ActionException) - Constructor for class org.jupnp.model.action.ActionInvocation
-
- actionInvocation - Variable in class org.jupnp.protocol.sync.SendingAction
-
- ActionListHandler(List<MutableAction>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
-
- ActionMessage - Interface in org.jupnp.model.message.control
-
A narrowing interface for action request/response messages.
- ActionRequestMessage - Interface in org.jupnp.model.message.control
-
- ActionResponseMessage - Interface in org.jupnp.model.message.control
-
- actions - Variable in class org.jupnp.binding.staging.MutableService
-
- activate(BundleContext, Map<String, Object>) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- activate(Map<String, Object>) - Method in class org.jupnp.UpnpServiceImpl
-
- activate(ComponentContext) - Method in class org.jupnp.util.SpecificationViolationReporterConfig
-
- actualDurationSeconds - Variable in class org.jupnp.model.gena.GENASubscription
-
- add(String, String) - Method in class org.jupnp.http.Headers
-
- add(String, String) - Method in class org.jupnp.model.message.UpnpHeaders
-
- add(UpnpHeader.Type, UpnpHeader) - Method in class org.jupnp.model.message.UpnpHeaders
-
- add(Request, Headers) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Add all jUPnP
Headers header information to
Request.
- add(HttpServletResponse, Headers) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Add all jUPnP
Headers header information to
Response.
- addConnector(String, int) - Method in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- addConnector(String, int) - Method in class org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
-
- addConnector(String, int) - Method in interface org.jupnp.transport.spi.ServletContainerAdapter
-
Might be called several times to set up the connectors.
- addDevice(LocalDevice) - Method in interface org.jupnp.registry.Registry
-
Call this method to add your local device metadata.
- addDevice(LocalDevice, DiscoveryOptions) - Method in interface org.jupnp.registry.Registry
-
Call this method to add your local device metadata.
- addDevice(RemoteDevice) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP discovery protocol.
- addDevice(LocalDevice) - Method in class org.jupnp.registry.RegistryImpl
-
- addDevice(LocalDevice, DiscoveryOptions) - Method in class org.jupnp.registry.RegistryImpl
-
- addDevice(RemoteDevice) - Method in class org.jupnp.registry.RegistryImpl
-
- addHeaders() - Method in class org.jupnp.model.message.control.OutgoingActionResponseMessage
-
- addListener(RegistryListener) - Method in interface org.jupnp.registry.Registry
-
- addListener(RegistryListener) - Method in class org.jupnp.registry.RegistryImpl
-
- addLocalSubscription(LocalGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- addLocalSubscription(LocalGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- addParsedValue(UpnpHeader.Type, UpnpHeader) - Method in class org.jupnp.model.message.UpnpHeaders
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jupnp.internal.compat.java.beans.PropertyChangeSupport
-
- addRemoteSubscription(RemoteGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- addRemoteSubscription(RemoteGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- addResource(Resource) - Method in interface org.jupnp.registry.Registry
-
Stores an arbitrary resource in the registry.
- addResource(Resource, int) - Method in interface org.jupnp.registry.Registry
-
Stores an arbitrary resource in the registry.
- addResource(Resource) - Method in class org.jupnp.registry.RegistryImpl
-
- addResource(Resource, int) - Method in class org.jupnp.registry.RegistryImpl
-
- address - Variable in class org.jupnp.model.NetworkAddress
-
- addToQueue(Runnable) - Method in class org.jupnp.QueueingThreadPoolExecutor
-
Adds a new task to the queue
- adoptOrImport(Document, CHILD, boolean) - Method in class org.jupnp.xml.DOMElement
-
- advertised - Variable in class org.jupnp.model.DiscoveryOptions
-
- advertiseLocalDevices() - Method in interface org.jupnp.registry.Registry
-
Manually trigger advertisement messages for all local devices.
- advertiseLocalDevices() - Method in class org.jupnp.registry.RegistryImpl
-
- After - Annotation Type in org.jupnp.registry.event
-
- afterExecute(Runnable, Throwable) - Method in class org.jupnp.DefaultUpnpServiceConfiguration.JUPnPExecutor
-
- afterExecute(Runnable, Throwable) - Method in class org.jupnp.QueueingThreadPoolExecutor
-
- afterShutdown() - Method in class org.jupnp.registry.DefaultRegistryListener
-
- afterShutdown() - Method in interface org.jupnp.registry.RegistryListener
-
Called after the registry has been cleared on shutdown.
- ALLOWED - Static variable in class org.jupnp.util.URIUtil
-
Implementation of path/query/fragment encoding as explained here:
http://www.lunatech-research.com/archives/2009/02/03/what-every-web-developer-must-know-about-url-encoding
- AllowedValueListHandler(List<String>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
-
- AllowedValueProvider - Interface in org.jupnp.binding
-
- allowedValueRange - Variable in class org.jupnp.binding.staging.MutableStateVariable
-
- AllowedValueRangeHandler(MutableAllowedValueRange, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
-
- AllowedValueRangeProvider - Interface in org.jupnp.binding
-
- allowedValues - Variable in class org.jupnp.binding.staging.MutableStateVariable
-
- ANDROID_EMULATOR - Static variable in class org.jupnp.model.ModelUtil
-
True if this class is executing on an Android emulator runtime.
- ANDROID_RUNTIME - Static variable in class org.jupnp.model.ModelUtil
-
True if this class is executing on an Android runtime
- annotation - Variable in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- annotation - Variable in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- AnnotationActionBinder - Class in org.jupnp.binding.annotations
-
- AnnotationActionBinder(Method, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Constructor for class org.jupnp.binding.annotations.AnnotationActionBinder
-
- AnnotationLocalServiceBinder - Class in org.jupnp.binding.annotations
-
- AnnotationLocalServiceBinder() - Constructor for class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- AnnotationStateVariableBinder - Class in org.jupnp.binding.annotations
-
- AnnotationStateVariableBinder(UpnpStateVariable, String, StateVariableAccessor, Set<Class>) - Constructor for class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- appendAction(Map<Action, ActionExecutor>) - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- appendChild(CHILD, boolean) - Method in class org.jupnp.xml.DOMElement
-
- appendNewElement(Document, Element, Enum) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElement(Document, Element, String) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElement(Document, Element, String, Object) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElement(Document, Element, String, Object, String) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElementIfNotNull(Document, Element, Enum, Object) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElementIfNotNull(Document, Element, Enum, Object, String) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElementIfNotNull(Document, Element, String, Object) - Static method in class org.jupnp.model.XMLUtil
-
- appendNewElementIfNotNull(Document, Element, String, Object, String) - Static method in class org.jupnp.model.XMLUtil
-
- appendPathToBaseURI(String) - Method in class org.jupnp.model.Namespace
-
- ARG_TYPE_PREFIX - Static variable in interface org.jupnp.model.Constants
-
- arguments - Variable in class org.jupnp.binding.staging.MutableAction
-
- ArrayBuilder(DOMElement) - Constructor for class org.jupnp.xml.DOMElement.ArrayBuilder
-
- assertRelativeURI(String, URI) - Static method in class org.jupnp.util.URIUtil
-
- asyncContext - Variable in class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- asyncContext - Variable in class org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
-
- AsyncServlet - Class in org.jupnp.transport.impl.async
-
Http servlet implementation that uses the
Router's executor to process the current request and releases the
current thread(asynchronous).
- AsyncServlet(Router, ServletStreamServerConfigurationImpl) - Constructor for class org.jupnp.transport.impl.async.AsyncServlet
-
- AsyncServletUpnpStream - Class in org.jupnp.transport.impl.async
-
Implementation based on Servlet 3.0 API.
- AsyncServletUpnpStream(ProtocolFactory, AsyncContext, HttpServletRequest) - Constructor for class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- asyncTimeoutSeconds - Variable in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- AsyncUtil - Class in org.jupnp.transport.impl.async
-
Utility class containing helper methods for the support of the Servlet 2.4
non-async and Servlet 3.0 async implementations.
- AsyncUtil() - Constructor for class org.jupnp.transport.impl.async.AsyncUtil
-
- attributes - Variable in class org.jupnp.xml.SAXParser.Handler
-
- AVClientInfoHeader - Class in org.jupnp.model.message.header
-
A simple string, not validated, used only by Sony Playstation3.
- AVClientInfoHeader() - Constructor for class org.jupnp.model.message.header.AVClientInfoHeader
-
- AVClientInfoHeader(String) - Constructor for class org.jupnp.model.message.header.AVClientInfoHeader
-
- CacheControl - Class in org.jupnp.http
-
- CacheControl() - Constructor for class org.jupnp.http.CacheControl
-
- callback - Variable in class org.jupnp.controlpoint.event.ExecuteAction
-
- CALLBACK_FILE - Static variable in class org.jupnp.model.Namespace
-
- CallbackHeader - Class in org.jupnp.model.message.header
-
- CallbackHeader() - Constructor for class org.jupnp.model.message.header.CallbackHeader
-
- CallbackHeader(List<URL>) - Constructor for class org.jupnp.model.message.header.CallbackHeader
-
- CallbackHeader(URL) - Constructor for class org.jupnp.model.message.header.CallbackHeader
-
- CancelReason - Enum in org.jupnp.model.gena
-
- CatalogResourceResolver - Class in org.jupnp.xml
-
Another namespace-URI-to-whatever (namespace, context, resolver, map) magic thingy.
- CatalogResourceResolver(Map<URI, URL>) - Constructor for class org.jupnp.xml.CatalogResourceResolver
-
- CDATA_BEGIN - Static variable in class org.jupnp.xml.DOM
-
- CDATA_END - Static variable in class org.jupnp.xml.DOM
-
- CharacterDatatype - Class in org.jupnp.model.types
-
- CharacterDatatype() - Constructor for class org.jupnp.model.types.CharacterDatatype
-
- characters - Variable in class org.jupnp.xml.SAXParser.Handler
-
- characters(char[], int, int) - Method in class org.jupnp.xml.SAXParser.Handler
-
- checkForHp() - Static method in class org.jupnp.util.OS
-
- checkForLinux() - Static method in class org.jupnp.util.OS
-
- checkForMac() - Static method in class org.jupnp.util.OS
-
- checkForSolaris() - Static method in class org.jupnp.util.OS
-
- checkForWindows() - Static method in class org.jupnp.util.OS
-
- CHILD_BUILDER - Variable in class org.jupnp.xml.DOMElement
-
- classForName(String) - Static method in class org.jupnp.util.Reflections
-
- clear() - Method in class org.jupnp.http.Headers
-
- clear() - Method in class org.jupnp.model.message.UpnpHeaders
-
- clientInfo - Variable in class org.jupnp.model.action.ActionInvocation
-
- ClientInfo - Class in org.jupnp.model.profile
-
Encapsulates information about a (local) client.
- ClientInfo() - Constructor for class org.jupnp.model.profile.ClientInfo
-
- ClientInfo(UpnpHeaders) - Constructor for class org.jupnp.model.profile.ClientInfo
-
- cloneAndAdd(String, String...) - Method in class org.jupnp.http.Query
-
- close() - Method in class org.jupnp.util.io.Base64Coder.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- closeQuietly(Reader) - Static method in class org.jupnp.util.io.IO
-
Unconditionally close an Reader.
- closeQuietly(Writer) - Static method in class org.jupnp.util.io.IO
-
Unconditionally close a Writer.
- closeQuietly(InputStream) - Static method in class org.jupnp.util.io.IO
-
Unconditionally close an InputStream.
- closeQuietly(OutputStream) - Static method in class org.jupnp.util.io.IO
-
Unconditionally close an OutputStream.
- Command<T> - Interface in org.jupnp.model
-
Executable procedure, invoked and potentially decorated by the
ServiceManager.
- commaToNewline(String) - Static method in class org.jupnp.model.ModelUtil
-
- complete() - Method in class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- complete() - Method in class org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
-
- complete() - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Mark this as completed and stop blocking.
- complete() - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- configuration - Variable in class org.jupnp.controlpoint.ControlPointImpl
-
- configuration - Variable in class org.jupnp.mock.MockRouter
-
- configuration - Variable in class org.jupnp.mock.MockUpnpService
-
- configuration - Variable in class org.jupnp.transport.impl.DatagramIOImpl
-
- configuration - Variable in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- configuration - Variable in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- configuration - Variable in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- configuration - Variable in class org.jupnp.transport.RouterImpl
-
- configuration - Variable in class org.jupnp.UpnpServiceImpl
-
- Connection - Interface in org.jupnp.model.message
-
An API for the jUPnP protocol layer to access some transport layer details.
- connection - Variable in class org.jupnp.model.message.StreamRequestMessage
-
- connection - Variable in class org.jupnp.model.profile.RemoteClientInfo
-
- Constants - Interface in org.jupnp.model
-
Shared and immutable settings.
- containsKey(Object) - Method in class org.jupnp.http.Headers
-
- containsKey(UpnpHeader.Type) - Method in class org.jupnp.model.message.UpnpHeaders
-
- containsValue(Object) - Method in class org.jupnp.http.Headers
-
- contentEquals(InputStream, InputStream) - Static method in class org.jupnp.util.io.IO
-
Compare the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - Static method in class org.jupnp.util.io.IO
-
Compare the contents of two Readers to determine if they are equal or
not.
- ContentRangeHeader - Class in org.jupnp.model.message.header
-
- ContentRangeHeader() - Constructor for class org.jupnp.model.message.header.ContentRangeHeader
-
- ContentRangeHeader(BytesRange) - Constructor for class org.jupnp.model.message.header.ContentRangeHeader
-
- ContentRangeHeader(String) - Constructor for class org.jupnp.model.message.header.ContentRangeHeader
-
- ContentTypeHeader - Class in org.jupnp.model.message.header
-
- ContentTypeHeader() - Constructor for class org.jupnp.model.message.header.ContentTypeHeader
-
- ContentTypeHeader(MimeType) - Constructor for class org.jupnp.model.message.header.ContentTypeHeader
-
- ContentTypeHeader(String) - Constructor for class org.jupnp.model.message.header.ContentTypeHeader
-
- CONTROL - Static variable in class org.jupnp.model.Namespace
-
- controlPoint - Variable in class org.jupnp.controlpoint.ActionCallback
-
- ControlPoint - Interface in org.jupnp.controlpoint
-
Unified API for the asynchronous execution of network searches, actions, event subscriptions.
- controlPoint - Variable in class org.jupnp.mock.MockUpnpService
-
- controlPoint - Variable in class org.jupnp.UpnpServiceImpl
-
- ControlPointImpl - Class in org.jupnp.controlpoint
-
Default implementation.
- ControlPointImpl() - Constructor for class org.jupnp.controlpoint.ControlPointImpl
-
- ControlPointImpl(UpnpServiceConfiguration, ProtocolFactory, Registry) - Constructor for class org.jupnp.controlpoint.ControlPointImpl
-
- controlURI - Variable in class org.jupnp.binding.staging.MutableService
-
- copy(InputStream, OutputStream) - Static method in class org.jupnp.util.io.IO
-
Copy bytes from an InputStream to an
OutputStream.
- copy(InputStream, Writer) - Static method in class org.jupnp.util.io.IO
-
Copy bytes from an InputStream to chars on a
Writer using the default character encoding of the platform.
- copy(InputStream, Writer, String) - Static method in class org.jupnp.util.io.IO
-
Copy bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - Static method in class org.jupnp.util.io.IO
-
Copy chars from a Reader to a Writer.
- copy(Reader, OutputStream) - Static method in class org.jupnp.util.io.IO
-
Copy chars from a Reader to bytes on an
OutputStream using the default character encoding of the
platform, and calling flush.
- copy(Reader, OutputStream, String) - Static method in class org.jupnp.util.io.IO
-
Copy chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copy() - Method in class org.jupnp.xml.DOM
-
- copyFile(File, File) - Static method in class org.jupnp.util.io.IO
-
- copyLarge(InputStream, OutputStream) - Static method in class org.jupnp.util.io.IO
-
Copy bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(Reader, Writer) - Static method in class org.jupnp.util.io.IO
-
Copy chars from a large (over 2GB) Reader to a Writer.
- counter - Variable in class org.jupnp.mock.MockRouter
-
- create() - Method in class org.jupnp.xml.SAXParser
-
- createAbsoluteURI(URI, String) - Static method in class org.jupnp.util.URIUtil
-
Guarantees that the returned URI is absolute, no matter what the argument is.
- createAbsoluteURI(URI, URI) - Static method in class org.jupnp.util.URIUtil
-
- createAbsoluteURL(URL, String) - Static method in class org.jupnp.util.URIUtil
-
- createAbsoluteURL(URL, URI) - Static method in class org.jupnp.util.URIUtil
-
- createAbsoluteURL(URI, URI) - Static method in class org.jupnp.util.URIUtil
-
- createAbsoluteURL(InetAddress, int, URI) - Static method in class org.jupnp.util.URIUtil
-
- createActionArguments() - Method in class org.jupnp.binding.staging.MutableAction
-
- createActions() - Method in class org.jupnp.binding.staging.MutableService
-
- createAsyncServlet(Router) - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- createBlockingServlet(Router) - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- createCallable(StreamRequestMessage, Request) - Method in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- createCallable(StreamRequestMessage, REQUEST) - Method in class org.jupnp.transport.spi.AbstractStreamClient
-
Create a callable procedure that will execute the request.
- createChild(String) - Method in class org.jupnp.xml.DOMElement
-
- createChild(String, String) - Method in class org.jupnp.xml.DOMElement
-
- createChildBuilder(DOMElement) - Method in class org.jupnp.xml.DOMElement
-
- createConnection() - Method in class org.jupnp.transport.impl.HttpExchangeUpnpStream
-
- createConnection() - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- createContentProvider(UpnpMessage<O>) - Method in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- createControlPoint(ProtocolFactory, Registry) - Method in class org.jupnp.UpnpServiceImpl
-
- createDatagramIO(NetworkAddressFactory) - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createDatagramIO(NetworkAddressFactory) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createDatagramIO(NetworkAddressFactory) - Method in interface org.jupnp.UpnpServiceConfiguration
-
- createDatagramProcessor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createDatagramProcessor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createDatatype() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- createDefaultExecutorService() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createDefaultFailureMessage(ActionInvocation, UpnpResponse) - Method in class org.jupnp.controlpoint.ActionCallback
-
- createDefaultFailureMessage(UpnpResponse, Exception) - Static method in class org.jupnp.controlpoint.SubscriptionCallback
-
- createDefaultValue(Datatype) - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- createDeviceDescriptorBinderUDA10() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createDeviceDescriptorBinderUDA10() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createDeviceDetails(URL) - Method in class org.jupnp.binding.staging.MutableDevice
-
- createDeviceMessages(LocalDevice, NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- createDeviceMessages(LocalDevice, Location) - Method in class org.jupnp.protocol.async.SendingNotification
-
- createDeviceType() - Method in class org.jupnp.binding.staging.MutableDevice
-
- createDeviceVersion() - Method in class org.jupnp.binding.staging.MutableDevice
-
- createDocument() - Method in class org.jupnp.xml.DOMParser
-
- createDocumentBuilderFactory() - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- createDOM(Document) - Method in class org.jupnp.xml.DOMParser
-
- createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>) - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- createFactory(boolean) - Method in class org.jupnp.xml.DOMParser
-
- createGENAEventProcessor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createGENAEventProcessor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createIcons() - Method in class org.jupnp.binding.staging.MutableDevice
-
- createInputArguments() - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- createInputArgumentValues(ActionInvocation<LocalService>, Method) - Method in class org.jupnp.model.action.MethodActionExecutor
-
- createInstance(String, int) - Static method in class org.jupnp.QueueingThreadPoolExecutor
-
- createMainExecutorService() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createMulticastReceiver(NetworkAddressFactory) - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createMulticastReceiver(NetworkAddressFactory) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createMulticastReceiver(NetworkAddressFactory) - Method in interface org.jupnp.UpnpServiceConfiguration
-
- createNamespace() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createNamespace() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createNetworkAddressFactory() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createNetworkAddressFactory(int, int) - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createNetworkAddressFactory(int, int) - Method in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- createNetworkAddressFactory() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createNetworkAddressFactory(int, int) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createNetworkAddressFactory() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- createOutputArguments() - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- createParentBuilder(DOMElement) - Method in class org.jupnp.xml.DOMElement
-
- createPropertyChangeListener(T) - Method in class org.jupnp.model.DefaultServiceManager
-
- createPropertyChangeSupport(T) - Method in class org.jupnp.model.DefaultServiceManager
-
- createProtocolFactory(UpnpService, boolean) - Method in class org.jupnp.mock.MockUpnpService
-
- createProtocolFactory() - Method in class org.jupnp.UpnpServiceImpl
-
- createReceivingAction(StreamRequestMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingAsync(IncomingDatagramMessage) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createReceivingAsync(IncomingDatagramMessage) - Method in interface org.jupnp.protocol.ProtocolFactory
-
- createReceivingAsync(IncomingDatagramMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingEvent(StreamRequestMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingNotification(IncomingDatagramMessage<UpnpRequest>) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingRetrieval(StreamRequestMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingSearch(IncomingDatagramMessage<UpnpRequest>) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingSubscribe(StreamRequestMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingSync(StreamRequestMessage) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createReceivingSync(StreamRequestMessage) - Method in interface org.jupnp.protocol.ProtocolFactory
-
- createReceivingSync(StreamRequestMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createReceivingUnsubscribe(StreamRequestMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createRegistry(ProtocolFactory) - Method in class org.jupnp.UpnpServiceImpl
-
- createRegistryMaintainer() - Method in class org.jupnp.registry.RegistryImpl
-
- createRelativePathURI(URI) - Static method in class org.jupnp.util.URIUtil
-
- createRelativeURI(URI, URI) - Static method in class org.jupnp.util.URIUtil
-
- createRelativeURI(URL, URL) - Static method in class org.jupnp.util.URIUtil
-
- createRelativeURI(URI, URL) - Static method in class org.jupnp.util.URIUtil
-
- createRelativeURI(URL, URI) - Static method in class org.jupnp.util.URIUtil
-
- createRepresentation(URLConnection, InputStream) - Method in interface org.jupnp.http.HttpFetch.RepresentationFactory
-
- createRequest(StreamRequestMessage) - Method in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- createRequest(StreamRequestMessage) - Method in class org.jupnp.transport.spi.AbstractStreamClient
-
Create a proprietary representation of this request, log warnings and
return null if creation fails.
- createResponse(URI, Resource) - Method in class org.jupnp.protocol.sync.ReceivingRetrieval
-
- createRoot(String) - Method in class org.jupnp.xml.DOM
-
- createRouter() - Method in class org.jupnp.mock.MockUpnpService
-
- createRouter(ProtocolFactory, Registry) - Method in class org.jupnp.UpnpServiceImpl
-
- createSchema(Source[]) - Method in class org.jupnp.xml.SAXParser
-
- createSendingAction(ActionInvocation, URL) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingAction(ActionInvocation, URL) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint, creates a protocol for executing an action.
- createSendingAction(ActionInvocation, URL) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingEvent(LocalGENASubscription) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingEvent(LocalGENASubscription) - Method in interface org.jupnp.protocol.ProtocolFactory
-
- createSendingEvent(LocalGENASubscription) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingNotificationAlive(LocalDevice) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingNotificationAlive(LocalDevice) - Method in class org.jupnp.mock.MockUpnpService.MockProtocolFactory
-
- createSendingNotificationAlive(LocalDevice) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
Registry, creates a protocol for announcing local devices.
- createSendingNotificationAlive(LocalDevice) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingNotificationByebye(LocalDevice) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingNotificationByebye(LocalDevice) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
Registry, creates a protocol for announcing local devices.
- createSendingNotificationByebye(LocalDevice) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingRenewal(RemoteGENASubscription) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingRenewal(RemoteGENASubscription) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint, creates a protocol for GENA renewal.
- createSendingRenewal(RemoteGENASubscription) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingSearch(UpnpHeader, int) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingSearch(UpnpHeader, int) - Method in class org.jupnp.mock.MockUpnpService.MockProtocolFactory
-
- createSendingSearch(UpnpHeader, int) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint, creates a protocol for a multicast search.
- createSendingSearch(UpnpHeader, int) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingSubscribe(RemoteGENASubscription) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingSubscribe(RemoteGENASubscription) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint, creates a protocol for GENA subscription.
- createSendingSubscribe(RemoteGENASubscription) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createSendingUnsubscribe(RemoteGENASubscription) - Method in class org.jupnp.mock.MockProtocolFactory
-
- createSendingUnsubscribe(RemoteGENASubscription) - Method in interface org.jupnp.protocol.ProtocolFactory
-
Called by the
ControlPoint, creates a protocol for GENA unsubscription.
- createSendingUnsubscribe(RemoteGENASubscription) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- createServiceDescriptorBinderUDA10() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createServiceDescriptorBinderUDA10() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createServiceInstance() - Method in class org.jupnp.model.DefaultServiceManager
-
- createServices(Device) - Method in class org.jupnp.binding.staging.MutableDevice
-
- createServiceTypeMessages(LocalDevice, NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- createServiceTypeMessages(LocalDevice, Location) - Method in class org.jupnp.protocol.async.SendingNotification
-
- createSOAPActionProcessor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createSOAPActionProcessor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createStateVariable() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- createStateVariables() - Method in class org.jupnp.binding.staging.MutableService
-
- createStreamClient() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createStreamClient() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createStreamClient(ExecutorService, StreamClientConfiguration) - Method in class org.jupnp.transport.impl.jetty.JettyTransportConfiguration
-
- createStreamClient(ExecutorService, StreamClientConfiguration) - Method in interface org.jupnp.transport.TransportConfiguration
-
- createStreamClient() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- createStreamServer(NetworkAddressFactory) - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- createStreamServer(NetworkAddressFactory) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- createStreamServer(int) - Method in class org.jupnp.transport.impl.jetty.JettyTransportConfiguration
-
- createStreamServer(int) - Method in interface org.jupnp.transport.TransportConfiguration
-
- createStreamServer(NetworkAddressFactory) - Method in interface org.jupnp.UpnpServiceConfiguration
-
- createTransformer(String, int, boolean) - Method in class org.jupnp.xml.DOMParser
-
- createValue(ActionArgument, String) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- createXPath(NamespaceContext) - Method in class org.jupnp.xml.DOMParser
-
- createXPath(XPathFactory, NamespaceContext) - Method in class org.jupnp.xml.DOMParser
-
- createXPathFactory() - Method in class org.jupnp.xml.DOMParser
-
- crypt(String) - Static method in class org.jupnp.util.io.MD5Crypt
-
LINUX/BSD MD5Crypt function
- crypt(String, String) - Static method in class org.jupnp.util.io.MD5Crypt
-
LINUX/BSD MD5Crypt function
- crypt(String, String, String) - Static method in class org.jupnp.util.io.MD5Crypt
-
Linux/BSD MD5Crypt function
- CSV<T> - Class in org.jupnp.model.types.csv
-
Transforms a state variable value from/to strings of comma-separated elements.
- CSV() - Constructor for class org.jupnp.model.types.csv.CSV
-
- CSV(String) - Constructor for class org.jupnp.model.types.csv.CSV
-
- CSVBoolean - Class in org.jupnp.model.types.csv
-
- CSVBoolean() - Constructor for class org.jupnp.model.types.csv.CSVBoolean
-
- CSVBoolean(String) - Constructor for class org.jupnp.model.types.csv.CSVBoolean
-
- CSVBytes - Class in org.jupnp.model.types.csv
-
- CSVBytes() - Constructor for class org.jupnp.model.types.csv.CSVBytes
-
- CSVBytes(String) - Constructor for class org.jupnp.model.types.csv.CSVBytes
-
- CSVCharacter - Class in org.jupnp.model.types.csv
-
- CSVCharacter() - Constructor for class org.jupnp.model.types.csv.CSVCharacter
-
- CSVCharacter(String) - Constructor for class org.jupnp.model.types.csv.CSVCharacter
-
- CSVDate - Class in org.jupnp.model.types.csv
-
- CSVDate() - Constructor for class org.jupnp.model.types.csv.CSVDate
-
- CSVDate(String) - Constructor for class org.jupnp.model.types.csv.CSVDate
-
- CSVDouble - Class in org.jupnp.model.types.csv
-
- CSVDouble() - Constructor for class org.jupnp.model.types.csv.CSVDouble
-
- CSVDouble(String) - Constructor for class org.jupnp.model.types.csv.CSVDouble
-
- CSVFloat - Class in org.jupnp.model.types.csv
-
- CSVFloat() - Constructor for class org.jupnp.model.types.csv.CSVFloat
-
- CSVFloat(String) - Constructor for class org.jupnp.model.types.csv.CSVFloat
-
- CSVInteger - Class in org.jupnp.model.types.csv
-
- CSVInteger() - Constructor for class org.jupnp.model.types.csv.CSVInteger
-
- CSVInteger(String) - Constructor for class org.jupnp.model.types.csv.CSVInteger
-
- CSVShort - Class in org.jupnp.model.types.csv
-
- CSVShort() - Constructor for class org.jupnp.model.types.csv.CSVShort
-
- CSVShort(String) - Constructor for class org.jupnp.model.types.csv.CSVShort
-
- CSVString - Class in org.jupnp.model.types.csv
-
- CSVString() - Constructor for class org.jupnp.model.types.csv.CSVString
-
- CSVString(String) - Constructor for class org.jupnp.model.types.csv.CSVString
-
- CSVUnsignedIntegerFourBytes - Class in org.jupnp.model.types.csv
-
- CSVUnsignedIntegerFourBytes() - Constructor for class org.jupnp.model.types.csv.CSVUnsignedIntegerFourBytes
-
- CSVUnsignedIntegerFourBytes(String) - Constructor for class org.jupnp.model.types.csv.CSVUnsignedIntegerFourBytes
-
- CSVUnsignedIntegerOneByte - Class in org.jupnp.model.types.csv
-
- CSVUnsignedIntegerOneByte() - Constructor for class org.jupnp.model.types.csv.CSVUnsignedIntegerOneByte
-
- CSVUnsignedIntegerOneByte(String) - Constructor for class org.jupnp.model.types.csv.CSVUnsignedIntegerOneByte
-
- CSVUnsignedIntegerTwoBytes - Class in org.jupnp.model.types.csv
-
- CSVUnsignedIntegerTwoBytes() - Constructor for class org.jupnp.model.types.csv.CSVUnsignedIntegerTwoBytes
-
- CSVUnsignedIntegerTwoBytes(String) - Constructor for class org.jupnp.model.types.csv.CSVUnsignedIntegerTwoBytes
-
- CSVURI - Class in org.jupnp.model.types.csv
-
- CSVURI() - Constructor for class org.jupnp.model.types.csv.CSVURI
-
- CSVURI(String) - Constructor for class org.jupnp.model.types.csv.CSVURI
-
- current - Variable in class org.jupnp.util.Iterators.Singular
-
- currentSequence - Variable in class org.jupnp.model.gena.GENASubscription
-
- currentSequence - Variable in class org.jupnp.protocol.sync.SendingEvent
-
- currentValues - Variable in class org.jupnp.model.gena.GENASubscription
-
- CustomDatatype - Class in org.jupnp.model.types
-
- CustomDatatype(String) - Constructor for class org.jupnp.model.types.CustomDatatype
-
- data - Variable in exception org.jupnp.model.UnsupportedDataException
-
- DatagramIO<C extends DatagramIOConfiguration> - Interface in org.jupnp.transport.spi
-
Service for receiving (unicast only) and sending UDP datagrams, one per bound IP address.
- DatagramIOConfiguration - Interface in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- DatagramIOConfigurationImpl - Class in org.jupnp.transport.impl
-
Settings for the default implementation.
- DatagramIOConfigurationImpl() - Constructor for class org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
Defaults to TTL of '4' and maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
- DatagramIOConfigurationImpl(int, int) - Constructor for class org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
- DatagramIOImpl - Class in org.jupnp.transport.impl
-
Default implementation based on a single shared (receive/send) UDP MulticastSocket.
- DatagramIOImpl(DatagramIOConfigurationImpl) - Constructor for class org.jupnp.transport.impl.DatagramIOImpl
-
- datagramIOs - Variable in class org.jupnp.transport.RouterImpl
-
- datagramProcessor - Variable in class org.jupnp.transport.impl.DatagramIOImpl
-
- datagramProcessor - Variable in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- DatagramProcessor - Interface in org.jupnp.transport.spi
-
Reads and creates UDP datagrams from and into UPnP messages.
- DatagramProcessorImpl - Class in org.jupnp.transport.impl
-
Default implementation.
- DatagramProcessorImpl() - Constructor for class org.jupnp.transport.impl.DatagramProcessorImpl
-
- dataType - Variable in class org.jupnp.binding.staging.MutableStateVariable
-
- datatype - Variable in class org.jupnp.model.types.csv.CSV
-
- Datatype<V> - Interface in org.jupnp.model.types
-
The type of a state variable value, able to convert to/from string representation.
- Datatype.Builtin - Enum in org.jupnp.model.types
-
Mapping from UPnP built-in standardized type to actual subtype of
Datatype.
- Datatype.Default - Enum in org.jupnp.model.types
-
Mapping from Java type to UPnP built-in type.
- DateTimeDatatype - Class in org.jupnp.model.types
-
- DateTimeDatatype(String[], String) - Constructor for class org.jupnp.model.types.DateTimeDatatype
-
- deactivate() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- deactivate() - Method in class org.jupnp.UpnpServiceImpl
-
- decapitalize(String) - Static method in class org.jupnp.util.Reflections
-
- DECODE - Static variable in class org.jupnp.util.io.Base64Coder
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class org.jupnp.util.io.Base64Coder
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.jupnp.util.io.Base64Coder
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.jupnp.util.io.Base64Coder
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.jupnp.util.io.Base64Coder
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(byte[]) - Static method in class org.jupnp.util.io.HexBin
-
- decode(String) - Static method in class org.jupnp.util.io.HexBin
-
Decodes Hex data into octects
- decodedPath - Variable in class org.jupnp.model.Namespace
-
- decodeFileToFile(String, String) - Static method in class org.jupnp.util.io.Base64Coder
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.jupnp.util.io.Base64Coder
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeString(String) - Static method in class org.jupnp.util.io.Base64Coder
-
- decodeToFile(String, String) - Static method in class org.jupnp.util.io.Base64Coder
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.jupnp.util.io.Base64Coder
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class org.jupnp.util.io.Base64Coder
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- deepCopy() - Method in class org.jupnp.model.meta.Action
-
- deepCopy() - Method in class org.jupnp.model.meta.ActionArgument
-
- deepCopy() - Method in class org.jupnp.model.meta.Icon
-
- deepCopy() - Method in class org.jupnp.model.meta.StateVariable
-
- Default(ActionInvocation, ControlPoint) - Constructor for class org.jupnp.controlpoint.ActionCallback.Default
-
- DEFAULT_CONTENT_TYPE - Static variable in class org.jupnp.model.message.header.ContentTypeHeader
-
- DEFAULT_CONTENT_TYPE_UTF8 - Static variable in class org.jupnp.model.message.header.ContentTypeHeader
-
- DEFAULT_MULTICAST_RESPONSE_LISTEN_PORT - Static variable in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- DEFAULT_NAMESPACE - Static variable in class org.jupnp.model.types.UDADeviceType
-
- DEFAULT_NAMESPACE - Static variable in class org.jupnp.model.types.UDAServiceId
-
- DEFAULT_NAMESPACE - Static variable in class org.jupnp.model.types.UDAServiceType
-
- DEFAULT_SUBSCRIPTION_DURATION_SECONDS - Static variable in class org.jupnp.model.UserConstants
-
- DEFAULT_TCP_HTTP_LISTEN_PORT - Static variable in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- DEFAULT_VALUE - Static variable in class org.jupnp.model.message.header.EXTHeader
-
- DEFAULT_VALUE - Static variable in class org.jupnp.model.message.header.MXHeader
-
- defaultHttpFields - Variable in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- DefaultPropertyChangeListener() - Constructor for class org.jupnp.model.DefaultServiceManager.DefaultPropertyChangeListener
-
- DefaultRegistryListener - Class in org.jupnp.registry
-
Convenience class, provides empty implementations of all methods.
- DefaultRegistryListener() - Constructor for class org.jupnp.registry.DefaultRegistryListener
-
- DefaultServiceManager<T> - Class in org.jupnp.model
-
Default implementation, creates and manages a single instance of a plain Java bean.
- DefaultServiceManager(LocalService<T>) - Constructor for class org.jupnp.model.DefaultServiceManager
-
- DefaultServiceManager(LocalService<T>, Class<T>) - Constructor for class org.jupnp.model.DefaultServiceManager
-
- DefaultServiceManager.DefaultPropertyChangeListener - Class in org.jupnp.model
-
- DefaultUpnpServiceConfiguration - Class in org.jupnp
-
Default configuration data of a typical UPnP stack.
- DefaultUpnpServiceConfiguration() - Constructor for class org.jupnp.DefaultUpnpServiceConfiguration
-
Defaults to port '0', ephemeral.
- DefaultUpnpServiceConfiguration(int) - Constructor for class org.jupnp.DefaultUpnpServiceConfiguration
-
- DefaultUpnpServiceConfiguration(int, int) - Constructor for class org.jupnp.DefaultUpnpServiceConfiguration
-
- DefaultUpnpServiceConfiguration(boolean) - Constructor for class org.jupnp.DefaultUpnpServiceConfiguration
-
- DefaultUpnpServiceConfiguration(int, int, boolean) - Constructor for class org.jupnp.DefaultUpnpServiceConfiguration
-
- DefaultUpnpServiceConfiguration.JUPnPExecutor - Class in org.jupnp
-
- DefaultUpnpServiceConfiguration.JUPnPThreadFactory - Class in org.jupnp
-
- defaultValue - Variable in class org.jupnp.binding.staging.MutableStateVariable
-
- deleteFile(File) - Static method in class org.jupnp.util.io.IO
-
- DELIMITER - Static variable in class org.jupnp.model.ServiceReference
-
- depth - Variable in class org.jupnp.binding.staging.MutableIcon
-
- describe(T, String) - Method in interface org.jupnp.binding.xml.DeviceDescriptorBinder
-
- describe(T, Document) - Method in interface org.jupnp.binding.xml.DeviceDescriptorBinder
-
- describe(D, String) - Method in class org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
-
- describe(S, String) - Method in class org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderImpl
-
- describe(S, String) - Method in class org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
-
- describe(T, String) - Method in interface org.jupnp.binding.xml.ServiceDescriptorBinder
-
- describe(T, Document) - Method in interface org.jupnp.binding.xml.ServiceDescriptorBinder
-
- describe(D, String) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- describe(D, Document) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- describe(D, String) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
-
- describe(S, String) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
-
- describe(S, Document) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
-
- describe(S, String) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
-
- describe() - Method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- describe(String) - Method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- describeService(RemoteService) - Method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- describeServices(RemoteDevice) - Method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- Descriptor - Class in org.jupnp.binding.xml
-
Utility interface with static declarations of all "strings".
- Descriptor() - Constructor for class org.jupnp.binding.xml.Descriptor
-
- Descriptor.Device - Interface in org.jupnp.binding.xml
-
- Descriptor.Device.ELEMENT - Enum in org.jupnp.binding.xml
-
- Descriptor.Service - Interface in org.jupnp.binding.xml
-
- Descriptor.Service.ATTRIBUTE - Enum in org.jupnp.binding.xml
-
- Descriptor.Service.ELEMENT - Enum in org.jupnp.binding.xml
-
- DESCRIPTOR_FILE - Static variable in class org.jupnp.model.Namespace
-
- DescriptorBindingException - Exception in org.jupnp.binding.xml
-
Thrown if device or service descriptor metadata couldn't be read or written.
- DescriptorBindingException(String) - Constructor for exception org.jupnp.binding.xml.DescriptorBindingException
-
- DescriptorBindingException(String, Throwable) - Constructor for exception org.jupnp.binding.xml.DescriptorBindingException
-
- descriptorURI - Variable in class org.jupnp.binding.staging.MutableService
-
- Device<DI extends DeviceIdentity,D extends Device,S extends Service> - Class in org.jupnp.model.meta
-
Describes either a root or embedded device.
- Device(DI) - Constructor for class org.jupnp.model.meta.Device
-
- Device(DI, DeviceType, DeviceDetails, Icon[], S[]) - Constructor for class org.jupnp.model.meta.Device
-
- Device(DI, DeviceType, DeviceDetails, Icon[], S[], D[]) - Constructor for class org.jupnp.model.meta.Device
-
- Device(DI, UDAVersion, DeviceType, DeviceDetails, Icon[], S[], D[]) - Constructor for class org.jupnp.model.meta.Device
-
- DEVICE - Static variable in class org.jupnp.model.Namespace
-
- device - Variable in class org.jupnp.registry.event.DeviceDiscovery
-
- deviceAdded(Registry, Device) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- DeviceDescriptorBinder - Interface in org.jupnp.binding.xml
-
Reads and generates device descriptor XML metadata.
- DeviceDescriptorHandler(I) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- DeviceDescriptorHandler(I, SAXParser) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- DeviceDescriptorHandler(I, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- DeviceDescriptorHandler(I, SAXParser, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- DeviceDescriptorResource - Class in org.jupnp.model.resource
-
- DeviceDescriptorResource(URI, LocalDevice) - Constructor for class org.jupnp.model.resource.DeviceDescriptorResource
-
- DeviceDetails - Class in org.jupnp.model.meta
-
Encapsulates all optional metadata about a device.
- DeviceDetails(String) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, DLNADoc[], DLNACaps, DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, URI) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, URI, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, URI) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, URI, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, URI) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, String) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(String, ManufacturerDetails, ModelDetails, String, String, String, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetails(URL, String, ManufacturerDetails, ModelDetails, String, String, URI, DLNADoc[], DLNACaps, DLNACaps) - Constructor for class org.jupnp.model.meta.DeviceDetails
-
- DeviceDetailsProvider - Interface in org.jupnp.model.profile
-
Provides custom device details metadata based on control point profile.
- DeviceDiscovery<D extends Device> - Class in org.jupnp.registry.event
-
An observable event for CDI containers.
- DeviceDiscovery(D) - Constructor for class org.jupnp.registry.event.DeviceDiscovery
-
- DeviceHandler(MutableDevice, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
-
- DeviceIdentity - Class in org.jupnp.model.meta
-
Unique device name, received and offered during discovery with SSDP.
- DeviceIdentity(UDN, DeviceIdentity) - Constructor for class org.jupnp.model.meta.DeviceIdentity
-
- DeviceIdentity(UDN) - Constructor for class org.jupnp.model.meta.DeviceIdentity
-
- DeviceIdentity(UDN, Integer) - Constructor for class org.jupnp.model.meta.DeviceIdentity
-
- DeviceListHandler(List<MutableDevice>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
-
- deviceRemoved(Registry, Device) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- deviceType - Variable in class org.jupnp.binding.staging.MutableDevice
-
- DeviceType - Class in org.jupnp.model.types
-
Represents a device type, for example urn:my-domain-namespace:device:MyDevice:1.
- DeviceType(String, String) - Constructor for class org.jupnp.model.types.DeviceType
-
- DeviceType(String, String, int) - Constructor for class org.jupnp.model.types.DeviceType
-
- DeviceTypeHeader - Class in org.jupnp.model.message.header
-
- DeviceTypeHeader() - Constructor for class org.jupnp.model.message.header.DeviceTypeHeader
-
- DeviceTypeHeader(URI) - Constructor for class org.jupnp.model.message.header.DeviceTypeHeader
-
- DeviceTypeHeader(DeviceType) - Constructor for class org.jupnp.model.message.header.DeviceTypeHeader
-
- DeviceUSNHeader - Class in org.jupnp.model.message.header
-
- DeviceUSNHeader() - Constructor for class org.jupnp.model.message.header.DeviceUSNHeader
-
- DeviceUSNHeader(UDN, DeviceType) - Constructor for class org.jupnp.model.message.header.DeviceUSNHeader
-
- DeviceUSNHeader(NamedDeviceType) - Constructor for class org.jupnp.model.message.header.DeviceUSNHeader
-
- direction - Variable in class org.jupnp.binding.staging.MutableActionArgument
-
- disable() - Method in class org.jupnp.mock.MockRouter
-
- disable() - Method in interface org.jupnp.transport.Router
-
Unbinds all sockets and stops all listening threads for datagrams and streams.
- disable(DisableRouter) - Method in class org.jupnp.transport.RouterImpl
-
- disable() - Method in class org.jupnp.transport.RouterImpl
-
- DisableAuthenticationHttpContext - Class in org.jupnp.transport.impl.osgi
-
An HttpContext implementation that disables any security handling for any HTTP servlets registered with it.
- DisableAuthenticationHttpContext() - Constructor for class org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
-
- disableReporting() - Static method in class org.jupnp.util.SpecificationViolationReporter
-
- DisableRouter - Class in org.jupnp.transport
-
- DisableRouter() - Constructor for class org.jupnp.transport.DisableRouter
-
- discoverBindAddresses() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- discoverNetworkInterfaces() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- discoverResources(Namespace) - Method in class org.jupnp.model.meta.Device
-
- discoverResources(Namespace) - Method in class org.jupnp.model.meta.LocalDevice
-
- discoverResources(Namespace) - Method in class org.jupnp.model.meta.RemoteDevice
-
- DiscoveryOptions - Class in org.jupnp.model
-
Options for discovery processing by the
Registry.
- DiscoveryOptions(boolean) - Constructor for class org.jupnp.model.DiscoveryOptions
-
- DiscoveryOptions(boolean, boolean) - Constructor for class org.jupnp.model.DiscoveryOptions
-
- displayFilesize(long) - Static method in class org.jupnp.util.Text
-
- DLNA_NAMESPACE_URI - Static variable in interface org.jupnp.binding.xml.Descriptor.Device
-
- DLNA_PREFIX - Static variable in interface org.jupnp.binding.xml.Descriptor.Device
-
- dlnaCaps - Variable in class org.jupnp.binding.staging.MutableDevice
-
- DLNACaps - Class in org.jupnp.model.types
-
An arbitrary list of comma-separated elements, representing DLNA capabilities (whatever that is).
- DLNACaps(String[]) - Constructor for class org.jupnp.model.types.DLNACaps
-
- DLNADoc - Class in org.jupnp.model.types
-
Representing the DLNA document and its version.
- DLNADoc(String, String) - Constructor for class org.jupnp.model.types.DLNADoc
-
- DLNADoc(String, DLNADoc.Version) - Constructor for class org.jupnp.model.types.DLNADoc
-
- DLNADoc.Version - Enum in org.jupnp.model.types
-
- dlnaDocs - Variable in class org.jupnp.binding.staging.MutableDevice
-
- DO_BREAK_LINES - Static variable in class org.jupnp.util.io.Base64Coder
-
Do break lines when encoding.
- documentToFragmentString(Document) - Static method in class org.jupnp.model.XMLUtil
-
- documentToString(Document) - Static method in class org.jupnp.model.XMLUtil
-
- documentToString(Document, boolean) - Static method in class org.jupnp.model.XMLUtil
-
- DOM - Class in org.jupnp.xml
-
Wraps a W3C document and provides an entry point for browsing the DOM (in subclasses).
- DOM(Document) - Constructor for class org.jupnp.xml.DOM
-
- DOMElement<CHILD extends DOMElement,PARENT extends DOMElement> - Class in org.jupnp.xml
-
Wraps a W3C element.
- DOMElement(XPath, Element) - Constructor for class org.jupnp.xml.DOMElement
-
- DOMElement.ArrayBuilder<T extends DOMElement> - Class in org.jupnp.xml
-
- DOMElement.Builder<T extends DOMElement> - Class in org.jupnp.xml
-
- DOMParser<D extends DOM> - Class in org.jupnp.xml
-
Condensed API for parsing of XML into DOM with (optional) XML schema validation.
- DOMParser() - Constructor for class org.jupnp.xml.DOMParser
-
- DOMParser(Source[]) - Constructor for class org.jupnp.xml.DOMParser
-
- DOMParser.NodeVisitor - Class in org.jupnp.xml
-
- DONT_GUNZIP - Static variable in class org.jupnp.util.io.Base64Coder
-
Specify that gzipped data should not be automatically gunzipped.
- DoubleDatatype - Class in org.jupnp.model.types
-
- DoubleDatatype() - Constructor for class org.jupnp.model.types.DoubleDatatype
-
- dumpRequestHeaders(long, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- dumpRequestHeaders(long, String, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- dumpRequestString(long, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
-
- EL - Static variable in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
-
- element - Variable in class org.jupnp.util.Iterators.Singular
-
- element - Variable in class org.jupnp.xml.DOMElement.Builder
-
- embeddedDevices - Variable in class org.jupnp.binding.staging.MutableDevice
-
- embeddedDevices - Variable in class org.jupnp.model.meta.Device
-
- Empty() - Constructor for class org.jupnp.util.Iterators.Empty
-
- enable() - Method in class org.jupnp.mock.MockRouter
-
- enable() - Method in interface org.jupnp.transport.Router
-
Starts all sockets and listening threads for datagrams and streams.
- enable(EnableRouter) - Method in class org.jupnp.transport.RouterImpl
-
- enable() - Method in class org.jupnp.transport.RouterImpl
-
Initializes listening services: First an instance of
MulticastReceiver
is bound to each network interface.
- enabled - Variable in class org.jupnp.transport.RouterImpl
-
- enableReporting() - Static method in class org.jupnp.util.SpecificationViolationReporter
-
- EnableRouter - Class in org.jupnp.transport
-
- EnableRouter() - Constructor for class org.jupnp.transport.EnableRouter
-
- ENCODE - Static variable in class org.jupnp.util.io.Base64Coder
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.jupnp.util.io.Base64Coder
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class org.jupnp.util.io.Base64Coder
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded CharBuffer.
- encode(byte[]) - Static method in class org.jupnp.util.io.Base64Coder
-
- encode(byte[]) - Static method in class org.jupnp.util.io.HexBin
-
array of byte to encode
- encode(String) - Static method in class org.jupnp.util.io.HexBin
-
Encodes octects (using utf-8) into Hex data
- encode(BitSet, String, String) - Static method in class org.jupnp.util.URIUtil
-
- encodeBytes(byte[]) - Static method in class org.jupnp.util.io.Base64Coder
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.jupnp.util.io.Base64Coder
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.jupnp.util.io.Base64Coder
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.jupnp.util.io.Base64Coder
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.jupnp.util.io.Base64Coder
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.jupnp.util.io.Base64Coder
-
- encodeFileToFile(String, String) - Static method in class org.jupnp.util.io.Base64Coder
-
Reads infile and encodes it to outfile.
- encodeFragment(String) - Static method in class org.jupnp.util.URIUtil
-
- encodeFromFile(String) - Static method in class org.jupnp.util.io.Base64Coder
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.jupnp.util.io.Base64Coder
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.jupnp.util.io.Base64Coder
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodePathParamName(String) - Static method in class org.jupnp.util.URIUtil
-
- encodePathParamValue(String) - Static method in class org.jupnp.util.URIUtil
-
- encodePathSegment(String) - Static method in class org.jupnp.util.URIUtil
-
- encodeQueryNameOrValue(String) - Static method in class org.jupnp.util.URIUtil
-
- encodeString(String) - Static method in class org.jupnp.util.io.Base64Coder
-
- encodeText(String) - Static method in class org.jupnp.model.XMLUtil
-
- encodeText(String, boolean) - Static method in class org.jupnp.model.XMLUtil
-
- encodeToFile(byte[], String) - Static method in class org.jupnp.util.io.Base64Coder
-
Convenience method for encoding data to a file.
- end() - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- end(CancelReason) - Method in class org.jupnp.model.gena.LocalGENASubscription
-
- end(CancelReason, UpnpResponse) - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- ended(GENASubscription, CancelReason, UpnpResponse) - Method in class org.jupnp.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.jupnp.model.gena.LocalGENASubscription
-
- ended(CancelReason, UpnpResponse) - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- endElement(String, String, String) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- endElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- endElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
-
- endElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
-
- endElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
-
- endElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
-
- endElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
-
- endElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
-
- endElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
-
- endElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
-
- endElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
-
- endElement(String, String, String) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- endElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- endElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
-
- endElement(String, String, String) - Method in class org.jupnp.xml.SAXParser.Handler
-
- entrySet() - Method in class org.jupnp.http.Headers
-
- equals(Node) - Method in enum org.jupnp.binding.xml.Descriptor.Device.ELEMENT
-
- equals(Node) - Method in enum org.jupnp.binding.xml.Descriptor.Service.ELEMENT
-
- equals(Object) - Method in class org.jupnp.http.CacheControl
-
- equals(Object) - Method in class org.jupnp.http.Headers
-
- equals(Object) - Method in class org.jupnp.model.Location
-
- equals(Object) - Method in class org.jupnp.model.meta.Device
-
- equals(Object) - Method in class org.jupnp.model.meta.DeviceIdentity
-
- equals(Object) - Method in class org.jupnp.model.NetworkAddress
-
- equals(Object) - Method in class org.jupnp.model.resource.Resource
-
- equals(Object) - Method in class org.jupnp.model.ServerClientTokens
-
- equals(Object) - Method in class org.jupnp.model.ServiceReference
-
- equals(Object) - Method in class org.jupnp.model.types.DeviceType
-
- equals(Object) - Method in class org.jupnp.model.types.DLNACaps
-
- equals(Object) - Method in class org.jupnp.model.types.DLNADoc
-
- equals(Object) - Method in class org.jupnp.model.types.HostPort
-
- equals(Object) - Method in class org.jupnp.model.types.NamedDeviceType
-
- equals(Object) - Method in class org.jupnp.model.types.NamedServiceType
-
- equals(Object) - Method in class org.jupnp.model.types.ServiceId
-
- equals(Object) - Method in class org.jupnp.model.types.ServiceType
-
- equals(Object) - Method in class org.jupnp.model.types.SoapActionType
-
- equals(Object) - Method in class org.jupnp.model.types.UDN
-
- equals(Object) - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- equals(Object) - Method in class org.jupnp.util.MimeType
-
- error(SAXParseException) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- error(SAXParseException) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
-
- error(SAXParseException) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- error(SAXParseException) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- error(SAXParseException) - Method in class org.jupnp.xml.DOMParser
-
- error(SAXParseException) - Method in class org.jupnp.xml.SAXParser.SimpleErrorHandler
-
- ErrorCode - Enum in org.jupnp.model.types
-
Basic UPnP control message error codes.
- errors - Variable in exception org.jupnp.model.ValidationException
-
- errors - Variable in exception org.jupnp.registry.RegistrationException
-
- errorsAlreadyLogged - Variable in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- escape(String) - Static method in class org.jupnp.xml.DOMParser
-
- escape(String, boolean, boolean) - Static method in class org.jupnp.xml.DOMParser
-
- establish() - Method in class org.jupnp.model.gena.LocalGENASubscription
-
- establish() - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- established(GENASubscription) - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
Called when a local or remote subscription was successfully established.
- established() - Method in class org.jupnp.model.gena.GENASubscription
-
- eventDetails - Variable in class org.jupnp.binding.staging.MutableStateVariable
-
- EVENTED_STATE_VARIABLES - Static variable in interface org.jupnp.model.ServiceManager
-
Use this property name when propagating change events that affect any evented UPnP
state variable.
- eventReceived(GENASubscription) - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
Called when an event for an established subscription has been received.
- eventReceived() - Method in class org.jupnp.model.gena.GENASubscription
-
- EVENTS - Static variable in class org.jupnp.model.Namespace
-
- EventSequenceHeader - Class in org.jupnp.model.message.header
-
- EventSequenceHeader() - Constructor for class org.jupnp.model.message.header.EventSequenceHeader
-
- EventSequenceHeader(long) - Constructor for class org.jupnp.model.message.header.EventSequenceHeader
-
- eventsMissed(GENASubscription, int) - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
Called when a received event was out of sequence, indicating that events have been missed.
- eventsMissed(int) - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- eventSubscriptionURI - Variable in class org.jupnp.binding.staging.MutableService
-
- exception - Variable in class org.jupnp.registry.event.FailedRemoteDeviceDiscovery
-
- Exceptions - Class in org.jupnp.util
-
- Exceptions() - Constructor for class org.jupnp.util.Exceptions
-
- execute(ActionCallback) - Method in interface org.jupnp.controlpoint.ControlPoint
-
- execute(SubscriptionCallback) - Method in interface org.jupnp.controlpoint.ControlPoint
-
- execute(ExecuteAction) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- execute(ActionCallback) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- execute(SubscriptionCallback) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- execute(ActionInvocation<LocalService>) - Method in class org.jupnp.model.action.AbstractActionExecutor
-
Obtains the service implementation instance from the
ServiceManager, handles exceptions.
- execute(ActionInvocation<LocalService>, Object) - Method in class org.jupnp.model.action.AbstractActionExecutor
-
- execute(ActionInvocation<LocalService>) - Method in interface org.jupnp.model.action.ActionExecutor
-
- execute(ActionInvocation<LocalService>, Object) - Method in class org.jupnp.model.action.MethodActionExecutor
-
- execute(ActionInvocation<LocalService>, Object) - Method in class org.jupnp.model.action.QueryStateVariableExecutor
-
- execute(ServiceManager<T>) - Method in interface org.jupnp.model.Command
-
- execute(Command<T>) - Method in class org.jupnp.model.DefaultServiceManager
-
- execute(Command<T>) - Method in interface org.jupnp.model.ServiceManager
-
Double-dispatch of arbitrary commands, used by action executors and state variable accessors.
- execute() - Method in class org.jupnp.protocol.async.ReceivingNotification
-
- execute() - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- execute() - Method in class org.jupnp.protocol.async.ReceivingSearchResponse
-
- execute() - Method in class org.jupnp.protocol.async.SendingNotification
-
- execute() - Method in class org.jupnp.protocol.async.SendingNotificationAlive
-
- execute() - Method in class org.jupnp.protocol.async.SendingNotificationByebye
-
- execute() - Method in class org.jupnp.protocol.async.SendingSearch
-
- execute() - Method in class org.jupnp.protocol.ReceivingAsync
-
- execute() - Method in class org.jupnp.protocol.ReceivingSync
-
- execute() - Method in class org.jupnp.protocol.SendingAsync
-
- execute() - Method in class org.jupnp.protocol.SendingSync
-
- execute(Runnable) - Method in class org.jupnp.QueueingThreadPoolExecutor
-
- ExecuteAction - Class in org.jupnp.controlpoint.event
-
- ExecuteAction(ActionCallback) - Constructor for class org.jupnp.controlpoint.event.ExecuteAction
-
- executeQueryStateVariable(ActionInvocation<LocalService>, Object) - Method in class org.jupnp.model.action.QueryStateVariableExecutor
-
- executeSync() - Method in class org.jupnp.protocol.ReceivingSync
-
- executeSync() - Method in class org.jupnp.protocol.SendingSync
-
- executeSync() - Method in class org.jupnp.protocol.sync.ReceivingAction
-
- executeSync() - Method in class org.jupnp.protocol.sync.ReceivingEvent
-
- executeSync() - Method in class org.jupnp.protocol.sync.ReceivingRetrieval
-
- executeSync() - Method in class org.jupnp.protocol.sync.ReceivingSubscribe
-
- executeSync() - Method in class org.jupnp.protocol.sync.ReceivingUnsubscribe
-
- executeSync() - Method in class org.jupnp.protocol.sync.SendingAction
-
- executeSync() - Method in class org.jupnp.protocol.sync.SendingEvent
-
- executeSync() - Method in class org.jupnp.protocol.sync.SendingRenewal
-
- executeSync() - Method in class org.jupnp.protocol.sync.SendingSubscribe
-
- executeSync() - Method in class org.jupnp.protocol.sync.SendingUnsubscribe
-
- ExpirationDetails - Class in org.jupnp.model
-
- ExpirationDetails() - Constructor for class org.jupnp.model.ExpirationDetails
-
- ExpirationDetails(int) - Constructor for class org.jupnp.model.ExpirationDetails
-
- EXTHeader - Class in org.jupnp.model.message.header
-
- EXTHeader() - Constructor for class org.jupnp.model.message.header.EXTHeader
-
- extraResponseHeaders - Variable in class org.jupnp.model.profile.RemoteClientInfo
-
- GENAEventProcessor - Interface in org.jupnp.transport.spi
-
Reads and writes GENA XML content.
- GENAEventProcessorImpl - Class in org.jupnp.transport.impl
-
Default implementation based on the W3C DOM XML processing API.
- GENAEventProcessorImpl() - Constructor for class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- GENASubscription<S extends Service> - Class in org.jupnp.model.gena
-
An established subscription, with identifer, expiration duration, sequence handling, and state variable values.
- GENASubscription(S) - Constructor for class org.jupnp.model.gena.GENASubscription
-
- GENASubscription(S, int) - Constructor for class org.jupnp.model.gena.GENASubscription
-
- generate(Device, RemoteClientInfo, Namespace) - Method in interface org.jupnp.binding.xml.DeviceDescriptorBinder
-
- generate(Service) - Method in interface org.jupnp.binding.xml.ServiceDescriptorBinder
-
- generate(Device, RemoteClientInfo, Namespace) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- generate(Service) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
-
- generate() - Method in class org.jupnp.util.RandomToken
-
- generateDevice(Namespace, Device, Document, Element, RemoteClientInfo) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- generateDeviceList(Namespace, Device, Document, Element, RemoteClientInfo) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- generateIconList(Namespace, Device, Document, Element) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- generateRoot(Namespace, Device, Document, RemoteClientInfo) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- generateServiceList(Namespace, Device, Document, Element) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- generateSpecVersion(Namespace, Device, Document, Element) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- get(Object) - Method in class org.jupnp.http.Headers
-
- get(String) - Method in class org.jupnp.http.Query
-
- get(UpnpHeader.Type) - Method in class org.jupnp.model.message.UpnpHeaders
-
- get(Response) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Response jUPnP
Headers.
- get(Request) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request jUPnP
Headers.
- get(Field, Object) - Static method in class org.jupnp.util.Reflections
-
- getAccessor() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getAccessor(String) - Method in class org.jupnp.model.meta.LocalService
-
- getAccessor(StateVariable) - Method in class org.jupnp.model.meta.LocalService
-
- getAction() - Method in class org.jupnp.model.action.ActionInvocation
-
- getAction() - Method in class org.jupnp.model.message.control.IncomingActionRequestMessage
-
- getAction() - Method in class org.jupnp.model.meta.ActionArgument
-
- getAction(String) - Method in class org.jupnp.model.meta.Service
-
- getActionInvocation() - Method in class org.jupnp.controlpoint.ActionCallback
-
- getActionName() - Method in class org.jupnp.model.types.SoapActionType
-
- getActionNamespace() - Method in interface org.jupnp.model.message.control.ActionMessage
-
- getActionNamespace() - Method in class org.jupnp.model.message.control.IncomingActionRequestMessage
-
- getActionNamespace() - Method in class org.jupnp.model.message.control.IncomingActionResponseMessage
-
- getActionNamespace() - Method in class org.jupnp.model.message.control.OutgoingActionRequestMessage
-
- getActionNamespace() - Method in class org.jupnp.model.message.control.OutgoingActionResponseMessage
-
- getActions() - Method in class org.jupnp.model.meta.Service
-
- getActiveStreamServers(InetAddress) - Method in class org.jupnp.mock.MockRouter
-
- getActiveStreamServers(InetAddress) - Method in interface org.jupnp.transport.Router
-
- getActiveStreamServers(InetAddress) - Method in class org.jupnp.transport.RouterImpl
-
- getActualDurationSeconds() - Method in class org.jupnp.model.gena.GENASubscription
-
- getAddress() - Method in class org.jupnp.model.NetworkAddress
-
- getAddressNetworkPrefixLength(InetAddress) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getAddressNetworkPrefixLength(InetAddress) - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getAliases() - Method in class org.jupnp.model.meta.ActionArgument
-
- getAliveIntervalMillis() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getAliveIntervalMillis() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getAliveIntervalMillis() - Method in interface org.jupnp.UpnpServiceConfiguration
-
Optional setting for flooding alive NOTIFY messages for local devices.
- getAllowedRangeFromProvider() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getAllowedValueRange(long, long, long) - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getAllowedValueRange() - Method in class org.jupnp.model.meta.StateVariableTypeDetails
-
- getAllowedValues(Class) - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getAllowedValues() - Method in class org.jupnp.model.meta.StateVariableTypeDetails
-
- getAllowedValuesFromProvider() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getAndWrap(Field, Object) - Static method in class org.jupnp.util.Reflections
-
- getAnnotation() - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- getAnnotation() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getArgument() - Method in class org.jupnp.model.action.ActionArgumentValue
-
- getArguments() - Method in class org.jupnp.model.meta.Action
-
- getAsArray(UpnpHeader.Type) - Method in class org.jupnp.model.message.UpnpHeaders
-
- getAsyncProtocolExecutor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getAsyncProtocolExecutor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getAsyncProtocolExecutor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getAsyncTimeoutSeconds() - Method in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- getAttribute(String) - Method in class org.jupnp.xml.DOMElement
-
- getAttributes() - Method in class org.jupnp.xml.SAXParser.Handler
-
- getBasePath() - Method in class org.jupnp.model.Namespace
-
- getBaseURL() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getBindAddresses() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getBindAddresses() - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
The caller might remove() an address if initialization fails.
- getBindAddressInSubnetOf(InetAddress) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getBits() - Method in class org.jupnp.model.types.UnsignedIntegerFourBytes
-
- getBits() - Method in class org.jupnp.model.types.UnsignedIntegerOneByte
-
- getBits() - Method in class org.jupnp.model.types.UnsignedIntegerTwoBytes
-
- getBits() - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- getBody() - Method in class org.jupnp.model.message.UpnpMessage
-
- getBodyBytes() - Method in class org.jupnp.model.message.UpnpMessage
-
- getBodyString() - Method in interface org.jupnp.model.message.control.ActionMessage
-
- getBodyString() - Method in class org.jupnp.model.message.UpnpMessage
-
- getBodyType() - Method in class org.jupnp.model.message.UpnpMessage
-
- getBroadcastAddress(InetAddress) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getBroadcastAddress(InetAddress) - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getBroadcastedBytes() - Method in class org.jupnp.mock.MockRouter
-
- getBuiltin() - Method in class org.jupnp.model.types.AbstractDatatype
-
- getBuiltin() - Method in interface org.jupnp.model.types.Datatype
-
- getBuiltinDatatype() - Method in class org.jupnp.model.types.csv.CSV
-
- getBuiltinType() - Method in enum org.jupnp.model.types.Datatype.Default
-
- getBulkIntervalMilliseconds() - Method in class org.jupnp.protocol.async.SendingNotification
-
- getBulkIntervalMilliseconds() - Method in class org.jupnp.protocol.async.SendingSearch
-
- getBulkRepeat() - Method in class org.jupnp.protocol.async.SendingNotification
-
- getBulkRepeat() - Method in class org.jupnp.protocol.async.SendingSearch
-
- getByCode(int) - Static method in enum org.jupnp.model.types.ErrorCode
-
- getByDescriptorName(String) - Static method in enum org.jupnp.model.types.Datatype.Builtin
-
- getByHttpName(String) - Static method in enum org.jupnp.model.message.header.UpnpHeader.Type
-
- getByHttpName(String) - Static method in enum org.jupnp.model.message.UpnpRequest.Method
-
- getByJavaType(Class) - Static method in enum org.jupnp.model.types.Datatype.Default
-
- getByStatusCode(int) - Static method in enum org.jupnp.model.message.UpnpResponse.Status
-
- getByteLength() - Method in class org.jupnp.model.types.BytesRange
-
- getBytes(Request) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request jUPnP
Headers.
- getBytes(Request) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request jUPnP
Headers.
- getByteSize() - Method in class org.jupnp.model.types.IntegerDatatype
-
- getCacheControl() - Method in class org.jupnp.http.Representation
-
- getCacheExtensions() - Method in class org.jupnp.http.CacheControl
-
- getCallback() - Method in class org.jupnp.controlpoint.event.ExecuteAction
-
- getCallbackURLs() - Method in class org.jupnp.model.gena.LocalGENASubscription
-
- getCallbackURLs() - Method in class org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
-
- getCaps() - Method in class org.jupnp.model.types.DLNACaps
-
- getCharacters() - Method in class org.jupnp.xml.SAXParser.Handler
-
- getChildElements() - Method in class org.jupnp.xml.DOMElement.ArrayBuilder
-
- getChildElements(String) - Method in class org.jupnp.xml.DOMElement.ArrayBuilder
-
- getChildren() - Method in class org.jupnp.xml.DOMElement
-
- getChildren(String) - Method in class org.jupnp.xml.DOMElement
-
- getClass(Type) - Static method in class org.jupnp.util.Reflections
-
Get the underlying class for a type, or null if the type is a variable type.
- getClazz() - Method in class org.jupnp.model.ValidationError
-
- getClientInfo() - Method in class org.jupnp.model.action.ActionInvocation
-
- getCode() - Method in enum org.jupnp.model.types.ErrorCode
-
- getCollectionElementType(Type) - Static method in class org.jupnp.util.Reflections
-
- getConfiguration() - Method in interface org.jupnp.controlpoint.ControlPoint
-
- getConfiguration() - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- getConfiguration() - Method in class org.jupnp.mock.MockRouter
-
- getConfiguration() - Method in class org.jupnp.mock.MockUpnpService
-
- getConfiguration() - Method in interface org.jupnp.registry.Registry
-
- getConfiguration() - Method in class org.jupnp.registry.RegistryImpl
-
- getConfiguration() - Method in class org.jupnp.transport.impl.DatagramIOImpl
-
- getConfiguration() - Method in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- getConfiguration() - Method in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- getConfiguration() - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- getConfiguration() - Method in interface org.jupnp.transport.Router
-
- getConfiguration() - Method in class org.jupnp.transport.RouterImpl
-
- getConfiguration() - Method in interface org.jupnp.transport.spi.DatagramIO
-
- getConfiguration() - Method in interface org.jupnp.transport.spi.MulticastReceiver
-
- getConfiguration() - Method in interface org.jupnp.transport.spi.StreamClient
-
- getConfiguration() - Method in interface org.jupnp.transport.spi.StreamServer
-
- getConfiguration() - Method in interface org.jupnp.UpnpService
-
- getConfiguration() - Method in class org.jupnp.UpnpServiceImpl
-
- getConnection() - Method in class org.jupnp.model.message.StreamRequestMessage
-
- getConnection() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- getContent(Request) - Static method in class org.jupnp.transport.impl.jetty.HeaderUtil
-
Get all header information from
Request jUPnP
Headers.
- getContent() - Method in class org.jupnp.xml.DOMElement
-
- getContentLength() - Method in class org.jupnp.http.Representation
-
- getContentType() - Method in class org.jupnp.http.Representation
-
- getContentTypeCharset() - Method in class org.jupnp.model.message.UpnpMessage
-
- getContentTypeHeader() - Method in class org.jupnp.model.message.UpnpMessage
-
- getControlPath(Service) - Method in class org.jupnp.model.Namespace
-
- getControlPoint() - Method in class org.jupnp.controlpoint.ActionCallback
-
- getControlPoint() - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- getControlPoint() - Method in class org.jupnp.mock.MockUpnpService
-
- getControlPoint() - Method in interface org.jupnp.UpnpService
-
- getControlPoint() - Method in class org.jupnp.UpnpServiceImpl
-
- getControlURI() - Method in class org.jupnp.model.meta.RemoteService
-
- getCurrentSequence() - Method in class org.jupnp.model.gena.GENASubscription
-
- getCurrentState() - Method in class org.jupnp.model.DefaultServiceManager
-
- getCurrentState(String[]) - Method in class org.jupnp.model.DefaultServiceManager
-
- getCurrentState() - Method in interface org.jupnp.model.ServiceManager
-
Reading the state of a service manually.
- getCurrentState() - Method in interface org.jupnp.util.statemachine.StateMachine
-
- getCurrentTimestampSeconds() - Method in class org.jupnp.model.ExpirationDetails
-
- getCurrentValues() - Method in class org.jupnp.model.gena.GENASubscription
-
- getData() - Method in class org.jupnp.model.meta.Icon
-
- getData() - Method in exception org.jupnp.model.UnsupportedDataException
-
- getDatagramIOExecutor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getDatagramIOExecutor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getDatagramIOExecutor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getDatagramProcessor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getDatagramProcessor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getDatagramProcessor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getDatatype() - Method in class org.jupnp.model.meta.ActionArgument
-
- getDatatype(ActionArgument) - Method in class org.jupnp.model.meta.Service
-
- getDatatype() - Method in class org.jupnp.model.meta.StateVariableTypeDetails
-
- getDatatype() - Method in enum org.jupnp.model.types.Datatype.Builtin
-
- getDatatype() - Method in class org.jupnp.model.VariableValue
-
- getDateValue(String, String[]) - Method in class org.jupnp.model.types.DateTimeDatatype
-
- getDefaultDeviceDetails() - Method in class org.jupnp.model.profile.HeaderDeviceDetailsProvider
-
- getDefaultExecutorService() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getDefaultExecutorService() - Method in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- getDefaultNamespaceURI() - Method in class org.jupnp.xml.NamespaceContextMap
-
- getDefaultTransportConfiguration() - Static method in class org.jupnp.transport.TransportConfigurationProvider
-
- getDefaultValue() - Method in class org.jupnp.model.meta.StateVariableTypeDetails
-
- getDepth() - Method in class org.jupnp.model.meta.Icon
-
- getDescription() - Method in enum org.jupnp.model.types.ErrorCode
-
- getDescriptorLocation(NetworkAddress, LocalDevice) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- getDescriptorName() - Method in enum org.jupnp.model.types.Datatype.Builtin
-
- getDescriptorPath(Device) - Method in class org.jupnp.model.Namespace
-
- getDescriptorPath(Service) - Method in class org.jupnp.model.Namespace
-
- getDescriptorPathString(Device) - Method in class org.jupnp.model.Namespace
-
Performance optimization, avoids URI manipulation.
- getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getDescriptorRetrievalHeaders(RemoteDeviceIdentity) - Method in interface org.jupnp.UpnpServiceConfiguration
-
Optional extra headers for device descriptor retrieval HTTP requests.
- getDescriptorURI() - Method in class org.jupnp.model.meta.RemoteService
-
- getDescriptorURL() - Method in class org.jupnp.model.meta.RemoteDeviceIdentity
-
- getDestinationAddress() - Method in class org.jupnp.model.message.OutgoingDatagramMessage
-
- getDestinationPort() - Method in class org.jupnp.model.message.OutgoingDatagramMessage
-
- getDetails() - Method in class org.jupnp.model.meta.Device
-
- getDetails(RemoteClientInfo) - Method in class org.jupnp.model.meta.Device
-
- getDetails(RemoteClientInfo) - Method in class org.jupnp.model.meta.LocalDevice
-
- getDevClass() - Method in class org.jupnp.model.types.DLNADoc
-
- getDevice() - Method in class org.jupnp.model.meta.Icon
-
- getDevice() - Method in class org.jupnp.model.meta.Service
-
- getDevice() - Method in class org.jupnp.protocol.async.SendingNotification
-
- getDevice() - Method in class org.jupnp.registry.event.DeviceDiscovery
-
- getDevice(UDN, boolean) - Method in interface org.jupnp.registry.Registry
-
- getDevice(UDN, boolean) - Method in class org.jupnp.registry.RegistryImpl
-
- getDeviceDescriptorBinderUDA10() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getDeviceDescriptorBinderUDA10() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getDeviceDescriptorBinderUDA10() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getDeviceDetailsProvider() - Method in class org.jupnp.model.meta.LocalDevice
-
- getDevicePath(Device) - Method in class org.jupnp.model.Namespace
-
- getDevices() - Method in interface org.jupnp.registry.Registry
-
- getDevices(DeviceType) - Method in interface org.jupnp.registry.Registry
-
- getDevices(ServiceType) - Method in interface org.jupnp.registry.Registry
-
- getDevices() - Method in class org.jupnp.registry.RegistryImpl
-
- getDevices(DeviceType) - Method in class org.jupnp.registry.RegistryImpl
-
- getDevices(ServiceType) - Method in class org.jupnp.registry.RegistryImpl
-
- getDeviceType() - Method in class org.jupnp.model.types.NamedDeviceType
-
- getDirection() - Method in class org.jupnp.model.meta.ActionArgument
-
- getDiscoveredOnLocalAddress() - Method in class org.jupnp.model.meta.RemoteDeviceIdentity
-
- getDiscoveryOptions(UDN) - Method in interface org.jupnp.registry.Registry
-
- getDiscoveryOptions(UDN) - Method in class org.jupnp.registry.RegistryImpl
-
- getDisplayString() - Method in class org.jupnp.model.meta.Device
-
- getDisplayString() - Method in class org.jupnp.model.types.AbstractDatatype
-
- getDisplayString() - Method in interface org.jupnp.model.types.Datatype
-
- getDisplayString() - Method in class org.jupnp.model.types.DeviceType
-
- getDlnaCaps() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getDlnaDocs() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getElementName() - Method in class org.jupnp.xml.DOMElement
-
- getEmbeddedDevices() - Method in class org.jupnp.model.meta.Device
-
- getEmbeddedDevices() - Method in class org.jupnp.model.meta.LocalDevice
-
- getEmbeddedDevices() - Method in class org.jupnp.model.meta.RemoteDevice
-
- getEnd(String, int) - Static method in class org.jupnp.util.MimeType
-
- getEntity() - Method in class org.jupnp.http.Representation
-
- getEntityTag() - Method in class org.jupnp.http.Representation
-
- getErrorCode() - Method in exception org.jupnp.model.action.ActionException
-
- getErrorHandler() - Method in class org.jupnp.xml.SAXParser
-
- getErrors() - Method in exception org.jupnp.model.ValidationException
-
- getErrors() - Method in exception org.jupnp.registry.RegistrationException
-
- getEventCallbackPath(Service) - Method in class org.jupnp.model.Namespace
-
- getEventCallbackPathString(Service) - Method in class org.jupnp.model.Namespace
-
Performance optimization, avoids URI manipulation.
- getEventCallbackURLs(List<NetworkAddress>, Namespace) - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- getEventDetails() - Method in class org.jupnp.model.meta.StateVariable
-
- getEventMaximumRateMilliseconds() - Method in class org.jupnp.model.meta.StateVariableEventDetails
-
- getEventMinimumDelta() - Method in class org.jupnp.model.meta.StateVariableEventDetails
-
- getEventSubscriptionHeaders(RemoteService) - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getEventSubscriptionHeaders(RemoteService) - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getEventSubscriptionHeaders(RemoteService) - Method in interface org.jupnp.UpnpServiceConfiguration
-
Optional extra headers for event subscription (almost HTTP) messages.
- getEventSubscriptionPath(Service) - Method in class org.jupnp.model.Namespace
-
- getEventSubscriptionURI() - Method in class org.jupnp.model.meta.RemoteService
-
- getEventSubscriptionURL() - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- getException() - Method in class org.jupnp.registry.event.FailedRemoteDeviceDiscovery
-
- getExclusiveServiceTypes() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getExclusiveServiceTypes() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getExclusiveServiceTypes() - Method in interface org.jupnp.UpnpServiceConfiguration
-
Returns service types that can be handled by this UPnP stack, all others will be ignored.
- getExecutor(String) - Method in class org.jupnp.model.meta.LocalService
-
- getExecutor(Action) - Method in class org.jupnp.model.meta.LocalService
-
- getExtraResponseHeaders() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- getFailure() - Method in class org.jupnp.model.action.ActionInvocation
-
- getField() - Method in class org.jupnp.model.state.FieldStateVariableAccessor
-
- getField(Class, String) - Static method in class org.jupnp.util.Reflections
-
- getFields(Class, Class) - Static method in class org.jupnp.util.Reflections
-
- getFirstByte() - Method in class org.jupnp.model.types.BytesRange
-
- getFirstChild(String) - Method in class org.jupnp.xml.DOMElement
-
- getFirstHeader(String) - Method in class org.jupnp.http.Headers
-
- getFirstHeader(UpnpHeader.Type) - Method in class org.jupnp.model.message.UpnpHeaders
-
- getFirstHeader(UpnpHeader.Type, Class<H>) - Method in class org.jupnp.model.message.UpnpHeaders
-
- getFirstHeader(UpnpHeader.Type, Class<H>) - Method in class org.jupnp.protocol.ReceivingAsync
-
- getFirstHeaderString(UpnpHeader.Type) - Method in class org.jupnp.model.message.UpnpHeaders
-
- getFirstInputArgument() - Method in class org.jupnp.model.meta.Action
-
- getFirstNetworkInterfaceHardwareAddress() - Static method in class org.jupnp.model.ModelUtil
-
- getFirstOutputArgument() - Method in class org.jupnp.model.meta.Action
-
- getFirstPage() - Method in class org.jupnp.util.Pager
-
- getFriendlyName() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getGenaEventProcessor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getGenaEventProcessor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getGenaEventProcessor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getGetter() - Method in class org.jupnp.model.state.GetterStateVariableAccessor
-
- getGetterMethod(Class, String) - Static method in class org.jupnp.util.Reflections
-
- getGroup() - Method in class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- getGroup() - Method in interface org.jupnp.transport.spi.MulticastReceiverConfiguration
-
- getHardwareAddress() - Method in class org.jupnp.model.NetworkAddress
-
- getHardwareAddress(InetAddress) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getHardwareAddress(InetAddress) - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getHeaderDetails() - Method in class org.jupnp.model.profile.HeaderDeviceDetailsProvider
-
- getHeaderName() - Method in class org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
-
- getHeaders() - Method in class org.jupnp.model.message.OutgoingDatagramMessage
-
- getHeaders() - Method in class org.jupnp.model.message.UpnpMessage
-
- getHeaderString() - Method in enum org.jupnp.model.types.NotificationSubtype
-
- getHeaderTypes() - Method in enum org.jupnp.model.message.header.UpnpHeader.Type
-
- getHeight() - Method in class org.jupnp.model.meta.Icon
-
- getHost() - Method in class org.jupnp.model.types.HostPort
-
- getHttpExchange() - Method in class org.jupnp.transport.impl.HttpExchangeUpnpStream
-
- getHttpMethodName() - Method in class org.jupnp.model.message.UpnpRequest
-
- getHttpMinorVersion() - Method in class org.jupnp.model.message.UpnpOperation
-
- getHttpName() - Method in enum org.jupnp.model.message.header.UpnpHeader.Type
-
- getHttpName() - Method in enum org.jupnp.model.message.UpnpRequest.Method
-
- getHttpToken() - Method in class org.jupnp.model.ServerClientTokens
-
- getIconPath(Icon) - Method in class org.jupnp.model.Namespace
-
- getIcons() - Method in class org.jupnp.model.meta.Device
-
- getId() - Method in class org.jupnp.model.types.ServiceId
-
- getIdentifierString() - Method in class org.jupnp.model.types.UDN
-
- getIdentity() - Method in class org.jupnp.model.meta.Device
-
- getImplementation() - Method in class org.jupnp.model.DefaultServiceManager
-
- getImplementation() - Method in interface org.jupnp.model.ServiceManager
-
- getIncomingDatagramMessages() - Method in class org.jupnp.mock.MockRouter
-
- getIndexRangeBegin() - Method in class org.jupnp.util.Pager
-
- getIndexRangeEnd() - Method in class org.jupnp.util.Pager
-
- getInetAddressByName(String) - Static method in class org.jupnp.model.ModelUtil
-
Wraps the checked exception in a runtime exception.
- getInetAddresses(NetworkInterface) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getInput() - Method in class org.jupnp.model.action.ActionInvocation
-
- getInput(String) - Method in class org.jupnp.model.action.ActionInvocation
-
- getInput(ActionArgument<S>) - Method in class org.jupnp.model.action.ActionInvocation
-
- getInputArgument(String) - Method in class org.jupnp.model.action.ActionInvocation
-
- getInputArgument(String) - Method in class org.jupnp.model.meta.Action
-
- getInputArguments() - Method in class org.jupnp.model.meta.Action
-
- getInputMap() - Method in class org.jupnp.model.action.ActionInvocation
-
- getInputMessage() - Method in class org.jupnp.protocol.ReceivingAsync
-
- getInputMessage() - Method in class org.jupnp.protocol.SendingSync
-
- getInstance(HttpService, BundleContext) - Static method in class org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
-
- getInstance() - Method in class org.jupnp.xml.SAXParser.Handler
-
- getInterfaceAddresses(NetworkInterface) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getInterfaceMacAddress() - Method in class org.jupnp.model.meta.RemoteDeviceIdentity
-
- getInterfaceMacHeader() - Method in class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- getInterfaceMacHeader() - Method in class org.jupnp.model.message.discovery.IncomingSearchResponse
-
- getJavaType() - Method in enum org.jupnp.model.types.Datatype.Default
-
- getLastByte() - Method in class org.jupnp.model.types.BytesRange
-
- getLastModified() - Method in class org.jupnp.http.Representation
-
- getLastPage() - Method in class org.jupnp.util.Pager
-
- getLastRefreshTimestampSeconds() - Method in class org.jupnp.model.ExpirationDetails
-
- getListeners() - Method in interface org.jupnp.registry.Registry
-
- getListeners() - Method in class org.jupnp.registry.RegistryImpl
-
- getListenPort() - Method in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- getListenPort() - Method in interface org.jupnp.transport.spi.StreamServerConfiguration
-
- getLocalAddress() - Method in interface org.jupnp.model.message.Connection
-
- getLocalAddress() - Method in class org.jupnp.model.message.IncomingDatagramMessage
-
- getLocalAddress() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getLocalAddress() - Method in class org.jupnp.transport.impl.ServletConnection
-
- getLocalAddress(NetworkInterface, boolean, InetAddress) - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
Best-effort attempt finding a reachable local address for a given remote host.
- getLocalDevice(UDN, boolean) - Method in interface org.jupnp.registry.Registry
-
- getLocalDevice(UDN, boolean) - Method in class org.jupnp.registry.RegistryImpl
-
- getLocalDevices() - Method in interface org.jupnp.registry.Registry
-
- getLocalDevices() - Method in class org.jupnp.registry.RegistryImpl
-
- getLocalHostName(boolean) - Static method in class org.jupnp.model.ModelUtil
-
DNS reverse name lookup.
- getLocalSubscription(String) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- getLocalSubscription(String) - Method in class org.jupnp.registry.RegistryImpl
-
- getLocationURL() - Method in class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- getLocationURL() - Method in class org.jupnp.model.message.discovery.IncomingSearchResponse
-
- getLockTimeoutMillis() - Method in class org.jupnp.model.DefaultServiceManager
-
- getLockTimeoutMillis() - Method in class org.jupnp.transport.RouterImpl
-
- getLogWarningSeconds() - Method in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- getLogWarningSeconds() - Method in interface org.jupnp.transport.spi.StreamClientConfiguration
-
- getMainExecutorService() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getMajor() - Method in class org.jupnp.model.meta.UDAVersion
-
- getMajorVersion() - Method in class org.jupnp.model.ServerClientTokens
-
- getManager() - Method in class org.jupnp.model.meta.LocalService
-
- getManufacturer() - Method in class org.jupnp.model.meta.ManufacturerDetails
-
- getManufacturerDetails() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getManufacturerURI() - Method in class org.jupnp.model.meta.ManufacturerDetails
-
- getMap() - Method in class org.jupnp.http.Query
-
- getMapKeyType(Type) - Static method in class org.jupnp.util.Reflections
-
- getMapWithLists() - Method in class org.jupnp.http.Query
-
- getMatchingNodes(NodeList, ActionArgument[]) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
Finds all element nodes in the list that match any argument name or argument
alias, throws
ActionException if not all arguments were found.
- getMaxAge() - Method in class org.jupnp.http.CacheControl
-
- getMaxAge() - Method in class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- getMaxAge() - Method in class org.jupnp.model.message.discovery.IncomingSearchResponse
-
- getMaxAgeOrNull() - Method in class org.jupnp.http.Representation
-
- getMaxAgeSeconds() - Method in class org.jupnp.model.ExpirationDetails
-
- getMaxAgeSeconds() - Method in class org.jupnp.model.meta.DeviceIdentity
-
- getMaxDatagramBytes() - Method in class org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
- getMaxDatagramBytes() - Method in class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- getMaxDatagramBytes() - Method in interface org.jupnp.transport.spi.DatagramIOConfiguration
-
- getMaxDatagramBytes() - Method in interface org.jupnp.transport.spi.MulticastReceiverConfiguration
-
- getMaximum() - Method in interface org.jupnp.binding.AllowedValueRangeProvider
-
- getMaximum() - Method in class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- getMaxValue() - Method in class org.jupnp.model.types.IntegerDatatype
-
- getMaxValue() - Method in enum org.jupnp.model.types.UnsignedVariableInteger.Bits
-
- getMessage() - Method in class org.jupnp.model.ValidationError
-
- getMessageBody(UpnpMessage) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- getMessageBody(ActionMessage) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- getMethod() - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- getMethod() - Method in class org.jupnp.model.action.MethodActionExecutor
-
- getMethod() - Method in class org.jupnp.model.message.UpnpRequest
-
- getMethod(Class, String) - Static method in class org.jupnp.util.Reflections
-
- getMethod(Annotation, String) - Static method in class org.jupnp.util.Reflections
-
- getMethodPropertyName(String) - Static method in class org.jupnp.util.Reflections
-
- getMethods(Class, Class) - Static method in class org.jupnp.util.Reflections
-
- getMimeType() - Method in class org.jupnp.model.meta.Icon
-
- getMimeType(String) - Method in class org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
-
- getMinimum() - Method in interface org.jupnp.binding.AllowedValueRangeProvider
-
- getMinimum() - Method in class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- getMinor() - Method in class org.jupnp.model.meta.UDAVersion
-
- getMinorVersion() - Method in class org.jupnp.model.ServerClientTokens
-
- getMinValue() - Method in class org.jupnp.model.types.IntegerDatatype
-
- getMinValue() - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- getModel() - Method in class org.jupnp.model.resource.Resource
-
- getModelDescription() - Method in class org.jupnp.model.meta.ModelDetails
-
- getModelDetails() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getModelName() - Method in class org.jupnp.model.meta.ModelDetails
-
- getModelNumber() - Method in class org.jupnp.model.meta.ModelDetails
-
- getModelURI() - Method in class org.jupnp.model.meta.ModelDetails
-
- getMulticastGroup() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getMulticastGroup() - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getMulticastPort() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getMulticastPort() - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getMulticastReceiverExecutor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getMulticastReceiverExecutor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getMulticastReceiverExecutor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getMulticastResponsePort() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getMulticastResponsePort() - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getMX() - Method in class org.jupnp.model.message.discovery.IncomingSearchRequest
-
- getMxSeconds() - Method in class org.jupnp.controlpoint.event.Search
-
- getMxSeconds() - Method in class org.jupnp.protocol.async.SendingSearch
-
- getName() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getName() - Method in class org.jupnp.model.meta.Action
-
- getName() - Method in class org.jupnp.model.meta.ActionArgument
-
- getName() - Method in class org.jupnp.model.meta.QueryStateVariableAction
-
- getName() - Method in class org.jupnp.model.meta.StateVariable
-
- getName() - Method in class org.jupnp.model.types.CustomDatatype
-
- getNames() - Method in class org.jupnp.http.Query
-
- getNamespace() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getNamespace() - Method in class org.jupnp.model.message.header.MANHeader
-
- getNamespace() - Method in class org.jupnp.model.types.DeviceType
-
- getNamespace() - Method in class org.jupnp.model.types.ServiceId
-
- getNamespace() - Method in class org.jupnp.model.types.ServiceType
-
- getNamespace() - Method in class org.jupnp.model.types.SoapActionType
-
- getNamespace() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getNamespace() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getNamespaceURI(String) - Method in class org.jupnp.xml.NamespaceContextMap
-
- getNetworkAddress() - Method in class org.jupnp.model.Location
-
- getNetworkInterfaces() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getNetworkInterfaces() - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
The caller might remove() an interface if initialization fails.
- getNewValue() - Method in class org.jupnp.internal.compat.java.beans.PropertyChangeEvent
-
- getNextPage() - Method in class org.jupnp.util.Pager
-
- getNoCacheFields() - Method in class org.jupnp.http.CacheControl
-
- getNotificationSubtype() - Method in class org.jupnp.protocol.async.SendingNotification
-
- getNotificationSubtype() - Method in class org.jupnp.protocol.async.SendingNotificationAlive
-
- getNotificationSubtype() - Method in class org.jupnp.protocol.async.SendingNotificationByebye
-
- getNumOfRecords() - Method in class org.jupnp.util.Pager
-
- getOldValue() - Method in class org.jupnp.internal.compat.java.beans.PropertyChangeEvent
-
- getOperation() - Method in class org.jupnp.model.message.UpnpMessage
-
- getOsName() - Method in class org.jupnp.model.ServerClientTokens
-
- getOsToken() - Method in class org.jupnp.model.ServerClientTokens
-
- getOsVersion() - Method in class org.jupnp.model.ServerClientTokens
-
- getOutgoingDatagramMessages() - Method in class org.jupnp.mock.MockRouter
-
- getOutput() - Method in class org.jupnp.model.action.ActionInvocation
-
- getOutput(String) - Method in class org.jupnp.model.action.ActionInvocation
-
- getOutput(ActionArgument<S>) - Method in class org.jupnp.model.action.ActionInvocation
-
- getOutputArgument(String) - Method in class org.jupnp.model.action.ActionInvocation
-
- getOutputArgument(String) - Method in class org.jupnp.model.meta.Action
-
- getOutputArgumentAccessors() - Method in class org.jupnp.model.action.AbstractActionExecutor
-
- getOutputArguments() - Method in class org.jupnp.model.meta.Action
-
- getOutputMap() - Method in class org.jupnp.model.action.ActionInvocation
-
- getOutputMessage() - Method in class org.jupnp.protocol.ReceivingSync
-
- getOutputMessage() - Method in class org.jupnp.protocol.SendingSync
-
- getPage() - Method in class org.jupnp.util.Pager
-
- getPageSize() - Method in class org.jupnp.util.Pager
-
- getParameters() - Method in class org.jupnp.util.MimeType
-
- getParent() - Method in class org.jupnp.xml.DOMElement
-
- getParent() - Method in class org.jupnp.xml.SAXParser.Handler
-
- getParentDevice() - Method in class org.jupnp.model.meta.Device
-
- getParser() - Method in class org.jupnp.xml.SAXParser.Handler
-
- getPath() - Method in class org.jupnp.model.Location
-
- getPath(Device) - Method in class org.jupnp.model.Namespace
-
- getPath(Service) - Method in class org.jupnp.model.Namespace
-
- getPathQuery() - Method in class org.jupnp.model.resource.Resource
-
- getPort() - Method in class org.jupnp.model.NetworkAddress
-
- getPort() - Method in class org.jupnp.model.types.HostPort
-
- getPort() - Method in class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- getPort() - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- getPort() - Method in interface org.jupnp.transport.spi.MulticastReceiverConfiguration
-
- getPort() - Method in interface org.jupnp.transport.spi.StreamServer
-
- getPrefix(String) - Method in class org.jupnp.xml.NamespaceContextMap
-
- getPrefixes(String) - Method in class org.jupnp.xml.NamespaceContextMap
-
- getPresentationURI() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getPreviousPage() - Method in class org.jupnp.util.Pager
-
- getPrivateFields() - Method in class org.jupnp.http.CacheControl
-
- getProductName() - Method in class org.jupnp.model.ServerClientTokens
-
- getProductToken() - Method in class org.jupnp.model.ServerClientTokens
-
- getProductVersion() - Method in class org.jupnp.model.ServerClientTokens
-
- getPropertyChangeSupport() - Method in class org.jupnp.model.DefaultServiceManager
-
- getPropertyChangeSupport() - Method in interface org.jupnp.model.ServiceManager
-
Provides the capability to monitor the service for state changes.
- getPropertyName() - Method in class org.jupnp.internal.compat.java.beans.PropertyChangeEvent
-
- getPropertyName() - Method in class org.jupnp.model.ValidationError
-
- getProtocolFactory() - Method in interface org.jupnp.controlpoint.ControlPoint
-
- getProtocolFactory() - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- getProtocolFactory() - Method in class org.jupnp.mock.MockRouter
-
- getProtocolFactory() - Method in class org.jupnp.mock.MockUpnpService
-
- getProtocolFactory() - Method in interface org.jupnp.registry.Registry
-
- getProtocolFactory() - Method in class org.jupnp.registry.RegistryImpl
-
- getProtocolFactory() - Method in interface org.jupnp.transport.Router
-
- getProtocolFactory() - Method in class org.jupnp.transport.RouterImpl
-
- getProtocolFactory() - Method in class org.jupnp.transport.spi.UpnpStream
-
- getProtocolFactory() - Method in interface org.jupnp.UpnpService
-
- getProtocolFactory() - Method in class org.jupnp.UpnpServiceImpl
-
- getQueryStateVariableAction() - Method in class org.jupnp.model.meta.LocalService
-
- getQueryStateVariableAction() - Method in class org.jupnp.model.meta.RemoteService
-
- getQueryStateVariableAction() - Method in class org.jupnp.model.meta.Service
-
- getQueue() - Method in class org.jupnp.QueueingThreadPoolExecutor
-
- getReceivedUpnpStreams() - Method in class org.jupnp.mock.MockRouter
-
- getReference() - Method in class org.jupnp.model.meta.Service
-
- getRegistry() - Method in interface org.jupnp.controlpoint.ControlPoint
-
- getRegistry() - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- getRegistry() - Method in class org.jupnp.mock.MockUpnpService
-
- getRegistry() - Method in interface org.jupnp.UpnpService
-
- getRegistry() - Method in class org.jupnp.UpnpServiceImpl
-
- getRegistryListenerExecutor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getRegistryListenerExecutor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getRegistryListenerExecutor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getRegistryMaintainerExecutor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getRegistryMaintainerExecutor() - Method in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- getRegistryMaintainerExecutor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getRegistryMaintainerExecutor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getRegistryMaintenanceIntervalMillis() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getRegistryMaintenanceIntervalMillis() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getRegistryMaintenanceIntervalMillis() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getRelatedStateVariable(ActionArgument) - Method in class org.jupnp.model.meta.Service
-
- getRelatedStateVariableName() - Method in class org.jupnp.model.meta.ActionArgument
-
- getRemoteAddress() - Method in interface org.jupnp.model.message.Connection
-
- getRemoteAddress() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- getRemoteAddress() - Method in class org.jupnp.transport.impl.ServletConnection
-
- getRemoteClientInfo() - Method in class org.jupnp.model.action.RemoteActionInvocation
-
- getRemoteClientInfo() - Method in class org.jupnp.protocol.ReceivingSync
-
- getRemoteDevice(UDN, boolean) - Method in interface org.jupnp.registry.Registry
-
- getRemoteDevice(UDN, boolean) - Method in class org.jupnp.registry.RegistryImpl
-
- getRemoteDeviceMaxAgeSeconds() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getRemoteDeviceMaxAgeSeconds() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getRemoteDeviceMaxAgeSeconds() - Method in interface org.jupnp.UpnpServiceConfiguration
-
Returns the time in seconds a remote device will be registered until it is expired.
- getRemoteDevices() - Method in interface org.jupnp.registry.Registry
-
- getRemoteDevices() - Method in class org.jupnp.registry.RegistryImpl
-
- getRemoteExecutorService() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getRemoteListenerExecutor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getRemoteListenerExecutor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getRemoteListenerExecutor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getRemoteSubscription(String) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- getRemoteSubscription(String) - Method in class org.jupnp.registry.RegistryImpl
-
- getRenewAttempts() - Method in class org.jupnp.model.ExpirationDetails
-
- getRequest() - Method in class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- getRequest() - Method in class org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
-
- getRequest() - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Returns current HttpServletRequest
- getRequest() - Method in class org.jupnp.transport.impl.ServletConnection
-
- getRequest() - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- getRequestedDurationSeconds() - Method in class org.jupnp.model.gena.GENASubscription
-
- getRequestedTimeoutSeconds() - Method in class org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
-
- getRequestExecutorService() - Method in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- getRequestExecutorService() - Method in interface org.jupnp.transport.spi.StreamClientConfiguration
-
Used to execute the actual HTTP request, the StreamClient waits on the "current" thread for
completion or timeout.
- getRequestFullURL(HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- getRequestHeaders() - Method in class org.jupnp.model.profile.ClientInfo
-
- getRequestInfoString(long, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- getRequestRetryCount() - Method in class org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
-
- getRequestUserAgent() - Method in class org.jupnp.model.profile.ClientInfo
-
- getRequiredChild(String) - Method in class org.jupnp.xml.DOMElement
-
- getResource(URI) - Method in interface org.jupnp.registry.Registry
-
- getResource(Class<T>, URI) - Method in interface org.jupnp.registry.Registry
-
- getResource(URI) - Method in class org.jupnp.registry.RegistryImpl
-
- getResource(Class<T>, URI) - Method in class org.jupnp.registry.RegistryImpl
-
- getResource(String) - Method in class org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
-
- getResources(Device) - Method in class org.jupnp.model.Namespace
-
- getResources() - Method in interface org.jupnp.registry.Registry
-
- getResources(Class<T>) - Method in interface org.jupnp.registry.Registry
-
- getResources() - Method in class org.jupnp.registry.RegistryImpl
-
- getResources(Class<T>) - Method in class org.jupnp.registry.RegistryImpl
-
- getResponse() - Method in class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- getResponse() - Method in class org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
-
- getResponse() - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Returns current HttpServletResponse
- getResponse() - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- getResponseDetails() - Method in class org.jupnp.model.message.UpnpResponse
-
- getRetryAfterSeconds() - Method in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- getRetryAfterSeconds() - Method in interface org.jupnp.transport.spi.StreamClientConfiguration
-
- getRetryIterations() - Method in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- getRetryIterations() - Method in interface org.jupnp.transport.spi.StreamClientConfiguration
-
- getReturnType() - Method in class org.jupnp.model.state.FieldStateVariableAccessor
-
- getReturnType() - Method in class org.jupnp.model.state.GetterStateVariableAccessor
-
- getReturnType() - Method in class org.jupnp.model.state.StateVariableAccessor
-
- getRoot() - Method in class org.jupnp.model.meta.Device
-
- getRoot() - Method in class org.jupnp.model.meta.LocalDevice
-
- getRoot() - Method in class org.jupnp.model.meta.RemoteDevice
-
- getRoot(XPath) - Method in class org.jupnp.xml.DOM
-
- getRootDeviceUDN() - Method in class org.jupnp.model.message.discovery.IncomingSearchResponse
-
- getRootElementNamespace() - Method in class org.jupnp.xml.DOM
-
- getRouter() - Method in class org.jupnp.mock.MockUpnpService
-
- getRouter() - Method in interface org.jupnp.UpnpService
-
- getRouter() - Method in class org.jupnp.UpnpServiceImpl
-
- getSchema() - Method in class org.jupnp.xml.DOMParser
-
- getSchemaSources() - Method in class org.jupnp.xml.SAXParser
-
- getSearchTarget() - Method in class org.jupnp.model.message.discovery.IncomingSearchRequest
-
- getSearchTarget() - Method in class org.jupnp.model.message.discovery.OutgoingSearchRequest
-
- getSearchTarget() - Method in class org.jupnp.protocol.async.SendingSearch
-
- getSearchType() - Method in class org.jupnp.controlpoint.event.Search
-
- getSecondsUntilExpiration() - Method in class org.jupnp.model.ExpirationDetails
-
- getSecProductCaps() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getSentStreamRequestMessages() - Method in class org.jupnp.mock.MockRouter
-
- getSequence() - Method in class org.jupnp.model.message.gena.IncomingEventRequestMessage
-
- getSerialNumber() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getService() - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- getService() - Method in class org.jupnp.model.DefaultServiceManager
-
- getService() - Method in class org.jupnp.model.gena.GENASubscription
-
- getService() - Method in class org.jupnp.model.message.gena.IncomingEventRequestMessage
-
- getService() - Method in class org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
-
- getService() - Method in class org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
-
- getService() - Method in class org.jupnp.model.meta.Action
-
- getService() - Method in class org.jupnp.model.meta.StateVariable
-
- getService() - Method in interface org.jupnp.model.ServiceManager
-
- getService(ServiceReference) - Method in interface org.jupnp.registry.Registry
-
- getService(ServiceReference) - Method in class org.jupnp.registry.RegistryImpl
-
- getServiceDescriptorBinderUDA10() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getServiceDescriptorBinderUDA10() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getServiceDescriptorBinderUDA10() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getServiceId() - Method in class org.jupnp.model.meta.Service
-
- getServiceId() - Method in class org.jupnp.model.ServiceReference
-
- getServicePath(Service) - Method in class org.jupnp.model.Namespace
-
- getServices() - Method in class org.jupnp.model.meta.Device
-
- getServices() - Method in class org.jupnp.model.meta.LocalDevice
-
- getServices() - Method in class org.jupnp.model.meta.RemoteDevice
-
- getServiceType() - Method in class org.jupnp.model.meta.Service
-
- getServiceType() - Method in class org.jupnp.model.types.NamedServiceType
-
- getServiceType() - Method in class org.jupnp.model.types.SoapActionType
-
- getServletContainerAdapter() - Method in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- getSetterMethod(Class, String) - Static method in class org.jupnp.util.Reflections
-
- getSharedMaxAge() - Method in class org.jupnp.http.CacheControl
-
- getSoapActionProcessor() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getSoapActionProcessor() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getSoapActionProcessor() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getSocketBufferSize() - Method in class org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
-
Note: leaving this to the default value of -1 will let the HTTP client use its defaults.
- getSource() - Method in class org.jupnp.internal.compat.java.beans.PropertyChangeEvent
-
- getSourceAddress() - Method in class org.jupnp.model.message.IncomingDatagramMessage
-
- getSourcePort() - Method in class org.jupnp.model.message.IncomingDatagramMessage
-
- getStateVariable(String) - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- getStateVariable(String) - Method in class org.jupnp.model.meta.Service
-
- getStateVariable() - Method in class org.jupnp.model.state.StateVariableValue
-
- getStateVariables() - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- getStateVariables() - Method in class org.jupnp.model.meta.Service
-
- getStateVariableValues() - Method in class org.jupnp.model.message.gena.IncomingEventRequestMessage
-
- getStateVariableValues() - Method in class org.jupnp.model.message.gena.OutgoingEventRequestMessage
-
- getStatusCode() - Method in class org.jupnp.model.message.UpnpResponse
-
- getStatusCode() - Method in enum org.jupnp.model.message.UpnpResponse.Status
-
- getStatusMessage() - Method in class org.jupnp.model.message.UpnpResponse
-
- getStatusMsg() - Method in enum org.jupnp.model.message.UpnpResponse.Status
-
- getStep() - Method in interface org.jupnp.binding.AllowedValueRangeProvider
-
- getStep() - Method in class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- getStreamListenPort() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- getStreamListenPort() - Method in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- getStreamResponseMessage(StreamRequestMessage) - Method in class org.jupnp.mock.MockRouter
-
- getStreamResponseMessages() - Method in class org.jupnp.mock.MockRouter
-
- getStreamServerExecutorService() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getStreamServerExecutorService() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getStreamServerExecutorService() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- getString() - Method in class org.jupnp.model.message.header.AVClientInfoHeader
-
- getString() - Method in class org.jupnp.model.message.header.CallbackHeader
-
- getString() - Method in class org.jupnp.model.message.header.ContentRangeHeader
-
- getString() - Method in class org.jupnp.model.message.header.ContentTypeHeader
-
- getString() - Method in class org.jupnp.model.message.header.DeviceTypeHeader
-
- getString() - Method in class org.jupnp.model.message.header.DeviceUSNHeader
-
- getString() - Method in class org.jupnp.model.message.header.EventSequenceHeader
-
- getString() - Method in class org.jupnp.model.message.header.EXTHeader
-
- getString() - Method in class org.jupnp.model.message.header.HostHeader
-
- getString() - Method in class org.jupnp.model.message.header.InterfaceMacHeader
-
- getString() - Method in class org.jupnp.model.message.header.LocationHeader
-
- getString() - Method in class org.jupnp.model.message.header.MANHeader
-
- getString() - Method in class org.jupnp.model.message.header.MaxAgeHeader
-
- getString() - Method in class org.jupnp.model.message.header.MXHeader
-
- getString() - Method in class org.jupnp.model.message.header.NTEventHeader
-
- getString() - Method in class org.jupnp.model.message.header.NTSHeader
-
- getString() - Method in class org.jupnp.model.message.header.PragmaHeader
-
- getString() - Method in class org.jupnp.model.message.header.RangeHeader
-
- getString() - Method in class org.jupnp.model.message.header.RootDeviceHeader
-
- getString() - Method in class org.jupnp.model.message.header.ServerHeader
-
- getString() - Method in class org.jupnp.model.message.header.ServiceTypeHeader
-
- getString() - Method in class org.jupnp.model.message.header.ServiceUSNHeader
-
- getString() - Method in class org.jupnp.model.message.header.SoapActionHeader
-
- getString() - Method in class org.jupnp.model.message.header.STAllHeader
-
- getString() - Method in class org.jupnp.model.message.header.SubscriptionIdHeader
-
- getString() - Method in class org.jupnp.model.message.header.TimeoutHeader
-
- getString() - Method in class org.jupnp.model.message.header.UDNHeader
-
- getString() - Method in class org.jupnp.model.message.header.UpnpHeader
-
- getString() - Method in class org.jupnp.model.message.header.UserAgentHeader
-
- getString() - Method in class org.jupnp.model.message.header.USNRootDeviceHeader
-
- getString(V) - Method in class org.jupnp.model.types.AbstractDatatype
-
- getString(byte[]) - Method in class org.jupnp.model.types.Base64Datatype
-
- getString(byte[]) - Method in class org.jupnp.model.types.BinHexDatatype
-
- getString(Boolean) - Method in class org.jupnp.model.types.BooleanDatatype
-
- getString() - Method in class org.jupnp.model.types.BytesRange
-
- getString(boolean) - Method in class org.jupnp.model.types.BytesRange
-
- getString(boolean, String) - Method in class org.jupnp.model.types.BytesRange
-
- getString(V) - Method in interface org.jupnp.model.types.Datatype
-
Transforms a value supported by this datatype into a string representation.
- getString(Calendar) - Method in class org.jupnp.model.types.DateTimeDatatype
-
- getString() - Method in class org.jupnp.model.types.PragmaType
-
- getStringConvertibleTypes() - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- getStringConvertibleTypes() - Method in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- getStringConvertibleTypes() - Method in class org.jupnp.model.meta.LocalService
-
- getSubscription() - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- getSubscriptionDurationSeconds() - Method in class org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
-
- getSubscriptionId() - Method in class org.jupnp.model.gena.GENASubscription
-
- getSubscriptionId() - Method in class org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
-
- getSubscriptionId() - Method in class org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
-
- getSubscriptionId() - Method in class org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
-
- getSubscrptionId() - Method in class org.jupnp.model.message.gena.IncomingEventRequestMessage
-
- getSubtype() - Method in class org.jupnp.util.MimeType
-
- getSyncProtocolExecutorService() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- getSyncProtocolExecutorService() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- getSyncProtocolExecutorService() - Method in interface org.jupnp.UpnpServiceConfiguration
-
- GetterStateVariableAccessor - Class in org.jupnp.model.state
-
Reads the value of a state variable using reflection and a getter method.
- GetterStateVariableAccessor(Method) - Constructor for class org.jupnp.model.state.GetterStateVariableAccessor
-
- getTextContent(Node) - Static method in class org.jupnp.model.XMLUtil
-
- getTimeout() - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Timeout value in miliseconds.
- getTimeoutSeconds() - Method in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- getTimeoutSeconds() - Method in interface org.jupnp.transport.spi.StreamClientConfiguration
-
- getTimeToLive() - Method in class org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
- getTimeToLive() - Method in interface org.jupnp.transport.spi.DatagramIOConfiguration
-
- getTimeZone() - Method in class org.jupnp.model.types.DateTimeDatatype
-
- getToken() - Method in class org.jupnp.model.types.PragmaType
-
- getType() - Method in class org.jupnp.model.message.discovery.OutgoingNotificationRequest
-
- getType() - Method in class org.jupnp.model.meta.Device
-
- getType() - Method in class org.jupnp.model.types.DeviceType
-
- getType() - Method in class org.jupnp.model.types.ServiceType
-
- getType() - Method in class org.jupnp.model.types.SoapActionType
-
- getType() - Method in class org.jupnp.util.MimeType
-
- getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.jupnp.util.Reflections
-
Get the actual type arguments a child class has used to extend a generic base class.
- getTypeDetails() - Method in class org.jupnp.model.meta.StateVariable
-
- getTypeString() - Method in class org.jupnp.model.types.SoapActionType
-
- getUdaMajorVersion() - Method in class org.jupnp.model.message.UpnpMessage
-
- getUdaMinorVersion() - Method in class org.jupnp.model.message.UpnpMessage
-
- getUDN() - Method in class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- getUdn() - Method in class org.jupnp.model.meta.DeviceIdentity
-
- getUdn() - Method in class org.jupnp.model.ServiceReference
-
- getUdn() - Method in class org.jupnp.model.types.NamedDeviceType
-
- getUdn() - Method in class org.jupnp.model.types.NamedServiceType
-
- getUnprefixedNodeName(Node) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- getUnprefixedNodeName(Node) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- getUpc() - Method in class org.jupnp.model.meta.DeviceDetails
-
- getUpnpService() - Method in class org.jupnp.mock.MockProtocolFactory
-
- getUpnpService() - Method in interface org.jupnp.protocol.ProtocolFactory
-
- getUpnpService() - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- getUpnpService() - Method in class org.jupnp.protocol.ReceivingAsync
-
- getUpnpService() - Method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- getUpnpService() - Method in class org.jupnp.protocol.SendingAsync
-
- getUpnpService() - Method in interface org.jupnp.registry.Registry
-
- getUpnpService() - Method in class org.jupnp.registry.RegistryImpl
-
- getUri() - Method in class org.jupnp.model.message.StreamRequestMessage
-
- getURI() - Method in class org.jupnp.model.message.UpnpRequest
-
- getUri() - Method in class org.jupnp.model.meta.Icon
-
- getUrl() - Method in class org.jupnp.http.Representation
-
- getURL() - Method in class org.jupnp.model.Location
-
- getUserAgentValue(int, int) - Method in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- getUserAgentValue(int, int) - Method in interface org.jupnp.transport.spi.StreamClientConfiguration
-
Used for outgoing HTTP requests if no other value was already set on messages.
- getValue() - Method in class org.jupnp.model.message.header.UpnpHeader
-
- getValue() - Method in class org.jupnp.model.types.PragmaType
-
- getValue() - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- getValue() - Method in class org.jupnp.model.VariableValue
-
- getValuePattern() - Method in class org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
-
- getValues() - Method in interface org.jupnp.binding.AllowedValueProvider
-
- getValues(String) - Method in class org.jupnp.http.Query
-
- getValuesAsList(String) - Method in class org.jupnp.http.Query
-
- getValueType() - Method in class org.jupnp.model.types.AbstractDatatype
-
- getValueType() - Method in class org.jupnp.model.types.Base64Datatype
-
- getValueType() - Method in class org.jupnp.model.types.BinHexDatatype
-
- getVersion() - Method in class org.jupnp.model.meta.Device
-
- getVersion() - Method in class org.jupnp.model.types.DeviceType
-
- getVersion() - Method in class org.jupnp.model.types.DLNADoc
-
- getVersion() - Method in class org.jupnp.model.types.ServiceType
-
- getVersion() - Method in class org.jupnp.model.types.SoapActionType
-
- getW3CDocument() - Method in class org.jupnp.xml.DOM
-
- getW3CElement() - Method in class org.jupnp.xml.DOMElement
-
- getWaitRemoteSubscription(String) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- getWaitRemoteSubscription(String) - Method in class org.jupnp.registry.RegistryImpl
-
- getWakeOnLANBytes() - Method in class org.jupnp.model.meta.RemoteDeviceIdentity
-
- getWidth() - Method in class org.jupnp.model.meta.Icon
-
- getXpath() - Method in class org.jupnp.xml.DOMElement
-
- getXPathChildElement(DOMElement<CHILD, PARENT>.Builder<CHILD>, String) - Method in class org.jupnp.xml.DOMElement
-
- getXPathChildElements(DOMElement<CHILD, PARENT>.Builder<CHILD>, String) - Method in class org.jupnp.xml.DOMElement
-
- getXPathElements(DOMElement.Builder, String) - Method in class org.jupnp.xml.DOMElement
-
- getXPathParentElement(DOMElement<CHILD, PARENT>.Builder<PARENT>, String) - Method in class org.jupnp.xml.DOMElement
-
- getXPathParentElements(DOMElement<CHILD, PARENT>.Builder<CHILD>, String) - Method in class org.jupnp.xml.DOMElement
-
- getXPathResult(String, QName) - Method in class org.jupnp.xml.DOMElement
-
- getXPathResult(Node, String, QName) - Method in class org.jupnp.xml.DOMElement
-
- getXPathResult(DOM, XPath, String, QName) - Method in class org.jupnp.xml.DOMParser
-
- getXPathResult(DOMElement, XPath, String, QName) - Method in class org.jupnp.xml.DOMParser
-
- getXPathResult(Node, XPath, String, QName) - Method in class org.jupnp.xml.DOMParser
-
- getXPathString(XPath, String) - Method in class org.jupnp.xml.DOMElement
-
- group - Variable in class org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
-
- GZIP - Static variable in class org.jupnp.util.io.Base64Coder
-
Specify that data should be gzip-compressed in second bit.
- Icon - Class in org.jupnp.model.meta
-
The metadata of a device icon, might include the actual image data of a local icon.
- Icon(String, int, int, int, URI) - Constructor for class org.jupnp.model.meta.Icon
-
Used internally by jUPnP when
RemoteDevice is discovered, you shouldn't have to call this.
- Icon(String, int, int, int, URL) - Constructor for class org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data can be resolved on the classpath, for
example: MyClass.class.getResource("/my/icon.png)
- Icon(String, int, int, int, File) - Constructor for class org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data can be resolved with a File, the file's
name must be unique within the scope of a device.
- Icon(String, int, int, int, String, InputStream) - Constructor for class org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data is an InputStream.
- Icon(String, int, int, int, String, byte[]) - Constructor for class org.jupnp.model.meta.Icon
-
Use this constructor if your local icon data is in a byte[].
- Icon(String, int, int, int, String, String) - Constructor for class org.jupnp.model.meta.Icon
-
Use this constructor if your local icon is binary data encoded with BinHex.
- Icon(MimeType, int, int, int, URI, byte[]) - Constructor for class org.jupnp.model.meta.Icon
-
- IconHandler(MutableIcon, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
-
- IconListHandler(List<MutableIcon>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
-
- IconResource - Class in org.jupnp.model.resource
-
- IconResource(URI, Icon) - Constructor for class org.jupnp.model.resource.IconResource
-
- icons - Variable in class org.jupnp.binding.staging.MutableDevice
-
- implementsVersion(DeviceType) - Method in class org.jupnp.model.types.DeviceType
-
- implementsVersion(ServiceType) - Method in class org.jupnp.model.types.ServiceType
-
- IncomingActionRequestMessage - Class in org.jupnp.model.message.control
-
- IncomingActionRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.jupnp.model.message.control.IncomingActionRequestMessage
-
- IncomingActionResponseMessage - Class in org.jupnp.model.message.control
-
- IncomingActionResponseMessage(StreamResponseMessage) - Constructor for class org.jupnp.model.message.control.IncomingActionResponseMessage
-
- IncomingActionResponseMessage(UpnpResponse) - Constructor for class org.jupnp.model.message.control.IncomingActionResponseMessage
-
- IncomingDatagramMessage<O extends UpnpOperation> - Class in org.jupnp.model.message
-
A received UDP datagram request or response message, with source address and port.
- IncomingDatagramMessage(O, InetAddress, int, InetAddress) - Constructor for class org.jupnp.model.message.IncomingDatagramMessage
-
- IncomingDatagramMessage(IncomingDatagramMessage<O>) - Constructor for class org.jupnp.model.message.IncomingDatagramMessage
-
- incomingDatagramMessages - Variable in class org.jupnp.mock.MockRouter
-
- IncomingEventRequestMessage - Class in org.jupnp.model.message.gena
-
- IncomingEventRequestMessage(StreamRequestMessage, RemoteService) - Constructor for class org.jupnp.model.message.gena.IncomingEventRequestMessage
-
- IncomingNotificationRequest - Class in org.jupnp.model.message.discovery
-
- IncomingNotificationRequest(IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- IncomingSearchRequest - Class in org.jupnp.model.message.discovery
-
- IncomingSearchRequest(IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.jupnp.model.message.discovery.IncomingSearchRequest
-
- IncomingSearchResponse - Class in org.jupnp.model.message.discovery
-
- IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.jupnp.model.message.discovery.IncomingSearchResponse
-
- IncomingSubscribeRequestMessage - Class in org.jupnp.model.message.gena
-
- IncomingSubscribeRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.jupnp.model.message.gena.IncomingSubscribeRequestMessage
-
- IncomingSubscribeResponseMessage - Class in org.jupnp.model.message.gena
-
- IncomingSubscribeResponseMessage(StreamResponseMessage) - Constructor for class org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
-
- IncomingUnsubscribeRequestMessage - Class in org.jupnp.model.message.gena
-
- IncomingUnsubscribeRequestMessage(StreamRequestMessage, LocalService) - Constructor for class org.jupnp.model.message.gena.IncomingUnsubscribeRequestMessage
-
- increment(boolean) - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- incrementSequence() - Method in class org.jupnp.model.gena.LocalGENASubscription
-
- INFINITE_VALUE - Static variable in class org.jupnp.model.message.header.TimeoutHeader
-
- init() - Method in class org.jupnp.model.DefaultServiceManager
-
- init(InetAddress, int, Router, DatagramProcessor) - Method in class org.jupnp.transport.impl.DatagramIOImpl
-
- init(NetworkInterface, Router, NetworkAddressFactory, DatagramProcessor) - Method in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- init(InetAddress, Router) - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- init(InetAddress, int, Router, DatagramProcessor) - Method in interface org.jupnp.transport.spi.DatagramIO
-
Configures the service and starts any listening sockets.
- init(NetworkInterface, Router, NetworkAddressFactory, DatagramProcessor) - Method in interface org.jupnp.transport.spi.MulticastReceiver
-
Configures the service and starts any listening sockets.
- init(InetAddress, Router) - Method in interface org.jupnp.transport.spi.StreamServer
-
Configures the service and starts any listening sockets.
- InitializationException - Exception in org.jupnp.transport.spi
-
Thrown by the transport layer implementation when service setup fails.
- InitializationException(String) - Constructor for exception org.jupnp.transport.spi.InitializationException
-
- InitializationException(String, Throwable) - Constructor for exception org.jupnp.transport.spi.InitializationException
-
- input - Variable in class org.jupnp.model.action.ActionInvocation
-
- INPUT_ARG_VAR_NAME - Static variable in class org.jupnp.model.meta.QueryStateVariableAction
-
- InputStream(InputStream) - Constructor for class org.jupnp.util.io.Base64Coder.InputStream
-
- InputStream(InputStream, int) - Constructor for class org.jupnp.util.io.Base64Coder.InputStream
-
- INSTANCE - Static variable in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- INSTANCE - Static variable in class org.jupnp.transport.impl.jetty.JettyTransportConfiguration
-
- instance - Variable in class org.jupnp.xml.SAXParser.Handler
-
- IntegerDatatype - Class in org.jupnp.model.types
-
Although the UDA 1.0 spec doesn't say it, we assume that "int" is a 4 byte regular Java integer.
- IntegerDatatype(int) - Constructor for class org.jupnp.model.types.IntegerDatatype
-
- InterfaceMacHeader - Class in org.jupnp.model.message.header
-
Custom header for jUPnP, used to transfer the MAC ethernet address for Wake-on-LAN.
- InterfaceMacHeader() - Constructor for class org.jupnp.model.message.header.InterfaceMacHeader
-
- InterfaceMacHeader(byte[]) - Constructor for class org.jupnp.model.message.header.InterfaceMacHeader
-
- InterfaceMacHeader(String) - Constructor for class org.jupnp.model.message.header.InterfaceMacHeader
-
- InvalidHeaderException - Exception in org.jupnp.model.message.header
-
Thrown if the value of a header was invalid for the given header.
- InvalidHeaderException(String) - Constructor for exception org.jupnp.model.message.header.InvalidHeaderException
-
- invalidMessage(RemoteGENASubscription, UnsupportedDataException) - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
Called when a received event message could not be parsed successfully.
- invalidMessage(UnsupportedDataException) - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- InvalidValueException - Exception in org.jupnp.model.types
-
Thrown by datatypes and variable value conversion procedures.
- InvalidValueException(String) - Constructor for exception org.jupnp.model.types.InvalidValueException
-
- InvalidValueException(String, Throwable) - Constructor for exception org.jupnp.model.types.InvalidValueException
-
- invoke(Method, Object, Object...) - Static method in class org.jupnp.util.Reflections
-
- invoke(Object, Method, Object[]) - Method in class org.jupnp.util.statemachine.StateMachineInvocationHandler
-
- invokeAndWrap(Method, Object, Object...) - Static method in class org.jupnp.util.Reflections
-
- invokeRemote(OutgoingActionRequestMessage) - Method in class org.jupnp.protocol.sync.SendingAction
-
- IO - Class in org.jupnp.util.io
-
- IO() - Constructor for class org.jupnp.util.io.IO
-
- IO.FileFinder - Interface in org.jupnp.util.io
-
- IPV4_UPNP_MULTICAST_GROUP - Static variable in interface org.jupnp.model.Constants
-
- IPV6_UPNP_ADMINISTRATIVE_ADDRESS - Static variable in interface org.jupnp.model.Constants
-
- IPV6_UPNP_GLOBAL_ADDRESS - Static variable in interface org.jupnp.model.Constants
-
- IPV6_UPNP_LINK_LOCAL_ADDRESS - Static variable in interface org.jupnp.model.Constants
-
- IPV6_UPNP_SITE_LOCAL_ADDRESS - Static variable in interface org.jupnp.model.Constants
-
- IPV6_UPNP_SUBNET_ADDRESS - Static variable in interface org.jupnp.model.Constants
-
- isAbsoluteURI(String) - Static method in class org.jupnp.util.URIUtil
-
- isActionExcluded(Action) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
Override this method to exclude action/methods after they have been discovered.
- isAdvertised() - Method in class org.jupnp.model.DiscoveryOptions
-
- isAdvertisementDisabled(LocalDevice) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- isAliveMessage() - Method in class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- isAndroidBubbleUPnPRequest(String) - Static method in class org.jupnp.http.RequestInfo
-
- isBodyNonEmptyString() - Method in interface org.jupnp.model.message.control.ActionMessage
-
- isBodyNonEmptyString() - Method in class org.jupnp.model.message.UpnpMessage
-
- isByeBye(IncomingDatagramMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- isByeByeBeforeFirstAlive() - Method in class org.jupnp.model.DiscoveryOptions
-
- isByeByeMessage() - Method in class org.jupnp.model.message.discovery.IncomingNotificationRequest
-
- isClassAvailable(String) - Static method in class org.jupnp.util.Reflections
-
- isCompatible(MimeType) - Method in class org.jupnp.util.MimeType
-
- isCompleted() - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Returns true if the complete() method was called, false if we have
reached a timeout.
- isConfigured - Variable in class org.jupnp.UpnpServiceImpl
-
- isConnectionOpen(HttpServletRequest) - Method in class org.jupnp.transport.impl.ServletConnection
-
Override this method if you can check, at a low level, if the client
connection is still open for the given request.
- isContentTypeMissingOrText() - Method in class org.jupnp.model.message.UpnpMessage
-
- isContentTypeText() - Method in class org.jupnp.model.message.UpnpMessage
-
- isContentTypeTextUDA() - Method in class org.jupnp.model.message.UpnpMessage
-
- isControlPath(URI) - Method in class org.jupnp.model.Namespace
-
- isEmpty() - Method in class org.jupnp.http.Headers
-
- isEmpty() - Method in class org.jupnp.http.Query
-
- isEnabled() - Method in class org.jupnp.mock.MockRouter
-
- isEnabled() - Method in interface org.jupnp.transport.Router
-
- isEnabled() - Method in class org.jupnp.transport.RouterImpl
-
- isEqual(String, String) - Static method in class org.jupnp.util.io.MD5Crypt
-
- isEqual(char[], String) - Static method in class org.jupnp.util.io.MD5Crypt
-
- isEventCallbackPath(URI) - Method in class org.jupnp.model.Namespace
-
- isEventSubscriptionPath(URI) - Method in class org.jupnp.model.Namespace
-
- isExpired(long, long) - Method in class org.jupnp.http.Representation
-
- isExpired(long) - Method in class org.jupnp.http.Representation
-
- isFailed() - Method in class org.jupnp.model.message.UpnpResponse
-
- isFailedNonRecoverable() - Method in class org.jupnp.model.message.control.IncomingActionResponseMessage
-
- isFailedRecoverable() - Method in class org.jupnp.model.message.control.IncomingActionResponseMessage
-
- isFullyHydrated() - Method in class org.jupnp.model.meta.Device
-
- isHalted() - Method in class org.jupnp.xml.DOMParser.NodeVisitor
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.AbstractDatatype
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.BooleanDatatype
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.CharacterDatatype
-
- isHandlingJavaType(Class) - Method in interface org.jupnp.model.types.Datatype
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.DoubleDatatype
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.FloatDatatype
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.IntegerDatatype
-
- isHandlingJavaType(Class) - Method in class org.jupnp.model.types.ShortDatatype
-
- isIgnorableWSNode(Node) - Method in class org.jupnp.xml.DOMParser
-
- isInRange(long) - Method in class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- isInRange(long) - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- isInstanceOf(Class, String) - Static method in class org.jupnp.util.Reflections
-
- isInSubnet(byte[], byte[], short) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- isJRiverRequest(HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- isJRiverRequest(String) - Static method in class org.jupnp.http.RequestInfo
-
- isLastElement(String, String, String) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
-
- isLastElement(Descriptor.Device.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler
-
- isLastElement(String, String, String) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
-
- isLastElement(Descriptor.Service.ELEMENT) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
-
- isLastElement(String, String, String) - Method in class org.jupnp.xml.SAXParser.Handler
-
- isMaintainsRegistry() - Method in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- isMANSSDPDiscover() - Method in class org.jupnp.model.message.discovery.IncomingSearchRequest
-
- isModeratedNumericType() - Method in class org.jupnp.model.meta.StateVariable
-
- isMultiThreaded() - Method in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- isMustRevalidate() - Method in class org.jupnp.http.CacheControl
-
- isNameOrAlias(String) - Method in class org.jupnp.model.meta.ActionArgument
-
- isNextPageAvailable() - Method in class org.jupnp.util.Pager
-
- isNoCache() - Method in class org.jupnp.http.CacheControl
-
- isNoCache() - Method in class org.jupnp.http.Representation
-
- isNoStore() - Method in class org.jupnp.http.CacheControl
-
- isNoStore() - Method in class org.jupnp.http.Representation
-
- isNoTransform() - Method in class org.jupnp.http.CacheControl
-
- isNumeric(Datatype.Builtin) - Static method in enum org.jupnp.model.types.Datatype.Builtin
-
- ISO8601_PATTERN - Static variable in class org.jupnp.util.Text
-
- isOpen() - Method in interface org.jupnp.model.message.Connection
-
- isOpen() - Method in class org.jupnp.transport.impl.ServletConnection
-
- isPaused() - Method in interface org.jupnp.registry.Registry
-
- isPaused() - Method in class org.jupnp.registry.RegistryImpl
-
- isPreviousPageAvailable() - Method in class org.jupnp.util.Pager
-
- isPrivateFlag() - Method in class org.jupnp.http.CacheControl
-
- isProxyRevalidate() - Method in class org.jupnp.http.CacheControl
-
- isPS3Request(String, String) - Static method in class org.jupnp.http.RequestInfo
-
- isPS3Request(HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- isPS3Request() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- isReceivedSubscriptionTimeoutIgnored() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- isReceivedSubscriptionTimeoutIgnored() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- isReceivedSubscriptionTimeoutIgnored() - Method in interface org.jupnp.UpnpServiceConfiguration
-
Ignore the received event subscription timeout from remote control points.
- isRequestCancelled() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
Check if the remote client's connection is still open.
- isRetrievalInProgress(RemoteDevice) - Static method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
Check if the descriptor that is going to be retrieved by this task is already being retrieved by another task.
- isReturnValue() - Method in class org.jupnp.model.meta.ActionArgument
-
- isRoot() - Method in class org.jupnp.model.meta.Device
-
- isRunning - Variable in class org.jupnp.UpnpServiceImpl
-
- isSearchResponseMessage() - Method in class org.jupnp.model.message.discovery.IncomingSearchResponse
-
- isSendEvents() - Method in class org.jupnp.model.meta.StateVariableEventDetails
-
- isSeveralPages() - Method in class org.jupnp.util.Pager
-
- isStringConvertibleType(Object) - Method in class org.jupnp.model.meta.LocalService
-
- isStringConvertibleType(Class) - Method in class org.jupnp.model.meta.LocalService
-
- isStringConvertibleType(Set<Class>, Class) - Static method in class org.jupnp.model.ModelUtil
-
- isSupportedServiceAdvertisement(IncomingDatagramMessage) - Method in class org.jupnp.protocol.ProtocolFactoryImpl
-
- isSupportsQueryStateVariables() - Method in class org.jupnp.model.meta.LocalService
-
- isText() - Method in class org.jupnp.model.message.header.ContentTypeHeader
-
- isUDA11Compliant() - Method in class org.jupnp.model.types.UDN
-
- isUDACompliantXML() - Method in class org.jupnp.model.message.header.ContentTypeHeader
-
- isUsableAddress(NetworkInterface, InetAddress) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
Validation of every discovered local address.
- isUsableNetworkInterface(NetworkInterface) - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
Validation of every discovered network interface.
- isUseOutputArgumentAccessors(ActionInvocation<LocalService>) - Method in class org.jupnp.model.action.MethodActionExecutor
-
- isValid(V) - Method in class org.jupnp.model.types.AbstractDatatype
-
- isValid(V) - Method in interface org.jupnp.model.types.Datatype
-
- isValid(Integer) - Method in class org.jupnp.model.types.IntegerDatatype
-
- isValidHeaders() - Method in class org.jupnp.model.message.gena.IncomingSubscribeResponseMessage
-
- isValidHeaderType(Class<? extends UpnpHeader>) - Method in enum org.jupnp.model.message.header.UpnpHeader.Type
-
- isValidUDAName(String) - Static method in class org.jupnp.model.ModelUtil
-
- isValuePatternMatch(String) - Method in class org.jupnp.model.profile.HeaderDeviceDetailsProvider.Key
-
- isWildcardSubtype() - Method in class org.jupnp.util.MimeType
-
- isWildcardType() - Method in class org.jupnp.util.MimeType
-
- isWMPRequest(String) - Static method in class org.jupnp.http.RequestInfo
-
- isWMPRequest() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- isXbox360AlbumArtRequest(HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- isXbox360Request(HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- isXbox360Request(String, String) - Static method in class org.jupnp.http.RequestInfo
-
- isXbox360Request() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- Iterators - Class in org.jupnp.util
-
- Iterators() - Constructor for class org.jupnp.util.Iterators
-
- Iterators.Empty<E> - Class in org.jupnp.util
-
A default implementation with no elements.
- Iterators.Singular<E> - Class in org.jupnp.util
-
A fixed single element.
- Iterators.Synchronized<E> - Class in org.jupnp.util
-
Wraps a collection and provides stable iteration with thread-safe removal.
- MAGIC_CONTROL_NS - Static variable in class org.jupnp.model.types.SoapActionType
-
- MAGIC_CONTROL_TYPE - Static variable in class org.jupnp.model.types.SoapActionType
-
- Main - Class in org.jupnp
-
Runs a simple UPnP discovery procedure.
- Main() - Constructor for class org.jupnp.Main
-
- main(String[]) - Static method in class org.jupnp.Main
-
- maintain(List<Runnable>, ExpirationDetails) - Method in class org.jupnp.model.resource.Resource
-
Called periodically by the registry to maintain the resource.
- maintainsRegistry - Variable in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- major - Variable in class org.jupnp.binding.staging.MutableUDAVersion
-
- makeRelativePath(String, String) - Static method in class org.jupnp.util.io.IO
-
- manager - Variable in class org.jupnp.model.meta.LocalService
-
- MANHeader - Class in org.jupnp.model.message.header
-
- MANHeader() - Constructor for class org.jupnp.model.message.header.MANHeader
-
- MANHeader(String) - Constructor for class org.jupnp.model.message.header.MANHeader
-
- MANHeader(String, String) - Constructor for class org.jupnp.model.message.header.MANHeader
-
- manufacturer - Variable in class org.jupnp.binding.staging.MutableDevice
-
- ManufacturerDetails - Class in org.jupnp.model.meta
-
Encpasulates optional metadata about a device's manufacturer.
- ManufacturerDetails(String) - Constructor for class org.jupnp.model.meta.ManufacturerDetails
-
- ManufacturerDetails(URI) - Constructor for class org.jupnp.model.meta.ManufacturerDetails
-
- ManufacturerDetails(String, URI) - Constructor for class org.jupnp.model.meta.ManufacturerDetails
-
- ManufacturerDetails(String, String) - Constructor for class org.jupnp.model.meta.ManufacturerDetails
-
- manufacturerURI - Variable in class org.jupnp.binding.staging.MutableDevice
-
- matches(URI) - Method in class org.jupnp.model.resource.Resource
-
- MAX_AGE_REGEX - Static variable in class org.jupnp.model.message.header.MaxAgeHeader
-
- MaxAgeHeader - Class in org.jupnp.model.message.header
-
- MaxAgeHeader(Integer) - Constructor for class org.jupnp.model.message.header.MaxAgeHeader
-
- MaxAgeHeader() - Constructor for class org.jupnp.model.message.header.MaxAgeHeader
-
- maximum - Variable in class org.jupnp.binding.staging.MutableAllowedValueRange
-
- MD5Crypt - Class in org.jupnp.util.io
-
- MD5Crypt() - Constructor for class org.jupnp.util.io.MD5Crypt
-
- method - Variable in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- method - Variable in class org.jupnp.model.action.MethodActionExecutor
-
- METHOD_CURRENT_STATE - Static variable in interface org.jupnp.util.statemachine.StateMachine
-
- METHOD_FORCE_STATE - Static variable in interface org.jupnp.util.statemachine.StateMachine
-
- METHOD_ON_ENTRY - Static variable in class org.jupnp.util.statemachine.StateMachineInvocationHandler
-
- METHOD_ON_EXIT - Static variable in class org.jupnp.util.statemachine.StateMachineInvocationHandler
-
- MethodActionExecutor - Class in org.jupnp.model.action
-
Invokes methods on a service implementation instance with reflection.
- MethodActionExecutor(Method) - Constructor for class org.jupnp.model.action.MethodActionExecutor
-
- MethodActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor>, Method) - Constructor for class org.jupnp.model.action.MethodActionExecutor
-
- mimeType - Variable in class org.jupnp.binding.staging.MutableIcon
-
- MimeType - Class in org.jupnp.util
-
- MimeType() - Constructor for class org.jupnp.util.MimeType
-
- MimeType(String, String, Map<String, String>) - Constructor for class org.jupnp.util.MimeType
-
- MimeType(String, String) - Constructor for class org.jupnp.util.MimeType
-
- MIN_ADVERTISEMENT_AGE_SECONDS - Static variable in interface org.jupnp.model.Constants
-
- minimum - Variable in class org.jupnp.binding.staging.MutableAllowedValueRange
-
- minor - Variable in class org.jupnp.binding.staging.MutableUDAVersion
-
- MockProtocolFactory - Class in org.jupnp.mock
-
- MockProtocolFactory() - Constructor for class org.jupnp.mock.MockProtocolFactory
-
- MockProtocolFactory(UpnpService, boolean) - Constructor for class org.jupnp.mock.MockUpnpService.MockProtocolFactory
-
- MockRouter - Class in org.jupnp.mock
-
- MockRouter(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.jupnp.mock.MockRouter
-
- MockUpnpService - Class in org.jupnp.mock
-
Simplifies testing of core and non-core modules.
- MockUpnpService() - Constructor for class org.jupnp.mock.MockUpnpService
-
Single-thread of execution for the whole UPnP stack, no ALIVE messages or registry maintenance.
- MockUpnpService(MockUpnpServiceConfiguration) - Constructor for class org.jupnp.mock.MockUpnpService
-
No ALIVE messages.
- MockUpnpService(boolean, boolean) - Constructor for class org.jupnp.mock.MockUpnpService
-
Single-thread of execution for the whole UPnP stack, except one background registry maintenance thread.
- MockUpnpService(boolean, boolean, boolean) - Constructor for class org.jupnp.mock.MockUpnpService
-
- MockUpnpService(boolean, MockUpnpServiceConfiguration) - Constructor for class org.jupnp.mock.MockUpnpService
-
- MockUpnpService.MockProtocolFactory - Class in org.jupnp.mock
-
This factory customizes several protocols.
- MockUpnpServiceConfiguration - Class in org.jupnp.mock
-
- MockUpnpServiceConfiguration() - Constructor for class org.jupnp.mock.MockUpnpServiceConfiguration
-
Does not maintain registry, single threaded execution.
- MockUpnpServiceConfiguration(boolean) - Constructor for class org.jupnp.mock.MockUpnpServiceConfiguration
-
Single threaded execution.
- MockUpnpServiceConfiguration(boolean, boolean) - Constructor for class org.jupnp.mock.MockUpnpServiceConfiguration
-
- modelDescription - Variable in class org.jupnp.binding.staging.MutableDevice
-
- ModelDetails - Class in org.jupnp.model.meta
-
Encpasulates optional metadata about the model of a device.
- ModelDetails(String) - Constructor for class org.jupnp.model.meta.ModelDetails
-
- ModelDetails(String, String) - Constructor for class org.jupnp.model.meta.ModelDetails
-
- ModelDetails(String, String, String) - Constructor for class org.jupnp.model.meta.ModelDetails
-
- ModelDetails(String, String, String, URI) - Constructor for class org.jupnp.model.meta.ModelDetails
-
- ModelDetails(String, String, String, String) - Constructor for class org.jupnp.model.meta.ModelDetails
-
- modelName - Variable in class org.jupnp.binding.staging.MutableDevice
-
- modelNumber - Variable in class org.jupnp.binding.staging.MutableDevice
-
- modelURI - Variable in class org.jupnp.binding.staging.MutableDevice
-
- ModelUtil - Class in org.jupnp.model
-
Shared trivial procedures.
- ModelUtil() - Constructor for class org.jupnp.model.ModelUtil
-
- moderateStateVariables(long, Collection<StateVariableValue>) - Method in class org.jupnp.model.gena.LocalGENASubscription
-
Checks whether a state variable is moderated, and if this change is within the maximum rate and range limits.
- modified(Map<String, Object>) - Method in class org.jupnp.util.SpecificationViolationReporterConfig
-
- multicastAddress - Variable in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- multicastInterface - Variable in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- MulticastReceiver<C extends MulticastReceiverConfiguration> - Interface in org.jupnp.transport.spi
-
Service for receiving multicast UDP datagrams, one per bound network interface.
- MulticastReceiverConfiguration - Interface in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- MulticastReceiverConfigurationImpl - Class in org.jupnp.transport.impl
-
Settings for the default implementation.
- MulticastReceiverConfigurationImpl(InetAddress, int, int) - Constructor for class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- MulticastReceiverConfigurationImpl(InetAddress, int) - Constructor for class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
- MulticastReceiverConfigurationImpl(String, int, int) - Constructor for class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- MulticastReceiverConfigurationImpl(String, int) - Constructor for class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
Defaults to maximum datagram size of 640 bytes (512 per UDA 1.0, 128 byte header).
- MulticastReceiverImpl - Class in org.jupnp.transport.impl
-
Default implementation based on a UDP MulticastSocket.
- MulticastReceiverImpl(MulticastReceiverConfigurationImpl) - Constructor for class org.jupnp.transport.impl.MulticastReceiverImpl
-
- multicastReceivers - Variable in class org.jupnp.transport.RouterImpl
-
- multicastResponsePort - Variable in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- multiThreaded - Variable in class org.jupnp.mock.MockUpnpServiceConfiguration
-
- mustRevalidate() - Method in class org.jupnp.http.Representation
-
- MutableAction - Class in org.jupnp.binding.staging
-
- MutableAction() - Constructor for class org.jupnp.binding.staging.MutableAction
-
- MutableActionArgument - Class in org.jupnp.binding.staging
-
- MutableActionArgument() - Constructor for class org.jupnp.binding.staging.MutableActionArgument
-
- MutableAllowedValueRange - Class in org.jupnp.binding.staging
-
- MutableAllowedValueRange() - Constructor for class org.jupnp.binding.staging.MutableAllowedValueRange
-
- MutableDevice - Class in org.jupnp.binding.staging
-
- MutableDevice() - Constructor for class org.jupnp.binding.staging.MutableDevice
-
- MutableIcon - Class in org.jupnp.binding.staging
-
- MutableIcon() - Constructor for class org.jupnp.binding.staging.MutableIcon
-
- MutableService - Class in org.jupnp.binding.staging
-
- MutableService() - Constructor for class org.jupnp.binding.staging.MutableService
-
- MutableStateVariable - Class in org.jupnp.binding.staging
-
- MutableStateVariable() - Constructor for class org.jupnp.binding.staging.MutableStateVariable
-
- MutableUDAVersion - Class in org.jupnp.binding.staging
-
- MutableUDAVersion() - Constructor for class org.jupnp.binding.staging.MutableUDAVersion
-
- MXHeader - Class in org.jupnp.model.message.header
-
- MXHeader() - Constructor for class org.jupnp.model.message.header.MXHeader
-
Defaults to 3 seconds.
- MXHeader(Integer) - Constructor for class org.jupnp.model.message.header.MXHeader
-
- mxSeconds - Variable in class org.jupnp.controlpoint.event.Search
-
- random - Variable in class org.jupnp.util.RandomToken
-
- randomGenerator - Variable in class org.jupnp.protocol.async.ReceivingSearch
-
- RandomToken - Class in org.jupnp.util
-
- RandomToken() - Constructor for class org.jupnp.util.RandomToken
-
- RangeHeader - Class in org.jupnp.model.message.header
-
- RangeHeader() - Constructor for class org.jupnp.model.message.header.RangeHeader
-
- RangeHeader(BytesRange) - Constructor for class org.jupnp.model.message.header.RangeHeader
-
- RangeHeader(String) - Constructor for class org.jupnp.model.message.header.RangeHeader
-
- read(Class<?>) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- read(Class<?>, ServiceId, ServiceType, boolean, Set<Class>) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- read(Class<?>) - Method in interface org.jupnp.binding.LocalServiceBinder
-
- read(Class<?>, ServiceId, ServiceType, boolean, Class[]) - Method in interface org.jupnp.binding.LocalServiceBinder
-
- read(Object) - Method in class org.jupnp.model.state.FieldStateVariableAccessor
-
- read(Object) - Method in class org.jupnp.model.state.GetterStateVariableAccessor
-
- read(StateVariable<LocalService>, Object) - Method in class org.jupnp.model.state.StateVariableAccessor
-
- read(Object) - Method in class org.jupnp.model.state.StateVariableAccessor
-
- read(InetAddress, DatagramPacket) - Method in class org.jupnp.transport.impl.DatagramProcessorImpl
-
- read(InetAddress, DatagramPacket) - Method in interface org.jupnp.transport.spi.DatagramProcessor
-
Reads the datagram and instantiates a message.
- read() - Method in class org.jupnp.util.io.Base64Coder.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class org.jupnp.util.io.Base64Coder.InputStream
-
- readActionInputArguments(Element, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readActionOutputArguments(Element, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readActionRequestElement(Element, ActionRequestMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readActionResponseElement(Element, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readActions(Class<?>, Map<StateVariable, StateVariableAccessor>, Set<Class>) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- readArgumentValues(NodeList, ActionArgument[]) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
The UPnP spec says that action arguments must be in the order as declared
by the service.
- readBody(IncomingEventRequestMessage) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- readBody(ActionRequestMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readBody(ActionResponseMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readBody(IncomingEventRequestMessage) - Method in interface org.jupnp.transport.spi.GENAEventProcessor
-
- readBody(ActionRequestMessage, ActionInvocation) - Method in interface org.jupnp.transport.spi.SOAPActionProcessor
-
Converts SOAP XML content of the request message and sets input argument values on the given invocation.
- readBody(ActionResponseMessage, ActionInvocation) - Method in interface org.jupnp.transport.spi.SOAPActionProcessor
-
Converts SOAP XML content of the response message and sets output argument values on the given invocation.
- readBodyElement(Document) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readBodyFailure(Document, Element) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readBytes(InputStream) - Static method in class org.jupnp.util.io.IO
-
- readBytes(File) - Static method in class org.jupnp.util.io.IO
-
- readDocument(InputSource, ErrorHandler) - Method in class org.jupnp.transport.impl.PooledXmlProcessor
-
- readDocument(InputSource) - Method in class org.jupnp.transport.impl.PooledXmlProcessor
-
- readFaultElement(Element) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- readFormats - Variable in class org.jupnp.model.types.DateTimeDatatype
-
- readInitialEventedStateVariableValues() - Method in class org.jupnp.model.DefaultServiceManager
-
- readLine(ByteArrayInputStream) - Static method in class org.jupnp.http.Headers
-
- readLine(StringBuilder, ByteArrayInputStream) - Static method in class org.jupnp.http.Headers
-
- readLines(InputStream) - Static method in class org.jupnp.util.io.IO
-
- readLines(File) - Static method in class org.jupnp.util.io.IO
-
- readLines(File, boolean) - Static method in class org.jupnp.util.io.IO
-
- readLines(File, boolean, Character) - Static method in class org.jupnp.util.io.IO
-
- readLines(File, boolean, Character, boolean) - Static method in class org.jupnp.util.io.IO
-
- readLock - Variable in class org.jupnp.transport.RouterImpl
-
- readOutputArgumentValues(Action<LocalService>, Object) - Method in class org.jupnp.model.action.AbstractActionExecutor
-
Reads the output arguments after an action execution using accessors.
- readParamsIntoMap(Map<String, String>, String, int) - Static method in class org.jupnp.util.MimeType
-
- readProperties(Element, IncomingEventRequestMessage) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- readPropertysetElement(Document) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- readRequestMessage(InetAddress, DatagramPacket, ByteArrayInputStream, String, String) - Method in class org.jupnp.transport.impl.DatagramProcessorImpl
-
- readRequestMessage() - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- readResponseMessage(InetAddress, DatagramPacket, ByteArrayInputStream, int, String, String) - Method in class org.jupnp.transport.impl.DatagramProcessorImpl
-
- readStateVariables(Class<?>, Set<Class>) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- readStringConvertibleTypes(Class[]) - Method in class org.jupnp.binding.annotations.AnnotationLocalServiceBinder
-
- receive(UnsignedIntegerFourBytes, Collection<StateVariableValue>) - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- received(IncomingDatagramMessage) - Method in class org.jupnp.mock.MockRouter
-
- received(UpnpStream) - Method in class org.jupnp.mock.MockRouter
-
- received(IncomingDatagramMessage) - Method in interface org.jupnp.transport.Router
-
This method is called internally by the transport layer when a datagram, either unicast or
multicast, has been received.
- received(UpnpStream) - Method in interface org.jupnp.transport.Router
-
This method is called internally by the transport layer when a TCP stream connection has
been made and a response has to be returned to the sender.
- received(IncomingDatagramMessage) - Method in class org.jupnp.transport.RouterImpl
-
Obtains the asynchronous protocol
Executor and runs the protocol created
by the
ProtocolFactory for the given message.
- received(UpnpStream) - Method in class org.jupnp.transport.RouterImpl
-
Obtains the synchronous protocol
Executor and runs the
UpnpStream directly.
- receivedUpnpStreams - Variable in class org.jupnp.mock.MockRouter
-
- ReceivingAction - Class in org.jupnp.protocol.sync
-
Handles reception of control messages, invoking actions on local services.
- ReceivingAction(UpnpService, StreamRequestMessage) - Constructor for class org.jupnp.protocol.sync.ReceivingAction
-
- ReceivingAsync<M extends UpnpMessage> - Class in org.jupnp.protocol
-
Supertype for all asynchronously executing protocols, handling reception of UPnP messages.
- ReceivingAsync(UpnpService, M) - Constructor for class org.jupnp.protocol.ReceivingAsync
-
- ReceivingEvent - Class in org.jupnp.protocol.sync
-
Handles incoming GENA event messages.
- ReceivingEvent(UpnpService, StreamRequestMessage) - Constructor for class org.jupnp.protocol.sync.ReceivingEvent
-
- ReceivingNotification - Class in org.jupnp.protocol.async
-
Handles reception of notification messages.
- ReceivingNotification(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.jupnp.protocol.async.ReceivingNotification
-
- ReceivingRetrieval - Class in org.jupnp.protocol.sync
-
Handles reception of device/service descriptor and icon retrieval messages.
- ReceivingRetrieval(UpnpService, StreamRequestMessage) - Constructor for class org.jupnp.protocol.sync.ReceivingRetrieval
-
- ReceivingSearch - Class in org.jupnp.protocol.async
-
Handles reception of search requests, responds for local registered devices.
- ReceivingSearch(UpnpService, IncomingDatagramMessage<UpnpRequest>) - Constructor for class org.jupnp.protocol.async.ReceivingSearch
-
- ReceivingSearchResponse - Class in org.jupnp.protocol.async
-
Handles reception of search response messages.
- ReceivingSearchResponse(UpnpService, IncomingDatagramMessage<UpnpResponse>) - Constructor for class org.jupnp.protocol.async.ReceivingSearchResponse
-
- ReceivingSubscribe - Class in org.jupnp.protocol.sync
-
Handles reception of GENA event subscription (initial and renewal) messages.
- ReceivingSubscribe(UpnpService, StreamRequestMessage) - Constructor for class org.jupnp.protocol.sync.ReceivingSubscribe
-
- ReceivingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> - Class in org.jupnp.protocol
-
Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response.
- ReceivingSync(UpnpService, IN) - Constructor for class org.jupnp.protocol.ReceivingSync
-
- ReceivingUnsubscribe - Class in org.jupnp.protocol.sync
-
Handles reception of GENA event unsubscribe messages.
- ReceivingUnsubscribe(UpnpService, StreamRequestMessage) - Constructor for class org.jupnp.protocol.sync.ReceivingUnsubscribe
-
- RecoveringUDA10DeviceDescriptorBinderImpl - Class in org.jupnp.binding.xml
-
- RecoveringUDA10DeviceDescriptorBinderImpl() - Constructor for class org.jupnp.binding.xml.RecoveringUDA10DeviceDescriptorBinderImpl
-
- RecoveringUDA10ServiceDescriptorBinderImpl - Class in org.jupnp.binding.xml
-
This binder does not enforce strict UPnP spec conformance - it rather ignores services that are not correctly declared.
- RecoveringUDA10ServiceDescriptorBinderImpl() - Constructor for class org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderImpl
-
- RecoveringUDA10ServiceDescriptorBinderSAXImpl - Class in org.jupnp.binding.xml
-
Implementation based on JAXP SAX.
- RecoveringUDA10ServiceDescriptorBinderSAXImpl() - Constructor for class org.jupnp.binding.xml.RecoveringUDA10ServiceDescriptorBinderSAXImpl
-
- recursiveRename(File, String, String) - Static method in class org.jupnp.util.io.IO
-
- Reflections - Class in org.jupnp.util
-
- Reflections() - Constructor for class org.jupnp.util.Reflections
-
- REGEX_ID - Static variable in interface org.jupnp.model.Constants
-
- REGEX_NAMESPACE - Static variable in interface org.jupnp.model.Constants
-
- REGEX_TYPE - Static variable in interface org.jupnp.model.Constants
-
- REGEX_UDA_NAME - Static variable in interface org.jupnp.model.Constants
-
- registerOnService() - Method in class org.jupnp.model.gena.LocalGENASubscription
-
- registerPendingRemoteSubscription(RemoteGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- registerPendingRemoteSubscription(RemoteGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- registerServlet(String, Servlet) - Method in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- registerServlet(String, Servlet) - Method in class org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
-
- registerServlet(String, Servlet) - Method in interface org.jupnp.transport.spi.ServletContainerAdapter
-
Might be called several times to register (the same) handler for UPnP
requests, should only register it once.
- RegistrationException - Exception in org.jupnp.registry
-
A recoverable error, thrown if device metadata could not be registered.
- RegistrationException(String) - Constructor for exception org.jupnp.registry.RegistrationException
-
- RegistrationException(String, Throwable) - Constructor for exception org.jupnp.registry.RegistrationException
-
- RegistrationException(String, List<ValidationError>) - Constructor for exception org.jupnp.registry.RegistrationException
-
- registry - Variable in class org.jupnp.controlpoint.ControlPointImpl
-
- registry - Variable in class org.jupnp.mock.MockUpnpService
-
- Registry - Interface in org.jupnp.registry
-
The core of the UPnP stack, keeping track of known devices and resources.
- registry - Variable in class org.jupnp.UpnpServiceImpl
-
- RegistryImpl - Class in org.jupnp.registry
-
- RegistryImpl() - Constructor for class org.jupnp.registry.RegistryImpl
-
- RegistryImpl(UpnpService) - Constructor for class org.jupnp.registry.RegistryImpl
-
Starts background maintenance immediately.
- RegistryListener - Interface in org.jupnp.registry
-
Notification of discovered device additions, removals, updates.
- registryListeners - Variable in class org.jupnp.registry.RegistryImpl
-
- registryMaintainer - Variable in class org.jupnp.registry.RegistryImpl
-
- RegistryMaintainer - Class in org.jupnp.registry
-
- RegistryMaintainer(RegistryImpl, int) - Constructor for class org.jupnp.registry.RegistryMaintainer
-
- RegistryShutdown - Class in org.jupnp.registry.event
-
- RegistryShutdown() - Constructor for class org.jupnp.registry.event.RegistryShutdown
-
- relatedStateVariable - Variable in class org.jupnp.binding.staging.MutableActionArgument
-
- RemoteActionInvocation - Class in org.jupnp.model.action
-
An action invocation by a remote control point.
- RemoteActionInvocation(Action, ActionArgumentValue[], ActionArgumentValue[], RemoteClientInfo) - Constructor for class org.jupnp.model.action.RemoteActionInvocation
-
- RemoteActionInvocation(Action, RemoteClientInfo) - Constructor for class org.jupnp.model.action.RemoteActionInvocation
-
- RemoteActionInvocation(ActionException, RemoteClientInfo) - Constructor for class org.jupnp.model.action.RemoteActionInvocation
-
- remoteClientInfo - Variable in class org.jupnp.model.action.RemoteActionInvocation
-
- RemoteClientInfo - Class in org.jupnp.model.profile
-
Encapsulates information about a remote control point, the client.
- RemoteClientInfo() - Constructor for class org.jupnp.model.profile.RemoteClientInfo
-
- RemoteClientInfo(StreamRequestMessage) - Constructor for class org.jupnp.model.profile.RemoteClientInfo
-
- RemoteClientInfo(Connection, UpnpHeaders) - Constructor for class org.jupnp.model.profile.RemoteClientInfo
-
- remoteClientInfo - Variable in class org.jupnp.protocol.ReceivingSync
-
- RemoteDevice - Class in org.jupnp.model.meta
-
The metadata of a device that was discovered on the network.
- RemoteDevice(RemoteDeviceIdentity) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService, RemoteDevice) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, RemoteService[], RemoteDevice[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService, RemoteDevice) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon, RemoteService[], RemoteDevice[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService, RemoteDevice) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- RemoteDevice(RemoteDeviceIdentity, UDAVersion, DeviceType, DeviceDetails, Icon[], RemoteService[], RemoteDevice[]) - Constructor for class org.jupnp.model.meta.RemoteDevice
-
- remoteDeviceAdded(Registry, RemoteDevice) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- remoteDeviceAdded(Registry, RemoteDevice) - Method in interface org.jupnp.registry.RegistryListener
-
Called when complete metadata of a newly discovered device is available.
- RemoteDeviceDiscovery - Class in org.jupnp.registry.event
-
- RemoteDeviceDiscovery(RemoteDevice) - Constructor for class org.jupnp.registry.event.RemoteDeviceDiscovery
-
- remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- remoteDeviceDiscoveryFailed(Registry, RemoteDevice, Exception) - Method in interface org.jupnp.registry.RegistryListener
-
Called when service metadata couldn't be initialized.
- remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- remoteDeviceDiscoveryStarted(Registry, RemoteDevice) - Method in interface org.jupnp.registry.RegistryListener
-
Called as soon as possible after a device has been discovered.
- RemoteDeviceIdentity - Class in org.jupnp.model.meta
-
Additional identifying information only relevant for discovered remote devices.
- RemoteDeviceIdentity(UDN, RemoteDeviceIdentity) - Constructor for class org.jupnp.model.meta.RemoteDeviceIdentity
-
- RemoteDeviceIdentity(UDN, Integer, URL, byte[], InetAddress) - Constructor for class org.jupnp.model.meta.RemoteDeviceIdentity
-
- RemoteDeviceIdentity(IncomingNotificationRequest) - Constructor for class org.jupnp.model.meta.RemoteDeviceIdentity
-
- RemoteDeviceIdentity(IncomingSearchResponse) - Constructor for class org.jupnp.model.meta.RemoteDeviceIdentity
-
- remoteDeviceRemoved(Registry, RemoteDevice) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- remoteDeviceRemoved(Registry, RemoteDevice) - Method in interface org.jupnp.registry.RegistryListener
-
Called when a previously discovered device disappears.
- remoteDeviceUpdated(Registry, RemoteDevice) - Method in class org.jupnp.registry.DefaultRegistryListener
-
- remoteDeviceUpdated(Registry, RemoteDevice) - Method in interface org.jupnp.registry.RegistryListener
-
Called when a discovered device's expiration timestamp is updated.
- RemoteGENASubscription - Class in org.jupnp.model.gena
-
An outgoing subscription to a remote service.
- RemoteGENASubscription(RemoteService, int) - Constructor for class org.jupnp.model.gena.RemoteGENASubscription
-
- remoteItems - Variable in class org.jupnp.registry.RegistryImpl
-
- remoteItemsLock - Variable in class org.jupnp.registry.RegistryImpl
-
- RemoteService - Class in org.jupnp.model.meta
-
The metadata of a service discovered on a remote device.
- RemoteService(ServiceType, ServiceId, URI, URI, URI) - Constructor for class org.jupnp.model.meta.RemoteService
-
- RemoteService(ServiceType, ServiceId, URI, URI, URI, Action<RemoteService>[], StateVariable<RemoteService>[]) - Constructor for class org.jupnp.model.meta.RemoteService
-
- remove(Object) - Method in class org.jupnp.http.Headers
-
- remove(Object) - Method in class org.jupnp.model.message.UpnpHeaders
-
- remove(UpnpHeader.Type) - Method in class org.jupnp.model.message.UpnpHeaders
-
- remove() - Method in class org.jupnp.util.Iterators.Empty
-
- remove() - Method in class org.jupnp.util.Iterators.Singular
-
- remove() - Method in class org.jupnp.util.Iterators.Synchronized
-
- removeAllLocalDevices() - Method in interface org.jupnp.registry.Registry
-
Clear the registry of all locally registered device metadata.
- removeAllLocalDevices() - Method in class org.jupnp.registry.RegistryImpl
-
- removeAllRemoteDevices() - Method in interface org.jupnp.registry.Registry
-
Clear the registry of all discovered remote device metadata.
- removeAllRemoteDevices() - Method in class org.jupnp.registry.RegistryImpl
-
- removeChild(CHILD) - Method in class org.jupnp.xml.DOMElement
-
- removeChildren() - Method in class org.jupnp.xml.DOMElement
-
- removeDevice(LocalDevice) - Method in interface org.jupnp.registry.Registry
-
Call this to remove your local device metadata.
- removeDevice(RemoteDevice) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP discovery protocol.
- removeDevice(UDN) - Method in interface org.jupnp.registry.Registry
-
Call this to remove any device metadata with the given UDN.
- removeDevice(LocalDevice) - Method in class org.jupnp.registry.RegistryImpl
-
- removeDevice(RemoteDevice) - Method in class org.jupnp.registry.RegistryImpl
-
- removeDevice(UDN) - Method in class org.jupnp.registry.RegistryImpl
-
- removeIgnorableWSNodes(Element) - Method in class org.jupnp.xml.DOMParser
-
- removeListener(RegistryListener) - Method in interface org.jupnp.registry.Registry
-
- removeListener(RegistryListener) - Method in class org.jupnp.registry.RegistryImpl
-
- removeLocalSubscription(LocalGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- removeLocalSubscription(LocalGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jupnp.internal.compat.java.beans.PropertyChangeSupport
-
- removeRemoteSubscription(RemoteGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- removeRemoteSubscription(RemoteGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- removeResource(Resource) - Method in interface org.jupnp.registry.Registry
-
Removes a resource from the registry.
- removeResource(Resource) - Method in class org.jupnp.registry.RegistryImpl
-
- renewAttempted() - Method in class org.jupnp.model.ExpirationDetails
-
- replaceChild(CHILD, CHILD, boolean) - Method in class org.jupnp.xml.DOMElement
-
- replaceEqualChild(DOMElement, String) - Method in class org.jupnp.xml.DOMElement
-
- report(String, Object...) - Static method in class org.jupnp.util.SpecificationViolationReporter
-
- report(Device<DeviceIdentity, Device, Service>, String, Object...) - Static method in class org.jupnp.util.SpecificationViolationReporter
-
- reportClient(StringBuilder, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- reportCookies(StringBuilder, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- reportHeaders(StringBuilder, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- reportParameters(StringBuilder, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- reportRequest(StringBuilder, HttpServletRequest) - Static method in class org.jupnp.http.RequestInfo
-
- Representation<E> - Class in org.jupnp.http
-
- Representation(CacheControl, Integer, String, Long, String, E) - Constructor for class org.jupnp.http.Representation
-
- Representation(URL, CacheControl, Integer, String, Long, String, E) - Constructor for class org.jupnp.http.Representation
-
- Representation(URLConnection, E) - Constructor for class org.jupnp.http.Representation
-
- request - Variable in class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- request - Variable in class org.jupnp.transport.impl.ServletConnection
-
- requestedDurationSeconds - Variable in class org.jupnp.controlpoint.SubscriptionCallback
-
- requestedDurationSeconds - Variable in class org.jupnp.model.gena.GENASubscription
-
- requestExecutorService - Variable in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- requestHeaders - Variable in class org.jupnp.model.profile.ClientInfo
-
- RequestInfo - Class in org.jupnp.http
-
- RequestInfo() - Constructor for class org.jupnp.http.RequestInfo
-
- requestMessages - Variable in class org.jupnp.protocol.sync.SendingEvent
-
- requiresNetworkInterface() - Method in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- resetServer() - Method in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- resetStreamRequestMessageCounter() - Method in class org.jupnp.mock.MockRouter
-
- resolveEntity(String, String) - Method in class org.jupnp.xml.DOMParser
-
- resolveResource(String, String, String, String, String) - Method in class org.jupnp.xml.CatalogResourceResolver
-
- Resource<M> - Class in org.jupnp.model.resource
-
An addressable object, stored, managed, and accessible through the
Registry.
- Resource(URI, M) - Constructor for class org.jupnp.model.resource.Resource
-
- resourceItems - Variable in class org.jupnp.registry.RegistryImpl
-
- responseException(Throwable) - Method in class org.jupnp.protocol.ReceivingSync
-
Called by the client of this protocol if the returned response was not delivered.
- responseException(Throwable) - Method in class org.jupnp.protocol.sync.ReceivingSubscribe
-
- responseException(Throwable) - Method in class org.jupnp.transport.spi.UpnpStream
-
Must be called by a subclass if the response was not delivered to the client.
- responseMessage - Variable in class org.jupnp.transport.impl.blocking.BlockingServletUpnpStream
-
- responseMessage - Variable in class org.jupnp.transport.impl.ServletUpnpStream
-
- responseSent(StreamResponseMessage) - Method in class org.jupnp.protocol.ReceivingSync
-
Called by the client of this protocol after the returned response has been successfully delivered.
- responseSent(StreamResponseMessage) - Method in class org.jupnp.protocol.sync.ReceivingSubscribe
-
- responseSent(StreamResponseMessage) - Method in class org.jupnp.transport.spi.UpnpStream
-
Must be called by a subclass after the response has been successfully sent to the client.
- resume() - Method in interface org.jupnp.registry.Registry
-
Resumes background maintenance (thread) of registered items.
- resume() - Method in class org.jupnp.registry.RegistryImpl
-
- resumeEncoding() - Method in class org.jupnp.util.io.Base64Coder.OutputStream
-
Resumes encoding of the stream.
- RetrieveRemoteDescriptors - Class in org.jupnp.protocol
-
Retrieves all remote device XML descriptors, parses them, creates an immutable device and service metadata graph.
- RetrieveRemoteDescriptors(UpnpService, RemoteDevice) - Constructor for class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- retryAfterSeconds - Variable in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- retryIterations - Variable in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- retval - Variable in class org.jupnp.binding.staging.MutableActionArgument
-
- ROOT_DEVICE_SUFFIX - Static variable in class org.jupnp.model.message.header.USNRootDeviceHeader
-
- RootDeviceHeader - Class in org.jupnp.model.message.header
-
- RootDeviceHeader() - Constructor for class org.jupnp.model.message.header.RootDeviceHeader
-
- RootHandler(MutableDevice, SAXParser) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
-
- RootHandler(MutableService, SAXParser) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
-
- router - Variable in class org.jupnp.mock.MockUpnpService
-
- router - Variable in class org.jupnp.transport.impl.DatagramIOImpl
-
- router - Variable in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- Router - Interface in org.jupnp.transport
-
Interface of the network transport layer.
- router - Variable in class org.jupnp.UpnpServiceImpl
-
- RouterException - Exception in org.jupnp.transport
-
Thrown by the
Router if a non-fatal recoverable exception occurred.
- RouterException() - Constructor for exception org.jupnp.transport.RouterException
-
- RouterException(String) - Constructor for exception org.jupnp.transport.RouterException
-
- RouterException(String, Throwable) - Constructor for exception org.jupnp.transport.RouterException
-
- RouterException(Throwable) - Constructor for exception org.jupnp.transport.RouterException
-
- RouterImpl - Class in org.jupnp.transport
-
Default implementation of network message router.
- RouterImpl() - Constructor for class org.jupnp.transport.RouterImpl
-
- RouterImpl(UpnpServiceConfiguration, ProtocolFactory) - Constructor for class org.jupnp.transport.RouterImpl
-
- routerLock - Variable in class org.jupnp.transport.RouterImpl
-
- rtrim(String) - Static method in class org.jupnp.util.Text
-
- run() - Method in class org.jupnp.controlpoint.ActionCallback
-
- run() - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- run() - Method in class org.jupnp.protocol.ReceivingAsync
-
- run() - Method in class org.jupnp.protocol.RetrieveRemoteDescriptors
-
- run() - Method in class org.jupnp.protocol.SendingAsync
-
- run() - Method in class org.jupnp.registry.RegistryMaintainer
-
- run() - Method in class org.jupnp.transport.impl.DatagramIOImpl
-
- run() - Method in class org.jupnp.transport.impl.HttpExchangeUpnpStream
-
- run() - Method in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- run() - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- run() - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- SAXParser - Class in org.jupnp.xml
-
- SAXParser() - Constructor for class org.jupnp.xml.SAXParser
-
- SAXParser(DefaultHandler) - Constructor for class org.jupnp.xml.SAXParser
-
- SAXParser.Handler<I> - Class in org.jupnp.xml
-
- SAXParser.SimpleErrorHandler - Class in org.jupnp.xml
-
Always throws exceptions and stops parsing.
- scheduledExecutorService - Variable in class org.jupnp.UpnpServiceImpl
-
- scheduledFuture - Variable in class org.jupnp.UpnpServiceImpl
-
- schema - Variable in class org.jupnp.xml.DOMParser
-
- schemaSources - Variable in class org.jupnp.xml.DOMParser
-
- search() - Method in interface org.jupnp.controlpoint.ControlPoint
-
- search(UpnpHeader) - Method in interface org.jupnp.controlpoint.ControlPoint
-
- search(int) - Method in interface org.jupnp.controlpoint.ControlPoint
-
- search(UpnpHeader, int) - Method in interface org.jupnp.controlpoint.ControlPoint
-
- search(Search) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- search() - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- search(UpnpHeader) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- search(int) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- search(UpnpHeader, int) - Method in class org.jupnp.controlpoint.ControlPointImpl
-
- Search - Class in org.jupnp.controlpoint.event
-
- Search() - Constructor for class org.jupnp.controlpoint.event.Search
-
- Search(UpnpHeader) - Constructor for class org.jupnp.controlpoint.event.Search
-
- Search(UpnpHeader, int) - Constructor for class org.jupnp.controlpoint.event.Search
-
- Search(int) - Constructor for class org.jupnp.controlpoint.event.Search
-
- searchType - Variable in class org.jupnp.controlpoint.event.Search
-
- SEC_NAMESPACE_URI - Static variable in interface org.jupnp.binding.xml.Descriptor.Device
-
- SEC_PREFIX - Static variable in interface org.jupnp.binding.xml.Descriptor.Device
-
- send(OutgoingDatagramMessage) - Method in class org.jupnp.mock.MockRouter
-
- send(StreamRequestMessage) - Method in class org.jupnp.mock.MockRouter
-
- send(OutgoingDatagramMessage) - Method in class org.jupnp.transport.impl.DatagramIOImpl
-
- send(DatagramPacket) - Method in class org.jupnp.transport.impl.DatagramIOImpl
-
- send(OutgoingDatagramMessage) - Method in interface org.jupnp.transport.Router
-
Call this method to send a UDP datagram message.
- send(StreamRequestMessage) - Method in interface org.jupnp.transport.Router
-
Call this method to send a TCP (HTTP) stream message.
- send(OutgoingDatagramMessage) - Method in class org.jupnp.transport.RouterImpl
-
- send(StreamRequestMessage) - Method in class org.jupnp.transport.RouterImpl
-
- send(OutgoingDatagramMessage) - Method in interface org.jupnp.transport.spi.DatagramIO
-
- send(DatagramPacket) - Method in interface org.jupnp.transport.spi.DatagramIO
-
The actual sending of a UDP datagram.
- SendingAction - Class in org.jupnp.protocol.sync
-
- SendingAction(UpnpService, ActionInvocation, URL) - Constructor for class org.jupnp.protocol.sync.SendingAction
-
- SendingAsync - Class in org.jupnp.protocol
-
Supertype for all synchronously executing protocols, sending UPnP messages.
- SendingAsync(UpnpService) - Constructor for class org.jupnp.protocol.SendingAsync
-
- SendingEvent - Class in org.jupnp.protocol.sync
-
Sending GENA event messages to remote subscribers.
- SendingEvent(UpnpService, LocalGENASubscription) - Constructor for class org.jupnp.protocol.sync.SendingEvent
-
- SendingNotification - Class in org.jupnp.protocol.async
-
Sending notification messages for a registered local device.
- SendingNotification(UpnpService, LocalDevice) - Constructor for class org.jupnp.protocol.async.SendingNotification
-
- SendingNotificationAlive - Class in org.jupnp.protocol.async
-
Sending ALIVE notification messages for a registered local device.
- SendingNotificationAlive(UpnpService, LocalDevice) - Constructor for class org.jupnp.protocol.async.SendingNotificationAlive
-
- SendingNotificationByebye - Class in org.jupnp.protocol.async
-
Sending BYEBYE notification messages for a registered local device.
- SendingNotificationByebye(UpnpService, LocalDevice) - Constructor for class org.jupnp.protocol.async.SendingNotificationByebye
-
- SendingRenewal - Class in org.jupnp.protocol.sync
-
Renewing a GENA event subscription with a remote host.
- SendingRenewal(UpnpService, RemoteGENASubscription) - Constructor for class org.jupnp.protocol.sync.SendingRenewal
-
- SendingSearch - Class in org.jupnp.protocol.async
-
Sending search request messages using the supplied search type.
- SendingSearch(UpnpService) - Constructor for class org.jupnp.protocol.async.SendingSearch
-
- SendingSearch(UpnpService, UpnpHeader) - Constructor for class org.jupnp.protocol.async.SendingSearch
-
Defaults to an MX value of 3 seconds.
- SendingSearch(UpnpService, UpnpHeader, int) - Constructor for class org.jupnp.protocol.async.SendingSearch
-
- SendingSubscribe - Class in org.jupnp.protocol.sync
-
Establishing a GENA event subscription with a remote host.
- SendingSubscribe(UpnpService, RemoteGENASubscription, List<NetworkAddress>) - Constructor for class org.jupnp.protocol.sync.SendingSubscribe
-
- SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> - Class in org.jupnp.protocol
-
Supertype for all synchronously executing protocols, sending UPnP messages.
- SendingSync(UpnpService, IN) - Constructor for class org.jupnp.protocol.SendingSync
-
- SendingUnsubscribe - Class in org.jupnp.protocol.sync
-
Disconnecting a GENA event subscription with a remote host.
- SendingUnsubscribe(UpnpService, RemoteGENASubscription) - Constructor for class org.jupnp.protocol.sync.SendingUnsubscribe
-
- sendMessages(Location) - Method in class org.jupnp.protocol.async.SendingNotification
-
- sendRemoteRequest(OutgoingActionRequestMessage) - Method in class org.jupnp.protocol.sync.SendingAction
-
- sendRequest(StreamRequestMessage) - Method in class org.jupnp.transport.spi.AbstractStreamClient
-
- sendRequest(StreamRequestMessage) - Method in interface org.jupnp.transport.spi.StreamClient
-
Sends the given request via TCP (HTTP) and returns the response.
- sendResponses(UpnpHeader, NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- sendSearchResponseAll(NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- sendSearchResponseDeviceType(DeviceType, NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- sendSearchResponseRootDevices(NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- sendSearchResponseServiceType(ServiceType, NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- sendSearchResponseUDN(UDN, NetworkAddress) - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- sentStreamRequestMessages - Variable in class org.jupnp.mock.MockRouter
-
- serialNumber - Variable in class org.jupnp.binding.staging.MutableDevice
-
- server - Variable in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- ServerClientTokens - Class in org.jupnp.model
-
The agent string of the UPnP stack in network messages, either as a server or client.
- ServerClientTokens() - Constructor for class org.jupnp.model.ServerClientTokens
-
- ServerClientTokens(int, int) - Constructor for class org.jupnp.model.ServerClientTokens
-
- ServerClientTokens(String, String) - Constructor for class org.jupnp.model.ServerClientTokens
-
- ServerClientTokens(int, int, String, String, String, String) - Constructor for class org.jupnp.model.ServerClientTokens
-
- ServerHeader - Class in org.jupnp.model.message.header
-
- ServerHeader() - Constructor for class org.jupnp.model.message.header.ServerHeader
-
- ServerHeader(ServerClientTokens) - Constructor for class org.jupnp.model.message.header.ServerHeader
-
- service - Variable in class org.jupnp.controlpoint.SubscriptionCallback
-
- service - Variable in class org.jupnp.model.DefaultServiceManager
-
- service - Variable in class org.jupnp.model.gena.GENASubscription
-
- Service<D extends Device,S extends Service> - Class in org.jupnp.model.meta
-
The metadata of a service, with actions and state variables.
- Service(ServiceType, ServiceId) - Constructor for class org.jupnp.model.meta.Service
-
- Service(ServiceType, ServiceId, Action<S>[], StateVariable<S>[]) - Constructor for class org.jupnp.model.meta.Service
-
- SERVICE - Static variable in class org.jupnp.model.Namespace
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jupnp.transport.impl.async.AsyncServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.jupnp.transport.impl.blocking.BlockingServlet
-
- serviceClass - Variable in class org.jupnp.model.DefaultServiceManager
-
- ServiceControlResource - Class in org.jupnp.model.resource
-
- ServiceControlResource(URI, LocalService) - Constructor for class org.jupnp.model.resource.ServiceControlResource
-
- ServiceDescriptorBinder - Interface in org.jupnp.binding.xml
-
Reads and generates service descriptor XML metadata.
- ServiceDescriptorHandler(I) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- ServiceDescriptorHandler(I, SAXParser) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- ServiceDescriptorHandler(I, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- ServiceDescriptorHandler(I, SAXParser, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- ServiceDescriptorResource - Class in org.jupnp.model.resource
-
- ServiceDescriptorResource(URI, LocalService) - Constructor for class org.jupnp.model.resource.ServiceDescriptorResource
-
- ServiceEventCallbackResource - Class in org.jupnp.model.resource
-
- ServiceEventCallbackResource(URI, RemoteService) - Constructor for class org.jupnp.model.resource.ServiceEventCallbackResource
-
- ServiceEventSubscriptionResource - Class in org.jupnp.model.resource
-
- ServiceEventSubscriptionResource(URI, LocalService) - Constructor for class org.jupnp.model.resource.ServiceEventSubscriptionResource
-
- ServiceHandler(MutableService, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler
-
- serviceId - Variable in class org.jupnp.binding.staging.MutableService
-
- ServiceId - Class in org.jupnp.model.types
-
Represents a service identifier, for example urn:my-domain-namespace:serviceId:MyService123
- ServiceId(String, String) - Constructor for class org.jupnp.model.types.ServiceId
-
- serviceImpl - Variable in class org.jupnp.model.DefaultServiceManager
-
- ServiceListHandler(List<MutableService>, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
-
- ServiceManager<T> - Interface in org.jupnp.model
-
Binds the metadata of a service to a service implementation, unified interface for accessing local services.
- ServiceReference - Class in org.jupnp.model
-
- ServiceReference(String) - Constructor for class org.jupnp.model.ServiceReference
-
- ServiceReference(UDN, ServiceId) - Constructor for class org.jupnp.model.ServiceReference
-
- services - Variable in class org.jupnp.binding.staging.MutableDevice
-
- services - Variable in class org.jupnp.model.meta.Device
-
- serviceType - Variable in class org.jupnp.binding.staging.MutableService
-
- ServiceType - Class in org.jupnp.model.types
-
Represents a service type, for example urn:my-domain-namespace:service:MyService:1.
- ServiceType(String, String) - Constructor for class org.jupnp.model.types.ServiceType
-
- ServiceType(String, String, int) - Constructor for class org.jupnp.model.types.ServiceType
-
- ServiceTypeHeader - Class in org.jupnp.model.message.header
-
- ServiceTypeHeader() - Constructor for class org.jupnp.model.message.header.ServiceTypeHeader
-
- ServiceTypeHeader(URI) - Constructor for class org.jupnp.model.message.header.ServiceTypeHeader
-
- ServiceTypeHeader(ServiceType) - Constructor for class org.jupnp.model.message.header.ServiceTypeHeader
-
- ServiceUSNHeader - Class in org.jupnp.model.message.header
-
- ServiceUSNHeader() - Constructor for class org.jupnp.model.message.header.ServiceUSNHeader
-
- ServiceUSNHeader(UDN, ServiceType) - Constructor for class org.jupnp.model.message.header.ServiceUSNHeader
-
- ServiceUSNHeader(NamedServiceType) - Constructor for class org.jupnp.model.message.header.ServiceUSNHeader
-
- SERVLET3_SUPPORT - Static variable in class org.jupnp.transport.impl.async.AsyncUtil
-
True if the ServletRequest class has a "startAsync" method,
otherwise false.
- ServletConnection - Class in org.jupnp.transport.impl
-
UPNP Connection implementation using a HttpServletRequest.
- ServletConnection(HttpServletRequest) - Constructor for class org.jupnp.transport.impl.ServletConnection
-
- servletContainerAdapter - Variable in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- ServletContainerAdapter - Interface in org.jupnp.transport.spi
-
Implement this to provide your own servlet container (instance),
It's OK if you don't start or stop your container when this adapter is
called.
- ServletStreamServerConfigurationImpl - Class in org.jupnp.transport.impl
-
Settings for the async Servlet 2.4/3.0 implementation.
- ServletStreamServerConfigurationImpl(ServletContainerAdapter) - Constructor for class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
Defaults to port '0', ephemeral.
- ServletStreamServerConfigurationImpl(ServletContainerAdapter, int) - Constructor for class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- ServletStreamServerConfigurationImpl(ServletContainerAdapter, int, int) - Constructor for class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- ServletStreamServerImpl - Class in org.jupnp.transport.impl
-
Servlet stream server implementation.
- ServletStreamServerImpl(ServletStreamServerConfigurationImpl) - Constructor for class org.jupnp.transport.impl.ServletStreamServerImpl
-
- ServletUpnpStream - Class in org.jupnp.transport.impl
-
- ServletUpnpStream(ProtocolFactory) - Constructor for class org.jupnp.transport.impl.ServletUpnpStream
-
- set(String, String) - Method in class org.jupnp.http.Headers
-
- set(Field, Object, Object) - Static method in class org.jupnp.util.Reflections
-
- setActualSubscriptionDurationSeconds(int) - Method in class org.jupnp.model.gena.GENASubscription
-
- setAndWrap(Field, Object, Object) - Static method in class org.jupnp.util.Reflections
-
- setAsyncTimeoutSeconds(int) - Method in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- setAttribute(String, String) - Method in class org.jupnp.xml.DOMElement
-
- setBody(String) - Method in interface org.jupnp.model.message.control.ActionMessage
-
- setBody(String) - Method in class org.jupnp.model.message.UpnpMessage
-
- setBody(UpnpMessage.BodyType, Object) - Method in class org.jupnp.model.message.UpnpMessage
-
- setBodyCharacters(byte[]) - Method in class org.jupnp.model.message.UpnpMessage
-
- setBodyType(UpnpMessage.BodyType) - Method in class org.jupnp.model.message.UpnpMessage
-
- setBuiltin(Datatype.Builtin) - Method in class org.jupnp.model.types.AbstractDatatype
-
- setCacheExtensions(Map<String, String>) - Method in class org.jupnp.http.CacheControl
-
- setConnection(Connection) - Method in class org.jupnp.model.message.StreamRequestMessage
-
- setContent(String) - Method in class org.jupnp.xml.DOMElement
-
- setContentHandler(ContentHandler) - Method in class org.jupnp.xml.SAXParser
-
- setControlPoint(ControlPoint) - Method in class org.jupnp.controlpoint.ActionCallback
-
- setControlPoint(ControlPoint) - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- setDiscoveryOptions(UDN, DiscoveryOptions) - Method in interface org.jupnp.registry.Registry
-
- setDiscoveryOptions(UDN, DiscoveryOptions) - Method in class org.jupnp.registry.RegistryImpl
-
- setExecutorService(ExecutorService) - Method in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- setExecutorService(ExecutorService) - Method in class org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
-
- setExecutorService(ExecutorService) - Method in interface org.jupnp.transport.spi.ServletContainerAdapter
-
Might be called several times to integrate the servlet container with jUPnP's executor
configuration.
- setFailure(ActionException) - Method in class org.jupnp.model.action.ActionInvocation
-
- setGroup(InetAddress) - Method in class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- setHeaders(UpnpHeaders) - Method in class org.jupnp.model.message.UpnpMessage
-
- setHost(String) - Method in class org.jupnp.model.types.HostPort
-
- setHttpMinorVersion(int) - Method in class org.jupnp.model.message.UpnpOperation
-
- setHttpService(HttpService) - Method in class org.jupnp.UpnpServiceImpl
-
- setInput(String, Object) - Method in class org.jupnp.model.action.ActionInvocation
-
- setInput(ActionArgumentValue<S>) - Method in class org.jupnp.model.action.ActionInvocation
-
- setInput(ActionArgumentValue<S>[]) - Method in class org.jupnp.model.action.ActionInvocation
-
- setLastRefreshTimestampSeconds(long) - Method in class org.jupnp.model.ExpirationDetails
-
- setListenPort(int) - Method in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- setMajorVersion(int) - Method in class org.jupnp.model.ServerClientTokens
-
- setManager(ServiceManager<T>) - Method in class org.jupnp.model.meta.LocalService
-
- setMaxAge(int) - Method in class org.jupnp.http.CacheControl
-
- setMaxDatagramBytes(int) - Method in class org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
- setMaxDatagramBytes(int) - Method in class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- setMinorVersion(int) - Method in class org.jupnp.model.ServerClientTokens
-
- setMustRevalidate(boolean) - Method in class org.jupnp.http.CacheControl
-
- setNamespace(String) - Method in class org.jupnp.model.message.header.MANHeader
-
- setNoCache(boolean) - Method in class org.jupnp.http.CacheControl
-
- setNoCacheFields(List<String>) - Method in class org.jupnp.http.CacheControl
-
- setNoStore(boolean) - Method in class org.jupnp.http.CacheControl
-
- setNoTransform(boolean) - Method in class org.jupnp.http.CacheControl
-
- setNumOfRecords(Long) - Method in class org.jupnp.util.Pager
-
- setOSGiUpnpServiceConfiguration(OSGiUpnpServiceConfiguration) - Method in class org.jupnp.UpnpServiceImpl
-
- setOsName(String) - Method in class org.jupnp.model.ServerClientTokens
-
- setOsVersion(String) - Method in class org.jupnp.model.ServerClientTokens
-
- setOutput(String, Object) - Method in class org.jupnp.model.action.ActionInvocation
-
- setOutput(ActionArgumentValue<S>) - Method in class org.jupnp.model.action.ActionInvocation
-
- setOutput(ActionArgumentValue<S>[]) - Method in class org.jupnp.model.action.ActionInvocation
-
- setOutputArgumentValue(ActionInvocation<LocalService>, ActionArgument<LocalService>, Object) - Method in class org.jupnp.model.action.AbstractActionExecutor
-
Sets the output argument value on the
ActionInvocation, considers string conversion.
- setPage(Integer) - Method in class org.jupnp.util.Pager
-
- setPageSize(Long) - Method in class org.jupnp.util.Pager
-
- setPort(int) - Method in class org.jupnp.model.types.HostPort
-
- setPort(int) - Method in class org.jupnp.transport.impl.MulticastReceiverConfigurationImpl
-
- setPrivateFields(List<String>) - Method in class org.jupnp.http.CacheControl
-
- setPrivateFlag(boolean) - Method in class org.jupnp.http.CacheControl
-
- setProductName(String) - Method in class org.jupnp.model.ServerClientTokens
-
- setProductVersion(String) - Method in class org.jupnp.model.ServerClientTokens
-
- setProxyRevalidate(boolean) - Method in class org.jupnp.http.CacheControl
-
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.jupnp.QueueingThreadPoolExecutor
-
This implementation does not allow setting a custom handler.
- setRequestUserAgent(String) - Method in class org.jupnp.model.profile.ClientInfo
-
- setResponseUserAgent(String) - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- setResponseUserAgent(UserAgentHeader) - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- setServletContainerAdapter(ServletContainerAdapter) - Method in class org.jupnp.transport.impl.ServletStreamServerConfigurationImpl
-
- setSharedMaxAge(int) - Method in class org.jupnp.http.CacheControl
-
- setString(String) - Method in class org.jupnp.model.message.header.AVClientInfoHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.CallbackHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.ContentRangeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.ContentTypeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.DeviceTypeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.DeviceUSNHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.EventSequenceHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.EXTHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.HostHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.InterfaceMacHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.LocationHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.MANHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.MaxAgeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.MXHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.NTEventHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.NTSHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.PragmaHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.RangeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.RootDeviceHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.ServerHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.ServiceTypeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.ServiceUSNHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.SoapActionHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.STAllHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.SubscriptionIdHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.TimeoutHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.UDADeviceTypeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.UDAServiceTypeHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.UDNHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.UpnpHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.UserAgentHeader
-
- setString(String) - Method in class org.jupnp.model.message.header.USNRootDeviceHeader
-
- setSubscription(GENASubscription) - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- setSubscriptionDuration(Integer) - Method in class org.jupnp.model.gena.LocalGENASubscription
-
- setSubscriptionId(String) - Method in class org.jupnp.model.gena.GENASubscription
-
- setTimeout(long) - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Sets the current timeout value in miliseconds - only positive numbers are
accepted
- setTimeToLive(int) - Method in class org.jupnp.transport.impl.DatagramIOConfigurationImpl
-
- setUdaMajorVersion(int) - Method in class org.jupnp.model.message.UpnpMessage
-
- setUdaMinorVersion(int) - Method in class org.jupnp.model.message.UpnpMessage
-
- setUri(URI) - Method in class org.jupnp.model.message.StreamRequestMessage
-
- setUri(URI) - Method in class org.jupnp.model.message.UpnpRequest
-
- setValue(T) - Method in class org.jupnp.model.message.header.UpnpHeader
-
- setValue(long) - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- ShortDatatype - Class in org.jupnp.model.types
-
- ShortDatatype() - Constructor for class org.jupnp.model.types.ShortDatatype
-
- shutdown() - Method in class org.jupnp.DefaultUpnpServiceConfiguration
-
- shutdown() - Method in class org.jupnp.mock.MockRouter
-
- shutdown() - Method in class org.jupnp.mock.MockUpnpService
-
- shutdown() - Method in class org.jupnp.model.resource.Resource
-
Called by the registry when it stops, in the shutdown thread.
- shutdown() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- shutdown() - Method in interface org.jupnp.registry.Registry
-
Typically called internally when the UPnP stack is stopping.
- shutdown() - Method in class org.jupnp.registry.RegistryImpl
-
- shutdown() - Method in interface org.jupnp.transport.Router
-
Disables the router and releases all other resources.
- shutdown() - Method in class org.jupnp.transport.RouterImpl
-
- shutdown() - Method in interface org.jupnp.UpnpService
-
Stopping the UPnP stack.
- Shutdown() - Constructor for class org.jupnp.UpnpService.Shutdown
-
- shutdown() - Method in interface org.jupnp.UpnpServiceConfiguration
-
Called by the
UpnpService on shutdown, useful to e.g. shutdown thread pools.
- shutdown() - Method in class org.jupnp.UpnpServiceImpl
-
- shutdown(boolean) - Method in class org.jupnp.UpnpServiceImpl
-
- shutdownConfiguration() - Method in class org.jupnp.UpnpServiceImpl
-
- shutdownExecutorServices() - Method in class org.jupnp.OSGiUpnpServiceConfiguration
-
- shutdownRegistry() - Method in class org.jupnp.UpnpServiceImpl
-
- shutdownRouter() - Method in class org.jupnp.UpnpServiceImpl
-
- SimpleErrorHandler() - Constructor for class org.jupnp.xml.SAXParser.SimpleErrorHandler
-
- Singular(E) - Constructor for class org.jupnp.util.Iterators.Singular
-
- size() - Method in class org.jupnp.http.Headers
-
- SOAP_NS_ENVELOPE - Static variable in interface org.jupnp.model.Constants
-
- SOAP_URI_ENCODING_STYLE - Static variable in interface org.jupnp.model.Constants
-
- SoapActionHeader - Class in org.jupnp.model.message.header
-
- SoapActionHeader() - Constructor for class org.jupnp.model.message.header.SoapActionHeader
-
- SoapActionHeader(URI) - Constructor for class org.jupnp.model.message.header.SoapActionHeader
-
- SoapActionHeader(SoapActionType) - Constructor for class org.jupnp.model.message.header.SoapActionHeader
-
- SoapActionHeader(String) - Constructor for class org.jupnp.model.message.header.SoapActionHeader
-
- SOAPActionProcessor - Interface in org.jupnp.transport.spi
-
Converts UPnP SOAP messages from/to action invocations.
- SOAPActionProcessorImpl - Class in org.jupnp.transport.impl
-
Default implementation based on the W3C DOM XML processing API.
- SOAPActionProcessorImpl() - Constructor for class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- SoapActionType - Class in org.jupnp.model.types
-
Header in SOAP action messages, naturally declaring the same thing as the body of the SOAP message.
- SoapActionType(ServiceType, String) - Constructor for class org.jupnp.model.types.SoapActionType
-
- SoapActionType(String, String, Integer, String) - Constructor for class org.jupnp.model.types.SoapActionType
-
- socket - Variable in class org.jupnp.transport.impl.DatagramIOImpl
-
- socket - Variable in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- SpecificationViolationReporter - Class in org.jupnp.util
-
This class reports violations again UPnP specification.
- SpecificationViolationReporter() - Constructor for class org.jupnp.util.SpecificationViolationReporter
-
- SpecificationViolationReporterConfig - Class in org.jupnp.util
-
- SpecificationViolationReporterConfig() - Constructor for class org.jupnp.util.SpecificationViolationReporterConfig
-
- SpecVersionHandler(MutableUDAVersion, UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler
-
- splitHeader(String) - Method in class org.jupnp.http.Headers
-
- STAllHeader - Class in org.jupnp.model.message.header
-
- STAllHeader() - Constructor for class org.jupnp.model.message.header.STAllHeader
-
- stampLastRefresh() - Method in class org.jupnp.model.ExpirationDetails
-
- Start() - Constructor for class org.jupnp.UpnpService.Start
-
- startAddressBasedTransports(Iterator<InetAddress>) - Method in class org.jupnp.transport.RouterImpl
-
- startElement(String, String, String, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler
-
- startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler
-
- startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler
-
- startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.IconListHandler
-
- startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.RootHandler
-
- startElement(Descriptor.Device.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.RootHandler
-
- startElement(String, String, String, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
-
- startElement(Descriptor.Service.ELEMENT, Attributes) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
-
- startElement(String, String, String, Attributes) - Method in class org.jupnp.xml.SAXParser.Handler
-
- startIfNotRunning() - Method in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- startIfNotRunning() - Method in class org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
-
- startIfNotRunning() - Method in interface org.jupnp.transport.spi.ServletContainerAdapter
-
Start your servlet container if it isn't already running, might be called multiple times.
- startInterfaceBasedTransports(Iterator<NetworkInterface>) - Method in class org.jupnp.transport.RouterImpl
-
- startup() - Method in class org.jupnp.mock.MockUpnpService
-
- startup() - Method in interface org.jupnp.UpnpService
-
- startup() - Method in class org.jupnp.UpnpServiceImpl
-
- StateMachine<S> - Interface in org.jupnp.util.statemachine
-
- StateMachineBuilder - Class in org.jupnp.util.statemachine
-
- StateMachineBuilder() - Constructor for class org.jupnp.util.statemachine.StateMachineBuilder
-
- StateMachineInvocationHandler - Class in org.jupnp.util.statemachine
-
- States - Annotation Type in org.jupnp.util.statemachine
-
- StateVariable<S extends Service> - Class in org.jupnp.model.meta
-
The metadata of a named state variable.
- StateVariable(String, StateVariableTypeDetails) - Constructor for class org.jupnp.model.meta.StateVariable
-
- StateVariable(String, StateVariableTypeDetails, StateVariableEventDetails) - Constructor for class org.jupnp.model.meta.StateVariable
-
- StateVariableAccessor - Class in org.jupnp.model.state
-
Reads the value of a state variable, given an instance that implements the service.
- StateVariableAccessor() - Constructor for class org.jupnp.model.state.StateVariableAccessor
-
- stateVariableAccessors - Variable in class org.jupnp.model.meta.LocalService
-
- StateVariableAllowedValueRange - Class in org.jupnp.model.meta
-
Integrity rule for a state variable, restricting its values to a range with steps.
- StateVariableAllowedValueRange(long, long) - Constructor for class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- StateVariableAllowedValueRange(long, long, long) - Constructor for class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- StateVariableEventDetails - Class in org.jupnp.model.meta
-
Eventing options of a state variable, including moderation settings.
- StateVariableEventDetails() - Constructor for class org.jupnp.model.meta.StateVariableEventDetails
-
- StateVariableEventDetails(boolean) - Constructor for class org.jupnp.model.meta.StateVariableEventDetails
-
- StateVariableEventDetails(boolean, int, int) - Constructor for class org.jupnp.model.meta.StateVariableEventDetails
-
- StateVariableHandler(MutableStateVariable, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler
-
- StateVariableListHandler(List<MutableStateVariable>, UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler) - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
-
- stateVariables - Variable in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- stateVariables - Variable in class org.jupnp.binding.staging.MutableService
-
- StateVariableTypeDetails - Class in org.jupnp.model.meta
-
Type of a state variable, its default value, and integrity rules for allowed values and ranges.
- StateVariableTypeDetails(Datatype) - Constructor for class org.jupnp.model.meta.StateVariableTypeDetails
-
- StateVariableTypeDetails(Datatype, String) - Constructor for class org.jupnp.model.meta.StateVariableTypeDetails
-
- StateVariableTypeDetails(Datatype, String, String[], StateVariableAllowedValueRange) - Constructor for class org.jupnp.model.meta.StateVariableTypeDetails
-
- StateVariableValue<S extends Service> - Class in org.jupnp.model.state
-
Represents the value of a state variable.
- StateVariableValue(StateVariable<S>, Object) - Constructor for class org.jupnp.model.state.StateVariableValue
-
- step - Variable in class org.jupnp.binding.staging.MutableAllowedValueRange
-
- stop() - Method in class org.jupnp.registry.RegistryMaintainer
-
- stop() - Method in class org.jupnp.transport.impl.DatagramIOImpl
-
- stop() - Method in class org.jupnp.transport.impl.jetty.JettyStreamClientImpl
-
- stop() - Method in class org.jupnp.transport.impl.MulticastReceiverImpl
-
- stop() - Method in class org.jupnp.transport.impl.ServletStreamServerImpl
-
- stop() - Method in interface org.jupnp.transport.spi.DatagramIO
-
Stops the service, closes any listening sockets.
- stop() - Method in interface org.jupnp.transport.spi.MulticastReceiver
-
Stops the service, closes any listening sockets.
- stop() - Method in interface org.jupnp.transport.spi.StreamClient
-
Stops the service, closes any connection pools etc.
- stop() - Method in interface org.jupnp.transport.spi.StreamServer
-
Stops the service, closes any listening sockets.
- stopIfRunning() - Method in class org.jupnp.transport.impl.jetty.JettyServletContainer
-
- stopIfRunning() - Method in class org.jupnp.transport.impl.osgi.HttpServiceServletContainerAdapter
-
- stopIfRunning() - Method in interface org.jupnp.transport.spi.ServletContainerAdapter
-
Stop your servlet container if it's still running, might be called multiple times.
- streamClient - Variable in class org.jupnp.transport.RouterImpl
-
- StreamClient<C extends StreamClientConfiguration> - Interface in org.jupnp.transport.spi
-
Service for sending TCP (HTTP) stream request messages.
- StreamClientConfiguration - Interface in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- StreamClientConfigurationImpl - Class in org.jupnp.transport.impl.jetty
-
Settings for the Jetty 9.3.x implementation.
- StreamClientConfigurationImpl(ExecutorService) - Constructor for class org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
-
- StreamClientConfigurationImpl(ExecutorService, int) - Constructor for class org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
-
- StreamClientConfigurationImpl(ExecutorService, int, int, int, int) - Constructor for class org.jupnp.transport.impl.jetty.StreamClientConfigurationImpl
-
- streamListenPort - Variable in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- StreamRequestMessage - Class in org.jupnp.model.message
-
A TCP (HTTP) stream request message.
- StreamRequestMessage(StreamRequestMessage) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest.Method, URI) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest.Method, URL) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest, String) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest.Method, URI, String) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest.Method, URL, String) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest, byte[]) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest.Method, URI, byte[]) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamRequestMessage(UpnpRequest.Method, URL, byte[]) - Constructor for class org.jupnp.model.message.StreamRequestMessage
-
- StreamResponseMessage - Class in org.jupnp.model.message
-
A TCP (HTTP) stream response message.
- StreamResponseMessage(StreamResponseMessage) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(UpnpResponse.Status) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(UpnpResponse) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(UpnpResponse, String) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(String) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(UpnpResponse, byte[]) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(byte[]) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(String, ContentTypeHeader) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(String, MimeType) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(byte[], ContentTypeHeader) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamResponseMessage(byte[], MimeType) - Constructor for class org.jupnp.model.message.StreamResponseMessage
-
- StreamServer<C extends StreamServerConfiguration> - Interface in org.jupnp.transport.spi
-
Service for receiving TCP (HTTP) streams, one per bound IP address.
- StreamServerConfiguration - Interface in org.jupnp.transport.spi
-
Collection of typically needed configuration settings.
- streamServers - Variable in class org.jupnp.transport.RouterImpl
-
- stringConvertibleTypes - Variable in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- stringConvertibleTypes - Variable in class org.jupnp.binding.annotations.AnnotationStateVariableBinder
-
- stringConvertibleTypes - Variable in class org.jupnp.model.meta.LocalService
-
- StringDatatype - Class in org.jupnp.model.types
-
- StringDatatype() - Constructor for class org.jupnp.model.types.StringDatatype
-
- stringToBytes(String) - Static method in class org.jupnp.util.io.HexBin
-
Converts a hex string to a byte array.
- stringToBytes(String, String) - Static method in class org.jupnp.util.io.HexBin
-
Converts a hex string to a byte array.
- stripElements(String) - Static method in class org.jupnp.xml.DOMParser
-
- subscription - Variable in class org.jupnp.protocol.sync.ReceivingSubscribe
-
- subscription - Variable in class org.jupnp.protocol.sync.SendingRenewal
-
- subscription - Variable in class org.jupnp.protocol.sync.SendingSubscribe
-
- subscription - Variable in class org.jupnp.protocol.sync.SendingUnsubscribe
-
- SubscriptionCallback - Class in org.jupnp.controlpoint
-
Subscribe and receive events from a service through GENA.
- SubscriptionCallback(Service) - Constructor for class org.jupnp.controlpoint.SubscriptionCallback
-
- SubscriptionCallback(Service, int) - Constructor for class org.jupnp.controlpoint.SubscriptionCallback
-
- subscriptionId - Variable in class org.jupnp.model.gena.GENASubscription
-
- subscriptionId - Variable in class org.jupnp.protocol.sync.SendingEvent
-
- SubscriptionIdHeader - Class in org.jupnp.model.message.header
-
- SubscriptionIdHeader() - Constructor for class org.jupnp.model.message.header.SubscriptionIdHeader
-
- SubscriptionIdHeader(String) - Constructor for class org.jupnp.model.message.header.SubscriptionIdHeader
-
- success(ActionInvocation) - Method in class org.jupnp.controlpoint.ActionCallback.Default
-
- success(ActionInvocation) - Method in class org.jupnp.controlpoint.ActionCallback
-
Called when the action invocation succeeded.
- supportsQueryStateVariables - Variable in class org.jupnp.model.meta.LocalService
-
- suspendEncoding() - Method in class org.jupnp.util.io.Base64Coder.OutputStream
-
Suspends encoding of the stream.
- switchToParent() - Method in class org.jupnp.xml.SAXParser.Handler
-
- Synchronized(Collection<E>) - Constructor for class org.jupnp.util.Iterators.Synchronized
-
- synchronizedRemove(int) - Method in class org.jupnp.util.Iterators.Synchronized
-
Must remove the element at the given index from the original collection in a
thread-safe fashion.
- syncProtocol - Variable in class org.jupnp.transport.spi.UpnpStream
-
- SYSTEM_PROPERTY_ANNOUNCE_MAC_ADDRESS - Static variable in interface org.jupnp.model.Constants
-
- SYSTEM_PROPERTY_NET_ADDRESSES - Static variable in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- SYSTEM_PROPERTY_NET_IFACES - Static variable in interface org.jupnp.transport.spi.NetworkAddressFactory
-
- Text - Class in org.jupnp.util
-
- Text() - Constructor for class org.jupnp.util.Text
-
- threadNumber - Variable in class org.jupnp.DefaultUpnpServiceConfiguration.JUPnPThreadFactory
-
- throwIfRequestCancelled() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- TimeoutHeader - Class in org.jupnp.model.message.header
-
- TimeoutHeader() - Constructor for class org.jupnp.model.message.header.TimeoutHeader
-
- TimeoutHeader(int) - Constructor for class org.jupnp.model.message.header.TimeoutHeader
-
- TimeoutHeader(Integer) - Constructor for class org.jupnp.model.message.header.TimeoutHeader
-
- timeoutSeconds - Variable in class org.jupnp.transport.spi.AbstractStreamClientConfiguration
-
- toByteArray(InputStream) - Static method in class org.jupnp.util.io.IO
-
Get the contents of an InputStream as a byte[].
- toByteArray(Reader) - Static method in class org.jupnp.util.io.IO
-
Get the contents of a Reader as a byte[]
using the default character encoding of the platform.
- toByteArray(Reader, String) - Static method in class org.jupnp.util.io.IO
-
Get the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(String) - Static method in class org.jupnp.util.io.IO
-
- toCharArray(InputStream) - Static method in class org.jupnp.util.io.IO
-
Get the contents of an InputStream as a character array
using the default character encoding of the platform.
- toCharArray(InputStream, String) - Static method in class org.jupnp.util.io.IO
-
Get the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(Reader) - Static method in class org.jupnp.util.io.IO
-
Get the contents of a Reader as a character array.
- toClassNameString(String, Object...) - Static method in class org.jupnp.util.Reflections
-
- toCommaSeparatedList(Object[]) - Static method in class org.jupnp.model.ModelUtil
-
Converts the given instances into comma-separated elements of a string,
escaping commas with backslashes.
- toCommaSeparatedList(Object[], boolean, boolean) - Static method in class org.jupnp.model.ModelUtil
-
Converts the given instances into comma-separated elements of a string,
optionally escapes commas and double quotes with backslahses.
- toDeviceArray(Collection<D>) - Method in class org.jupnp.model.meta.Device
-
- toDeviceArray(Collection<LocalDevice>) - Method in class org.jupnp.model.meta.LocalDevice
-
- toDeviceArray(Collection<RemoteDevice>) - Method in class org.jupnp.model.meta.RemoteDevice
-
- toFriendlyString() - Method in class org.jupnp.model.types.ServiceType
-
- toInputStream(String) - Static method in class org.jupnp.util.io.IO
-
Convert the specified string to an input stream, encoded as bytes
using the default character encoding of the platform.
- toInputStream(String, String) - Static method in class org.jupnp.util.io.IO
-
Convert the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toISO8601String(TimeZone, Date) - Static method in class org.jupnp.util.Text
-
- toISO8601String(TimeZone, long) - Static method in class org.jupnp.util.Text
-
- toISO8601String(TimeZone, Calendar) - Static method in class org.jupnp.util.Text
-
- toPrimitive(Byte[]) - Static method in class org.jupnp.util.ByteArray
-
- toServiceArray(Collection<S>) - Method in class org.jupnp.model.meta.Device
-
- toServiceArray(Collection<LocalService>) - Method in class org.jupnp.model.meta.LocalDevice
-
- toServiceArray(Collection<RemoteService>) - Method in class org.jupnp.model.meta.RemoteDevice
-
- toSimpleXMLString() - Method in class org.jupnp.xml.DOMElement
-
- toString() - Method in class org.jupnp.controlpoint.ActionCallback
-
- toString() - Method in class org.jupnp.controlpoint.SubscriptionCallback
-
- toString() - Method in class org.jupnp.http.CacheControl
-
- toString() - Method in class org.jupnp.http.Headers
-
- toString() - Method in class org.jupnp.http.Query
-
- toString() - Method in class org.jupnp.http.Representation
-
- toString() - Method in class org.jupnp.model.action.ActionInvocation
-
- toString() - Method in class org.jupnp.model.DefaultServiceManager
-
- toString() - Method in class org.jupnp.model.DiscoveryOptions
-
- toString() - Method in class org.jupnp.model.ExpirationDetails
-
- toString() - Method in class org.jupnp.model.gena.GENASubscription
-
- toString() - Method in class org.jupnp.model.gena.RemoteGENASubscription
-
- toString() - Method in class org.jupnp.model.message.gena.IncomingEventRequestMessage
-
- toString() - Method in class org.jupnp.model.message.header.InterfaceMacHeader
-
- toString() - Method in class org.jupnp.model.message.header.UpnpHeader
-
- toString() - Method in class org.jupnp.model.message.UpnpMessage
-
- toString() - Method in class org.jupnp.model.message.UpnpRequest
-
- toString() - Method in class org.jupnp.model.message.UpnpResponse
-
- toString() - Method in class org.jupnp.model.meta.Action
-
- toString() - Method in class org.jupnp.model.meta.ActionArgument
-
- toString() - Method in class org.jupnp.model.meta.Device
-
- toString() - Method in class org.jupnp.model.meta.DeviceIdentity
-
- toString() - Method in class org.jupnp.model.meta.Icon
-
- toString() - Method in class org.jupnp.model.meta.LocalService
-
- toString() - Method in class org.jupnp.model.meta.RemoteDeviceIdentity
-
- toString() - Method in class org.jupnp.model.meta.RemoteService
-
- toString() - Method in class org.jupnp.model.meta.Service
-
- toString() - Method in class org.jupnp.model.meta.StateVariable
-
- toString() - Method in class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- toString() - Method in class org.jupnp.model.profile.ClientInfo
-
- toString() - Method in class org.jupnp.model.profile.RemoteClientInfo
-
- toString() - Method in class org.jupnp.model.resource.Resource
-
- toString() - Method in class org.jupnp.model.ServerClientTokens
-
- toString() - Method in class org.jupnp.model.ServiceReference
-
- toString() - Method in class org.jupnp.model.state.FieldStateVariableAccessor
-
- toString() - Method in class org.jupnp.model.state.GetterStateVariableAccessor
-
- toString() - Method in class org.jupnp.model.state.StateVariableAccessor
-
- toString() - Method in class org.jupnp.model.types.AbstractDatatype
-
- toString() - Method in class org.jupnp.model.types.csv.CSV
-
- toString() - Method in class org.jupnp.model.types.CustomDatatype
-
- toString() - Method in enum org.jupnp.model.types.Datatype.Default
-
- toString() - Method in class org.jupnp.model.types.DeviceType
-
- toString() - Method in class org.jupnp.model.types.DLNACaps
-
- toString() - Method in class org.jupnp.model.types.DLNADoc
-
- toString() - Method in enum org.jupnp.model.types.DLNADoc.Version
-
- toString() - Method in class org.jupnp.model.types.HostPort
-
- toString() - Method in class org.jupnp.model.types.NamedDeviceType
-
- toString() - Method in class org.jupnp.model.types.NamedServiceType
-
- toString() - Method in class org.jupnp.model.types.ServiceId
-
- toString() - Method in class org.jupnp.model.types.ServiceType
-
- toString() - Method in class org.jupnp.model.types.SoapActionType
-
- toString() - Method in class org.jupnp.model.types.UDN
-
- toString() - Method in class org.jupnp.model.types.UnsignedVariableInteger
-
- toString() - Method in class org.jupnp.model.ValidationError
-
- toString() - Method in class org.jupnp.model.VariableValue
-
- toString() - Method in class org.jupnp.protocol.ReceivingAsync
-
- toString() - Method in class org.jupnp.protocol.ReceivingSync
-
- toString() - Method in class org.jupnp.protocol.SendingAsync
-
- toString() - Method in class org.jupnp.protocol.SendingSync
-
- toString() - Method in class org.jupnp.transport.impl.async.AsyncServletUpnpStream
-
- toString(Document) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- toString(Document) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- toString() - Method in class org.jupnp.transport.spi.UpnpStream
-
- toString(InputStream) - Static method in class org.jupnp.util.io.IO
-
Get the contents of an InputStream as a String
using the default character encoding of the platform.
- toString(InputStream, String) - Static method in class org.jupnp.util.io.IO
-
Get the contents of an InputStream as a String
using the specified character encoding.
- toString(Reader) - Static method in class org.jupnp.util.io.IO
-
Get the contents of a Reader as a String.
- toString(byte[]) - Static method in class org.jupnp.util.io.IO
-
- toString(byte[], String) - Static method in class org.jupnp.util.io.IO
-
- toString() - Method in class org.jupnp.util.MimeType
-
- toString() - Method in class org.jupnp.util.Pager
-
- toString(Member) - Static method in class org.jupnp.util.Reflections
-
- toString() - Method in class org.jupnp.xml.DOMElement
-
- toStringNoParameters() - Method in class org.jupnp.util.MimeType
-
- toTimeString(long) - Static method in class org.jupnp.model.ModelUtil
-
- toURI(URL) - Static method in class org.jupnp.util.URIUtil
-
- toURL(URI) - Static method in class org.jupnp.util.URIUtil
-
- toWrapper(byte[]) - Static method in class org.jupnp.util.ByteArray
-
- TransitionException - Exception in org.jupnp.util.statemachine
-
- TransitionException(String) - Constructor for exception org.jupnp.util.statemachine.TransitionException
-
- TransitionException(String, Throwable) - Constructor for exception org.jupnp.util.statemachine.TransitionException
-
- TransportConfiguration<SCC extends StreamClientConfiguration,SSC extends StreamServerConfiguration> - Interface in org.jupnp.transport
-
Interface to abstract a transport implementation.
- TransportConfigurationProvider - Class in org.jupnp.transport
-
This is the central place to switch between transport implementations.
- TransportConfigurationProvider() - Constructor for class org.jupnp.transport.TransportConfigurationProvider
-
- UDA10DeviceDescriptorBinderImpl - Class in org.jupnp.binding.xml
-
Implementation based on JAXP DOM.
- UDA10DeviceDescriptorBinderImpl() - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- UDA10DeviceDescriptorBinderSAXImpl - Class in org.jupnp.binding.xml
-
A JAXP SAX parser implementation, which is actually slower than the DOM implementation (on desktop and on Android)!
- UDA10DeviceDescriptorBinderSAXImpl() - Constructor for class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderSAXImpl
-
- UDA10DeviceDescriptorBinderSAXImpl.DeviceDescriptorHandler<I> - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.DeviceHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.DeviceListHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.IconHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.IconListHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.RootHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.ServiceHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.ServiceListHandler - Class in org.jupnp.binding.xml
-
- UDA10DeviceDescriptorBinderSAXImpl.SpecVersionHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderImpl - Class in org.jupnp.binding.xml
-
Implementation based on JAXP DOM.
- UDA10ServiceDescriptorBinderImpl() - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
-
- UDA10ServiceDescriptorBinderSAXImpl - Class in org.jupnp.binding.xml
-
Implementation based on JAXP SAX.
- UDA10ServiceDescriptorBinderSAXImpl() - Constructor for class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderSAXImpl
-
- UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.ActionHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.RootHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I> - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler - Class in org.jupnp.binding.xml
-
- UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler - Class in org.jupnp.binding.xml
-
- UDADeviceType - Class in org.jupnp.model.types
-
Device type with a fixed schemas-upnp-org namespace.
- UDADeviceType(String) - Constructor for class org.jupnp.model.types.UDADeviceType
-
- UDADeviceType(String, int) - Constructor for class org.jupnp.model.types.UDADeviceType
-
- UDADeviceTypeHeader - Class in org.jupnp.model.message.header
-
- UDADeviceTypeHeader() - Constructor for class org.jupnp.model.message.header.UDADeviceTypeHeader
-
- UDADeviceTypeHeader(URI) - Constructor for class org.jupnp.model.message.header.UDADeviceTypeHeader
-
- UDADeviceTypeHeader(DeviceType) - Constructor for class org.jupnp.model.message.header.UDADeviceTypeHeader
-
- UDAServiceId - Class in org.jupnp.model.types
-
Service identifier with a fixed upnp-org namespace.
- UDAServiceId(String) - Constructor for class org.jupnp.model.types.UDAServiceId
-
- UDAServiceType - Class in org.jupnp.model.types
-
Service type with a fixed schemas-upnp-org namespace.
- UDAServiceType(String) - Constructor for class org.jupnp.model.types.UDAServiceType
-
- UDAServiceType(String, int) - Constructor for class org.jupnp.model.types.UDAServiceType
-
- UDAServiceTypeHeader - Class in org.jupnp.model.message.header
-
- UDAServiceTypeHeader() - Constructor for class org.jupnp.model.message.header.UDAServiceTypeHeader
-
- UDAServiceTypeHeader(URI) - Constructor for class org.jupnp.model.message.header.UDAServiceTypeHeader
-
- UDAServiceTypeHeader(UDAServiceType) - Constructor for class org.jupnp.model.message.header.UDAServiceTypeHeader
-
- udaVersion - Variable in class org.jupnp.binding.staging.MutableDevice
-
- UDAVersion - Class in org.jupnp.model.meta
-
Version of the UPnP Device Architecture (UDA), defaults to 1.0.
- UDAVersion() - Constructor for class org.jupnp.model.meta.UDAVersion
-
- UDAVersion(int, int) - Constructor for class org.jupnp.model.meta.UDAVersion
-
- udn - Variable in class org.jupnp.binding.staging.MutableDevice
-
- UDN - Class in org.jupnp.model.types
-
A unique device name.
- UDN(String) - Constructor for class org.jupnp.model.types.UDN
-
- UDN(UUID) - Constructor for class org.jupnp.model.types.UDN
-
- UDNHeader - Class in org.jupnp.model.message.header
-
- UDNHeader() - Constructor for class org.jupnp.model.message.header.UDNHeader
-
- UDNHeader(UDN) - Constructor for class org.jupnp.model.message.header.UDNHeader
-
- uniqueSystemIdentifier(String) - Static method in class org.jupnp.model.types.UDN
-
Generates a global unique identifier that is the same every time this method is invoked on the same machine with
the same argument.
- UNKNOWN - Static variable in class org.jupnp.model.types.DeviceType
-
- UNKNOWN - Static variable in class org.jupnp.model.types.ServiceId
-
- UNKNOWN_PLACEHOLDER - Static variable in class org.jupnp.model.ServerClientTokens
-
- UNLIMITED_AGE - Static variable in class org.jupnp.model.ExpirationDetails
-
- unlock() - Method in class org.jupnp.model.DefaultServiceManager
-
- unlock(Lock) - Method in class org.jupnp.transport.RouterImpl
-
- unqualify(String) - Static method in class org.jupnp.util.Reflections
-
- unqualify(String, char) - Static method in class org.jupnp.util.Reflections
-
- unregisterPendingRemoteSubscription(RemoteGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- unregisterPendingRemoteSubscription(RemoteGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- unsetHttpService(HttpService) - Method in class org.jupnp.UpnpServiceImpl
-
- unsetOSGiUpnpServiceConfiguration(OSGiUpnpServiceConfiguration) - Method in class org.jupnp.UpnpServiceImpl
-
- UnsignedIntegerFourBytes - Class in org.jupnp.model.types
-
- UnsignedIntegerFourBytes(long) - Constructor for class org.jupnp.model.types.UnsignedIntegerFourBytes
-
- UnsignedIntegerFourBytes(String) - Constructor for class org.jupnp.model.types.UnsignedIntegerFourBytes
-
- UnsignedIntegerFourBytesDatatype - Class in org.jupnp.model.types
-
- UnsignedIntegerFourBytesDatatype() - Constructor for class org.jupnp.model.types.UnsignedIntegerFourBytesDatatype
-
- UnsignedIntegerOneByte - Class in org.jupnp.model.types
-
- UnsignedIntegerOneByte(long) - Constructor for class org.jupnp.model.types.UnsignedIntegerOneByte
-
- UnsignedIntegerOneByte(String) - Constructor for class org.jupnp.model.types.UnsignedIntegerOneByte
-
- UnsignedIntegerOneByteDatatype - Class in org.jupnp.model.types
-
- UnsignedIntegerOneByteDatatype() - Constructor for class org.jupnp.model.types.UnsignedIntegerOneByteDatatype
-
- UnsignedIntegerTwoBytes - Class in org.jupnp.model.types
-
- UnsignedIntegerTwoBytes(long) - Constructor for class org.jupnp.model.types.UnsignedIntegerTwoBytes
-
- UnsignedIntegerTwoBytes(String) - Constructor for class org.jupnp.model.types.UnsignedIntegerTwoBytes
-
- UnsignedIntegerTwoBytesDatatype - Class in org.jupnp.model.types
-
- UnsignedIntegerTwoBytesDatatype() - Constructor for class org.jupnp.model.types.UnsignedIntegerTwoBytesDatatype
-
- UnsignedVariableInteger - Class in org.jupnp.model.types
-
A crude solution for unsigned "non-negative" types in UPnP, not usable for any arithmetic.
- UnsignedVariableInteger() - Constructor for class org.jupnp.model.types.UnsignedVariableInteger
-
- UnsignedVariableInteger(long) - Constructor for class org.jupnp.model.types.UnsignedVariableInteger
-
- UnsignedVariableInteger(String) - Constructor for class org.jupnp.model.types.UnsignedVariableInteger
-
- UnsignedVariableInteger.Bits - Enum in org.jupnp.model.types
-
- UnsupportedDataException - Exception in org.jupnp.model
-
Thrown by processors/converters when errors occurred.
- UnsupportedDataException(String) - Constructor for exception org.jupnp.model.UnsupportedDataException
-
- UnsupportedDataException(String, Throwable) - Constructor for exception org.jupnp.model.UnsupportedDataException
-
- UnsupportedDataException(String, Throwable, Object) - Constructor for exception org.jupnp.model.UnsupportedDataException
-
- unwrap(Throwable) - Static method in class org.jupnp.util.Exceptions
-
- unwrapException(Exception) - Method in class org.jupnp.xml.DOMParser
-
- upc - Variable in class org.jupnp.binding.staging.MutableDevice
-
- update(RemoteDeviceIdentity) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP discovery protocol.
- update(RemoteDeviceIdentity) - Method in class org.jupnp.registry.RegistryImpl
-
- updated(Dictionary) - Method in class org.jupnp.util.SpecificationViolationReporterConfig
-
- updateLocalSubscription(LocalGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- updateLocalSubscription(LocalGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- updateRemoteSubscription(RemoteGENASubscription) - Method in interface org.jupnp.registry.Registry
-
Called internally by the UPnP stack, during GENA protocol execution.
- updateRemoteSubscription(RemoteGENASubscription) - Method in class org.jupnp.registry.RegistryImpl
-
- UPNP_MULTICAST_PORT - Static variable in interface org.jupnp.model.Constants
-
- UPNP_MULTICAST_RESPONSE_PORT - Static variable in interface org.jupnp.model.Constants
-
- UpnpAction - Annotation Type in org.jupnp.binding.annotations
-
- UpnpHeader<T> - Class in org.jupnp.model.message.header
-
Transforms known and standardized UPnP/HTTP headers from/to string representation.
- UpnpHeader() - Constructor for class org.jupnp.model.message.header.UpnpHeader
-
- UpnpHeader.Type - Enum in org.jupnp.model.message.header
-
Maps a standardized UPnP header to potential header subtypes.
- UpnpHeaders - Class in org.jupnp.model.message
-
Provides UPnP header API in addition to plain multi-map HTTP header access.
- UpnpHeaders() - Constructor for class org.jupnp.model.message.UpnpHeaders
-
- UpnpHeaders(Map<String, List<String>>) - Constructor for class org.jupnp.model.message.UpnpHeaders
-
- UpnpHeaders(ByteArrayInputStream) - Constructor for class org.jupnp.model.message.UpnpHeaders
-
- UpnpHeaders(boolean) - Constructor for class org.jupnp.model.message.UpnpHeaders
-
- UpnpInputArgument - Annotation Type in org.jupnp.binding.annotations
-
- UpnpMessage<O extends UpnpOperation> - Class in org.jupnp.model.message
-
A non-streaming message, the interface between the transport layer and the protocols.
- UpnpMessage(UpnpMessage<O>) - Constructor for class org.jupnp.model.message.UpnpMessage
-
- UpnpMessage(O) - Constructor for class org.jupnp.model.message.UpnpMessage
-
- UpnpMessage(O, UpnpMessage.BodyType, Object) - Constructor for class org.jupnp.model.message.UpnpMessage
-
- UpnpMessage.BodyType - Enum in org.jupnp.model.message
-
- UpnpOperation - Class in org.jupnp.model.message
-
The operation, or HTTP details, of a message.
- UpnpOperation() - Constructor for class org.jupnp.model.message.UpnpOperation
-
- UpnpOutputArgument - Annotation Type in org.jupnp.binding.annotations
-
- UpnpRequest - Class in org.jupnp.model.message
-
A request message, with a method (GET, POST, NOTIFY, etc).
- UpnpRequest(UpnpRequest.Method) - Constructor for class org.jupnp.model.message.UpnpRequest
-
- UpnpRequest(UpnpRequest.Method, URI) - Constructor for class org.jupnp.model.message.UpnpRequest
-
- UpnpRequest(UpnpRequest.Method, URL) - Constructor for class org.jupnp.model.message.UpnpRequest
-
- UpnpRequest.Method - Enum in org.jupnp.model.message
-
- UpnpResponse - Class in org.jupnp.model.message
-
A response message, with a status code and message (OK, NOT FOUND, etc).
- UpnpResponse(int, String) - Constructor for class org.jupnp.model.message.UpnpResponse
-
- UpnpResponse(UpnpResponse.Status) - Constructor for class org.jupnp.model.message.UpnpResponse
-
- UpnpResponse.Status - Enum in org.jupnp.model.message
-
- UpnpService - Annotation Type in org.jupnp.binding.annotations
-
- upnpService - Variable in class org.jupnp.protocol.ProtocolFactoryImpl
-
- upnpService - Variable in class org.jupnp.registry.RegistryImpl
-
- UpnpService - Interface in org.jupnp
-
Primary interface of the jUPnP Core UPnP stack.
- UpnpService.Shutdown - Class in org.jupnp
-
- UpnpService.Start - Class in org.jupnp
-
- UpnpServiceConfiguration - Interface in org.jupnp
-
Shared configuration data of the UPnP stack..
- UpnpServiceId - Annotation Type in org.jupnp.binding.annotations
-
- UpnpServiceImpl - Class in org.jupnp
-
Default implementation of
UpnpService, starts immediately on construction.
- UpnpServiceImpl() - Constructor for class org.jupnp.UpnpServiceImpl
-
- UpnpServiceImpl(UpnpServiceConfiguration) - Constructor for class org.jupnp.UpnpServiceImpl
-
- UpnpServiceType - Annotation Type in org.jupnp.binding.annotations
-
- UpnpStateVariable - Annotation Type in org.jupnp.binding.annotations
-
- UpnpStateVariables - Annotation Type in org.jupnp.binding.annotations
-
- UpnpStream - Class in org.jupnp.transport.spi
-
A runnable representation of a single HTTP request/response procedure.
- UpnpStream(ProtocolFactory) - Constructor for class org.jupnp.transport.spi.UpnpStream
-
- uri - Variable in class org.jupnp.binding.staging.MutableIcon
-
- URIDatatype - Class in org.jupnp.model.types
-
- URIDatatype() - Constructor for class org.jupnp.model.types.URIDatatype
-
- URIUtil - Class in org.jupnp.util
-
- URIUtil() - Constructor for class org.jupnp.util.URIUtil
-
- url - Variable in class org.jupnp.model.Location
-
- URL_SAFE - Static variable in class org.jupnp.util.io.Base64Coder
-
- useAddresses - Variable in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- useInterfaces - Variable in class org.jupnp.transport.impl.NetworkAddressFactoryImpl
-
- UserAgentHeader - Class in org.jupnp.model.message.header
-
A simple string, not validated (everyone gets this wrong)
- UserAgentHeader() - Constructor for class org.jupnp.model.message.header.UserAgentHeader
-
- UserAgentHeader(String) - Constructor for class org.jupnp.model.message.header.UserAgentHeader
-
- UserConstants - Class in org.jupnp.model
-
Settings you can modify if you know what you are doing.
- UserConstants() - Constructor for class org.jupnp.model.UserConstants
-
- USNRootDeviceHeader - Class in org.jupnp.model.message.header
-
- USNRootDeviceHeader() - Constructor for class org.jupnp.model.message.header.USNRootDeviceHeader
-
- USNRootDeviceHeader(UDN) - Constructor for class org.jupnp.model.message.header.USNRootDeviceHeader
-
- Validatable - Interface in org.jupnp.model
-
Marker for types with integrity rules that require validation.
- validate(URL) - Static method in class org.jupnp.http.HttpFetch
-
- validate() - Method in class org.jupnp.model.meta.Action
-
- validate() - Method in class org.jupnp.model.meta.ActionArgument
-
- validate() - Method in class org.jupnp.model.meta.Device
-
- validate() - Method in class org.jupnp.model.meta.DeviceDetails
-
- validate() - Method in class org.jupnp.model.meta.DeviceIdentity
-
- validate() - Method in class org.jupnp.model.meta.Icon
-
- validate() - Method in class org.jupnp.model.meta.LocalDevice
-
- validate() - Method in class org.jupnp.model.meta.QueryStateVariableAction
-
- validate() - Method in class org.jupnp.model.meta.Service
-
- validate() - Method in class org.jupnp.model.meta.StateVariable
-
- validate() - Method in class org.jupnp.model.meta.StateVariableAllowedValueRange
-
- validate() - Method in class org.jupnp.model.meta.StateVariableTypeDetails
-
- validate() - Method in class org.jupnp.model.meta.UDAVersion
-
- validate() - Method in interface org.jupnp.model.Validatable
-
- validate(URL) - Method in class org.jupnp.xml.DOMParser
-
- validate(String) - Method in class org.jupnp.xml.DOMParser
-
- validate(Document) - Method in class org.jupnp.xml.DOMParser
-
- validate(DOM) - Method in class org.jupnp.xml.DOMParser
-
- validate(Source) - Method in class org.jupnp.xml.DOMParser
-
- validateThis() - Method in class org.jupnp.model.meta.RemoteService
-
- validateType(StateVariable, Class) - Method in class org.jupnp.binding.annotations.AnnotationActionBinder
-
- ValidationError - Class in org.jupnp.model
-
Representing an integrity rule validation failure.
- ValidationError(Class, String) - Constructor for class org.jupnp.model.ValidationError
-
- ValidationError(Class, String, String) - Constructor for class org.jupnp.model.ValidationError
-
- ValidationException - Exception in org.jupnp.model
-
Thrown if integrity rule violations are exceptional, encapsulating the errors.
- ValidationException(String) - Constructor for exception org.jupnp.model.ValidationException
-
- ValidationException(String, Throwable) - Constructor for exception org.jupnp.model.ValidationException
-
- ValidationException(String, List<ValidationError>) - Constructor for exception org.jupnp.model.ValidationException
-
- value - Variable in class org.jupnp.model.types.UnsignedVariableInteger
-
- valueOf(String) - Static method in enum org.jupnp.binding.xml.Descriptor.Device.ELEMENT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.binding.xml.Descriptor.Service.ATTRIBUTE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.binding.xml.Descriptor.Service.ELEMENT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jupnp.http.CacheControl
-
- valueOf(String) - Static method in enum org.jupnp.model.gena.CancelReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.model.message.header.UpnpHeader.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.model.message.UpnpMessage.BodyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.model.message.UpnpRequest.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.model.message.UpnpResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.model.meta.ActionArgument.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class org.jupnp.model.types.AbstractDatatype
-
- valueOf(String) - Method in class org.jupnp.model.types.Base64Datatype
-
- valueOf(String) - Method in class org.jupnp.model.types.BinHexDatatype
-
- valueOf(String) - Method in class org.jupnp.model.types.BooleanDatatype
-
- valueOf(String) - Static method in class org.jupnp.model.types.BytesRange
-
- valueOf(String, String) - Static method in class org.jupnp.model.types.BytesRange
-
- valueOf(String) - Method in class org.jupnp.model.types.CharacterDatatype
-
- valueOf(String) - Method in class org.jupnp.model.types.CustomDatatype
-
- valueOf(String) - Static method in enum org.jupnp.model.types.Datatype.Builtin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jupnp.model.types.Datatype.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in interface org.jupnp.model.types.Datatype
-
Transforms a string representation into a value of the supported type.
- valueOf(String) - Method in class org.jupnp.model.types.DateTimeDatatype
-
- valueOf(String) - Static method in class org.jupnp.model.types.DeviceType
-
- valueOf(String) - Static method in class org.jupnp.model.types.DLNACaps
-
- valueOf(String) - Static method in class org.jupnp.model.types.DLNADoc
-
- valueOf(String) - Static method in enum org.jupnp.model.types.DLNADoc.Version
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class org.jupnp.model.types.DoubleDatatype
-
- valueOf(String) - Static method in enum org.jupnp.model.types.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class org.jupnp.model.types.FloatDatatype
-
- valueOf(String) - Method in class org.jupnp.model.types.IntegerDatatype
-
- valueOf(String) - Static method in class org.jupnp.model.types.NamedDeviceType
-
- valueOf(String) - Static method in class org.jupnp.model.types.NamedServiceType
-
- valueOf(String) - Static method in enum org.jupnp.model.types.NotificationSubtype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jupnp.model.types.PragmaType
-
- valueOf(String) - Static method in class org.jupnp.model.types.ServiceId
-
- valueOf(String) - Static method in class org.jupnp.model.types.ServiceType
-
- valueOf(String) - Method in class org.jupnp.model.types.ShortDatatype
-
- valueOf(String) - Static method in class org.jupnp.model.types.SoapActionType
-
- valueOf(String) - Method in class org.jupnp.model.types.StringDatatype
-
- valueOf(String) - Static method in class org.jupnp.model.types.UDADeviceType
-
- valueOf(String) - Static method in class org.jupnp.model.types.UDAServiceId
-
- valueOf(String) - Static method in class org.jupnp.model.types.UDAServiceType
-
- valueOf(String) - Static method in class org.jupnp.model.types.UDN
-
- valueOf(String) - Method in class org.jupnp.model.types.UnsignedIntegerFourBytesDatatype
-
- valueOf(String) - Method in class org.jupnp.model.types.UnsignedIntegerOneByteDatatype
-
- valueOf(String) - Method in class org.jupnp.model.types.UnsignedIntegerTwoBytesDatatype
-
- valueOf(String) - Static method in enum org.jupnp.model.types.UnsignedVariableInteger.Bits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class org.jupnp.model.types.URIDatatype
-
- valueOf(String) - Static method in class org.jupnp.util.MimeType
-
- valueOrNullOf(String) - Static method in enum org.jupnp.binding.xml.Descriptor.Device.ELEMENT
-
- valueOrNullOf(String) - Static method in enum org.jupnp.binding.xml.Descriptor.Service.ELEMENT
-
- values() - Static method in enum org.jupnp.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.jupnp.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.jupnp.binding.xml.Descriptor.Service.ELEMENT
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.jupnp.http.Headers
-
- values() - Static method in enum org.jupnp.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.jupnp.model.message.header.UpnpHeader.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jupnp.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.jupnp.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.jupnp.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.jupnp.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.jupnp.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.jupnp.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.jupnp.model.types.DLNADoc.Version
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jupnp.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.jupnp.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.jupnp.model.types.UnsignedVariableInteger.Bits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableValue - Class in org.jupnp.model
-
Encapsulates a variable or argument value, validates and transforms it from/to a string representaion.
- VariableValue(Datatype, Object) - Constructor for class org.jupnp.model.VariableValue
-
Creates and validates a variable value.
- VIRTUAL_STATEVARIABLE_INPUT - Static variable in class org.jupnp.model.meta.QueryStateVariableAction
-
- VIRTUAL_STATEVARIABLE_OUTPUT - Static variable in class org.jupnp.model.meta.QueryStateVariableAction
-
- visit(Node) - Method in class org.jupnp.xml.DOMParser.NodeVisitor
-
- waitBeforeExecution() - Method in class org.jupnp.protocol.async.ReceivingSearch
-
- waitBeforeExecution() - Method in class org.jupnp.protocol.ReceivingAsync
-
Provides an opportunity to pause before executing the protocol.
- waitForTimeoutOrCompletion() - Method in class org.jupnp.transport.impl.blocking.FauxAsyncContext
-
Blocks the current thread for the set timeout, can be stopped by calling
the complete() method.
- warning(SAXParseException) - Method in class org.jupnp.binding.xml.UDA10DeviceDescriptorBinderImpl
-
- warning(SAXParseException) - Method in class org.jupnp.binding.xml.UDA10ServiceDescriptorBinderImpl
-
- warning(SAXParseException) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- warning(SAXParseException) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- warning(SAXParseException) - Method in class org.jupnp.xml.DOMParser
-
- warning(SAXParseException) - Method in class org.jupnp.xml.SAXParser.SimpleErrorHandler
-
- width - Variable in class org.jupnp.binding.staging.MutableIcon
-
- WILDCARD - Static variable in class org.jupnp.util.MimeType
-
- wrap(String, String) - Static method in class org.jupnp.xml.DOMParser
-
- wrap(String, String, String) - Static method in class org.jupnp.xml.DOMParser
-
- write(OutgoingDatagramMessage) - Method in class org.jupnp.transport.impl.DatagramProcessorImpl
-
- write(OutgoingDatagramMessage) - Method in interface org.jupnp.transport.spi.DatagramProcessor
-
Creates a UDP datagram with the content of a message.
- write(int) - Method in class org.jupnp.util.io.Base64Coder.OutputStream
-
Writes the byte to the output stream after
converting to/from Base64 notation.
- write(byte[], int, int) - Method in class org.jupnp.util.io.Base64Coder.OutputStream
-
- write(byte[], OutputStream) - Static method in class org.jupnp.util.io.IO
-
Writes bytes from a byte[] to an OutputStream.
- write(byte[], Writer) - Static method in class org.jupnp.util.io.IO
-
Writes bytes from a byte[] to chars on a Writer
using the default character encoding of the platform.
- write(byte[], Writer, String) - Static method in class org.jupnp.util.io.IO
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(char[], Writer) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a char[] to a Writer
using the default character encoding of the platform.
- write(char[], OutputStream) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a char[] to bytes on an
OutputStream.
- write(char[], OutputStream, String) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(String, Writer) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a String to a Writer.
- write(String, OutputStream) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a String to bytes on an
OutputStream using the default character encoding of the
platform.
- write(String, OutputStream, String) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(StringBuffer, Writer) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a StringBuffer to a Writer.
- write(StringBuffer, OutputStream) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a StringBuffer to bytes on an
OutputStream using the default character encoding of the
platform.
- write(StringBuffer, OutputStream, String) - Static method in class org.jupnp.util.io.IO
-
Writes chars from a StringBuffer to bytes on an
OutputStream using the specified character encoding.
- writeActionInputArguments(Document, Element, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeActionOutputArguments(Document, Element, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeActionRequestElement(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeActionResponseElement(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBody(OutgoingEventRequestMessage) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- writeBody(ActionRequestMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBody(ActionResponseMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBody(OutgoingEventRequestMessage) - Method in interface org.jupnp.transport.spi.GENAEventProcessor
-
- writeBody(ActionRequestMessage, ActionInvocation) - Method in interface org.jupnp.transport.spi.SOAPActionProcessor
-
Converts the given invocation input into SOAP XML content, setting on the given request message.
- writeBody(ActionResponseMessage, ActionInvocation) - Method in interface org.jupnp.transport.spi.SOAPActionProcessor
-
Converts the given invocation output into SOAP XML content, setting on the given response message.
- writeBodyElement(Document) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBodyFailure(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBodyRequest(Document, Element, ActionRequestMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBodyResponse(Document, Element, ActionResponseMessage, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeBytes(OutputStream, byte[]) - Static method in class org.jupnp.util.io.IO
-
- writeBytes(File, byte[]) - Static method in class org.jupnp.util.io.IO
-
- writeFaultElement(Document, Element, ActionInvocation) - Method in class org.jupnp.transport.impl.SOAPActionProcessorImpl
-
- writeFormat - Variable in class org.jupnp.model.types.DateTimeDatatype
-
- writeLock - Variable in class org.jupnp.transport.RouterImpl
-
- writeProperties(Document, Element, OutgoingEventRequestMessage) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- writePropertysetElement(Document) - Method in class org.jupnp.transport.impl.GENAEventProcessorImpl
-
- writeResponseMessage(StreamResponseMessage) - Method in class org.jupnp.transport.impl.ServletUpnpStream
-
- writeUTF8(OutputStream, String) - Static method in class org.jupnp.util.io.IO
-
- writeUTF8(File, String) - Static method in class org.jupnp.util.io.IO
-