xmlBlaster 2.2.0 client 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   
org.xmlBlaster.client.protocol.http.j2me   
 

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)
           
 

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

Classes in org.xmlBlaster.client.protocol.http.j2me that implement I_Connection
 class UrlConnectionMicro
          UrlConnectionMicro
 

Methods in org.xmlBlaster.client.protocol.http.j2me that return I_Connection
 I_Connection XmlBlasterAccessJ2ME.createConnection(java.lang.String url)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.