xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.client.protocol.http.common.I_Connection

Packages that use I_Connection
org.xmlBlaster.client.protocol.http.applet   
org.xmlBlaster.client.protocol.http.common   
 

Uses of I_Connection in org.xmlBlaster.client.protocol.http.applet
 

Classes in org.xmlBlaster.client.protocol.http.applet that implement I_Connection
 class UrlConnection
          UrlConnection
 

Methods in org.xmlBlaster.client.protocol.http.applet that return I_Connection
 I_Connection XmlBlasterAccessRaw.createConnection(java.lang.String urlString)
           
 

Uses of I_Connection in org.xmlBlaster.client.protocol.http.common
 

Methods in org.xmlBlaster.client.protocol.http.common that return I_Connection
abstract  I_Connection XmlBlasterAccessRawBase.createConnection(java.lang.String urlString)
           
 I_Connection I_XmlBlasterAccessRaw.createConnection(java.lang.String urlString)
          Creates a connection to the specified servlet.
 

Methods in org.xmlBlaster.client.protocol.http.common with parameters of type I_Connection
 void XmlBlasterAccessRawBase.readCookie(I_Connection conn)
          reads the cookie and stores it.
 void XmlBlasterAccessRawBase.writeCookie(I_Connection conn)
           
(package private) static void XmlBlasterAccessRawBase.writeRequest(I_Connection conn, java.lang.String actionType, java.lang.String key, java.lang.String qos, byte[] content)
          The format: oid + \0 + key + '\0' + qos + '\0' + content: length = oid + key + qos + content + 3
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.