Uses of Interface
org.somda.sdc.dpws.http.HttpHandler
-
Packages that use HttpHandler Package Description org.somda.sdc.dpws.device.helper Helper classes to support the DPWS device implementation.org.somda.sdc.dpws.http HTTP server binding for DPWS.org.somda.sdc.dpws.http.jetty Jetty HTTP server adapter.org.somda.sdc.dpws.http.jetty.factory Jetty HTTP server factory. -
-
Uses of HttpHandler in org.somda.sdc.dpws.device.helper
Classes in org.somda.sdc.dpws.device.helper that implement HttpHandler Modifier and Type Class Description classByteResourceHandlerHTTP handler that facilitates responding with arbitrary byte sequences.classRequestResponseServerHttpHandlerRequestResponseServer that is invoked on SOAP HttpHandler callbacks. -
Uses of HttpHandler in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http with parameters of type HttpHandler Modifier and Type Method Description StringHttpServerRegistry. registerContext(String schemeAndAuthority, String contextPath, String mediaType, HttpHandler handler)Registers a handler for HTTP requests destined to the given scheme, authority and context path.StringHttpServerRegistry. registerContext(String schemeAndAuthority, String contextPath, HttpHandler handler)Registers a handler for SOAP messages for the given scheme, authority and context path. -
Uses of HttpHandler in org.somda.sdc.dpws.http.jetty
Methods in org.somda.sdc.dpws.http.jetty with parameters of type HttpHandler Modifier and Type Method Description StringJettyHttpServerRegistry. registerContext(String schemeAndAuthority, String contextPath, String mediaType, HttpHandler handler)StringJettyHttpServerRegistry. registerContext(String schemeAndAuthority, String contextPath, HttpHandler handler) -
Uses of HttpHandler in org.somda.sdc.dpws.http.jetty.factory
Methods in org.somda.sdc.dpws.http.jetty.factory with parameters of type HttpHandler Modifier and Type Method Description JettyHttpServerHandlerJettyHttpServerHandlerFactory. create(String mediaType, HttpHandler handler)Instantiates JettyHttpServerHandler with the given objects and injected objects.
-