Package org.somda.sdc.dpws.http
HTTP server binding for DPWS.
See: Description
-
Class Summary Class Description HttpResponse A basic http response containing status code and body. HttpException Exception to convey HTTP status codes. HttpUriBuilder Helper class to build valid HTTP(S) URIs. ContentType Handler for parsing Content-Types accepted by SDCri. -
Interface Summary Interface Description HttpServerRegistry Simple HTTP server registry service. HttpHandler Simple HTTP handler for HttpServerRegistry callbacks. HttpClient Simple HTTP client to enable performing requests. HttpConnectionInterceptor Http connection interceptor interface. -
Enum Summary Enum Description ContentTypes Representation of all accepted content-types as well as their default charset, if it is given. Source The source that established the connection.