A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
H
- handle(java.io.InputStream,java.io.OutputStream,org.somda.sdc.dpws.soap.CommunicationContext) - function in org.somda.sdc.dpws.device.helper.ByteResourceHandler
- Callback that is invoked by HttpServerRegistry whenever a respective context path is matched.
- handle(java.io.InputStream,java.io.OutputStream,org.somda.sdc.dpws.soap.CommunicationContext) - function in org.somda.sdc.dpws.device.helper.RequestResponseServerHttpHandler
- Callback that is invoked by HttpServerRegistry whenever a respective context path is matched.
- handle(java.io.InputStream,java.io.OutputStream,org.somda.sdc.dpws.soap.CommunicationContext) - function in org.somda.sdc.dpws.http.HttpHandler
- Callback that is invoked by HttpServerRegistry whenever a respective context path is matched.
- handle(java.lang.String,org.eclipse.jetty.server.Request,jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse) - function in org.somda.sdc.dpws.http.jetty.CommunicationLogHandlerWrapper
- handle(java.lang.String,org.eclipse.jetty.server.Request,jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse) - function in org.somda.sdc.dpws.http.jetty.JettyHttpServerHandler
- hashCode() - function in java.lang.annotation.Annotation
- hasTransportData() - function in org.somda.sdc.dpws.udp.UdpMessage
- Checks if there is transport data attached to the message.
- HelloByeAndProbeMatchesObserver - class in org.somda.sdc.dpws.soap.wsdiscovery
- Designates a deriving class as a WS-Discovery Hello, Bye and ProbeMatches observer.
- HelloByeAndProbeMatchesObserverImpl - class in org.somda.sdc.dpws.client.helper
- Helper class to forward Hello, Bye, ProbeMatches, and ProbeTimeout events.
- HelloMessage - class in org.somda.sdc.dpws.soap.wsdiscovery.event
- Message to represent a WS-Discovery Hello.
- HostedService - class in org.somda.sdc.dpws.service
- Hosted service information of a device.
- HostedServiceFactory - class in org.somda.sdc.dpws.service.factory
- Factory to create HostedService related} and HostedServiceProxy instances.
- HostedServiceImpl - class in org.somda.sdc.dpws.service
- Default implementation of HostedService.
- HostedServiceInterceptor - class in org.somda.sdc.dpws.service
- Server interceptor to serve GetMetadata requests on hosted services.
- HostedServiceInterceptorFactory - class in org.somda.sdc.dpws.service.factory
- Factory to create HostedServiceInterceptor instances.
- HostedServiceProxy - class in org.somda.sdc.dpws.service
- Hosted service proxy of a client.
- HostedServiceProxyImpl - class in org.somda.sdc.dpws.service
- Default implementation of HostedServiceProxy.
- HostedServiceTransportBinding - class in org.somda.sdc.dpws.service
- Static transport binding for hosted services.
- HostedServiceTransportBindingFactory - class in org.somda.sdc.dpws.service.factory
- Factory to create HostedServiceTransportBinding instances.
- HostingService - class in org.somda.sdc.dpws.service
- Hosting service information of a device.
- HostingServiceAccess - class in org.somda.sdc.dpws.device
- Interface to access the hosting service provided by a Device.
- HostingServiceFactory - class in org.somda.sdc.dpws.service.factory
- Factory to create HostingService instances.
- HostingServiceInterceptor - class in org.somda.sdc.dpws.service
- Server interceptor for hosting services to serve WS-TransferGet requests.
- HostingServiceProxy - class in org.somda.sdc.dpws.service
- Hosting service proxy of a client.
- HostingServiceProxyImpl - class in org.somda.sdc.dpws.service
- Default implementation of HostingServiceProxy.
- HostingServiceResolver - class in org.somda.sdc.dpws.client.helper
- Helper class to resolve hosting service and hosted service information from DiscoveredDevice objects.
- HTTP - enum entry in org.somda.sdc.dpws.CommunicationLog.TransportType
- HTTP - enum entry in org.somda.sdc.dpws.device.helper.SupportedEprUriScheme
HTTP URI scheme.
- HttpApplicationInfo - class in org.somda.sdc.dpws.soap
- Utility class to provide application layer information for http.
- HttpClient - class in org.somda.sdc.dpws.http
- Simple HTTP client to enable performing requests.
- HttpClientFactory - class in org.somda.sdc.dpws.http.factory
- Guice factory for HttpClients.
- HttpConnectionInterceptor - class in org.somda.sdc.dpws.http
- Http connection interceptor interface.
- HttpConnectionInterceptor.Source - class in org.somda.sdc.dpws.http.HttpConnectionInterceptor
- The source that established the connection.
- HttpException - class in org.somda.sdc.dpws.http
- Exception to convey HTTP status codes.
- HttpHandler - class in org.somda.sdc.dpws.http
- Simple HTTP handler for HttpServerRegistry callbacks.
- HttpResponse - class in org.somda.sdc.dpws.http
- A basic http response containing status code and body.
- HTTPS - enum entry in org.somda.sdc.dpws.device.helper.SupportedEprUriScheme
HTTPS URI scheme.
- HttpServerClientSelfTest - class in org.somda.sdc.dpws.http.helper
- Helper class to perform HTTP server - client connection self-test.
- HttpServerRegistry - class in org.somda.sdc.dpws.http
- Simple HTTP server registry service.
- HttpUriBuilder - class in org.somda.sdc.dpws.http
- Helper class to build valid HTTP(S) URIs.