Uses of Class
org.somda.sdc.dpws.http.HttpException
-
Packages that use HttpException 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. -
-
Uses of HttpException in org.somda.sdc.dpws.device.helper
Methods in org.somda.sdc.dpws.device.helper that throw HttpException Modifier and Type Method Description voidByteResourceHandler. handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext)voidRequestResponseServerHttpHandler. handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) -
Uses of HttpException in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that throw HttpException Modifier and Type Method Description voidHttpHandler. handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext)Callback that is invoked byHttpServerRegistrywhenever a respective context path is matched.
-