Uses of Class
org.sblim.cimclient.internal.http.HttpException
-
Packages that use HttpException Package Description org.sblim.cimclient.internal.http Internal implementation of HTTP client and server.org.sblim.cimclient.internal.wbem.indications Internal implemenation of the indication processing. -
-
Uses of HttpException in org.sblim.cimclient.internal.http
Subclasses of HttpException in org.sblim.cimclient.internal.http Modifier and Type Class Description class
HttpParseException
Class HttpParseException represents problems parsing http challengesMethods in org.sblim.cimclient.internal.http that throw HttpException Modifier and Type Method Description abstract void
HttpContentHandler. handleContent(MessageReader pMessageReader, MessageWriter pMessageWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress)
Handles the content of a given connectionConstructors in org.sblim.cimclient.internal.http that throw HttpException Constructor Description HttpServerMethod(java.io.InputStream pReader)
Ctor.MessageReader(java.io.InputStream pStream, int pTimeout)
Ctor. -
Uses of HttpException in org.sblim.cimclient.internal.wbem.indications
Methods in org.sblim.cimclient.internal.wbem.indications that throw HttpException Modifier and Type Method Description void
CIMIndicationHandler. handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress)
-