Uses of Class
org.sblim.cimclient.internal.http.MessageReader
-
Packages that use MessageReader 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 MessageReader in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http with parameters of type MessageReader 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 connection -
Uses of MessageReader in org.sblim.cimclient.internal.wbem.indications
Methods in org.sblim.cimclient.internal.wbem.indications with parameters of type MessageReader Modifier and Type Method Description void
CIMIndicationHandler. handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress)
-