Uses of Interface
org.somda.sdc.dpws.http.HttpHandler
Packages that use HttpHandler
Package
Description
Helper classes to support the DPWS device implementation.
HTTP server binding for DPWS.
Jetty HTTP server adapter.
Jetty HTTP server factory.
-
Uses of HttpHandler in org.somda.sdc.dpws.device.helper
Classes in org.somda.sdc.dpws.device.helper that implement HttpHandlerModifier and TypeClassDescriptionclassHTTP handler that facilitates responding with arbitrary byte sequences.classRequestResponseServer 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 HttpHandlerModifier and TypeMethodDescriptionHttpServerRegistry.registerContext(String schemeAndAuthority, boolean allowReuse, String contextPath, String mediaType, CommunicationLogContext communicationLogContext, HttpHandler handler) Registers a handler for HTTP requests destined to 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 HttpHandlerModifier and TypeMethodDescriptionJettyHttpServerRegistry.registerContext(String schemeAndAuthority, boolean allowReuse, String contextPath, String mediaType, CommunicationLogContext communicationLogContext, 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 HttpHandlerModifier and TypeMethodDescriptionJettyHttpServerHandlerFactory.create(String mediaType, HttpHandler handler, CommunicationLog communicationLog, CommunicationLogContext communicationLogContext) Instantiates JettyHttpServerHandler with the given objects and injected objects.