Uses of Interface
fi.hut.tml.xsmiles.util.XSmilesConnection

Packages that use XSmilesConnection
fi.hut.tml.xsmiles XSmiles browser core. 
fi.hut.tml.xsmiles.content   
fi.hut.tml.xsmiles.dom XML DOM related classes. 
fi.hut.tml.xsmiles.mlfc MLFC (Markup Language Functionality Component) classes, which handle documents of a specific markup language. 
fi.hut.tml.xsmiles.mlfc.gui   
fi.hut.tml.xsmiles.mlfc.xforms The XForms implementation. 
fi.hut.tml.xsmiles.mlfc.xforms.dom XForms User Interface layer. 
fi.hut.tml.xsmiles.mlfc.xforms.dom.swing   
fi.hut.tml.xsmiles.util   
fi.hut.tml.xsmiles.util.HTTPClient   
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles
 

Methods in fi.hut.tml.xsmiles that return XSmilesConnection
 XSmilesConnection BrowserWindow.openConnection(XLink u)
           
 XSmilesConnection Browser.openConnection(XLink link)
           
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.content
 

Fields in fi.hut.tml.xsmiles.content declared as XSmilesConnection
protected  XSmilesConnection BaseContentHandler.connection
          the HTTP connection object (can be null)
 

Methods in fi.hut.tml.xsmiles.content that return XSmilesConnection
 XSmilesConnection XSmilesContentHandler.get(java.net.URL dest, short type)
          Retrieve a resource via an URL using authenticated HTTP get and store it as a resource under this contenthandler
 XSmilesConnection DummyFetcher.get(java.net.URL dest, short type)
           
 XSmilesConnection BaseContentHandler.get(java.net.URL dest, short type)
          Retrieve a resource via an URL using authenticated HTTP get and store it as a resource under this contenthandler
 XSmilesConnection ResourceFetcher.get(java.net.URL dest, short type)
          Retrieve a resource via an URL using authenticated HTTP get and store it as a resource under this contenthandler.
 

Methods in fi.hut.tml.xsmiles.content with parameters of type XSmilesConnection
 void XSmilesContentHandler.setConnection(XSmilesConnection conn)
          the connection object, that should be manually closed ASAP
 void BaseContentHandler.setConnection(XSmilesConnection conn)
          the connection object, that should be manually closed ASAP
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.dom
 

Methods in fi.hut.tml.xsmiles.dom that return XSmilesConnection
 XSmilesConnection XSmilesElementImpl.get(java.net.URL dest, short type)
           
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.mlfc
 

Methods in fi.hut.tml.xsmiles.mlfc that return XSmilesConnection
 XSmilesConnection MLFC.get(java.net.URL dest, short type)
          Retrieve a resource via an URL using authenticated HTTP get and store it as a resource under this contenthandler.
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.mlfc.gui
 

Methods in fi.hut.tml.xsmiles.mlfc.gui that return XSmilesConnection
 XSmilesConnection ControlsAreaImpl.get(java.net.URL dest, short type)
           
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.mlfc.xforms
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms that return XSmilesConnection
 XSmilesConnection XFormsElementHandler.openURLWithGET(java.net.URL u)
           
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.mlfc.xforms.dom
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.dom that return XSmilesConnection
 XSmilesConnection XFormsControl.ValuePseudoElement.get(java.net.URL dest, short type)
           
 XSmilesConnection OutputElementImpl.OutputValuePseudoElement.get(java.net.URL dest, short type)
           
 XSmilesConnection SelectOneElementImpl.get(java.net.URL dest, short type)
           
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.mlfc.xforms.dom.swing
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.dom.swing that return XSmilesConnection
 XSmilesConnection TreeElementImpl.get(java.net.URL dest, short type)
           
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.util
 

Classes in fi.hut.tml.xsmiles.util that implement XSmilesConnection
 class XSmilesConnectionJava
           
 class XSmilesConnectionWithContent
           
 

Methods in fi.hut.tml.xsmiles.util that return XSmilesConnection
static XSmilesConnection HTTP.get(java.net.URL dest, BrowserWindow b)
           
static XSmilesConnection HTTP.post(java.net.URL dest, java.lang.String data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
static XSmilesConnection HTTP.post(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
static XSmilesConnection HTTP.put(java.net.URL dest, java.lang.String data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
static XSmilesConnection HTTP.put(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 XSmilesConnection HTTPJavaImpl.get(java.net.URL dest, BrowserWindow b)
          Post data to an URL and return the InputStream to the reply
 XSmilesConnection HTTPJavaImpl.post(java.net.URL dest, java.lang.String data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 XSmilesConnection HTTPJavaImpl.post(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 XSmilesConnection HTTPJavaImpl.put(java.net.URL dest, java.lang.String data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 XSmilesConnection HTTPJavaImpl.put(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 XSmilesConnection HTTPInterface.get(java.net.URL dest, BrowserWindow b)
           
 XSmilesConnection HTTPInterface.post(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 XSmilesConnection HTTPInterface.put(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
          Post data to an URL and return the InputStream to the reply TODO: support for authentication!
 

Uses of XSmilesConnection in fi.hut.tml.xsmiles.util.HTTPClient
 

Classes in fi.hut.tml.xsmiles.util.HTTPClient that implement XSmilesConnection
 class XSmilesConnectionHTTP
           
 

Methods in fi.hut.tml.xsmiles.util.HTTPClient that return XSmilesConnection
 XSmilesConnection HTTPClientImpl.get(java.net.URL dest, BrowserWindow b)
           
 XSmilesConnection HTTPClientImpl.post(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
           
 XSmilesConnection HTTPClientImpl.put(java.net.URL dest, byte[] data, java.util.Hashtable properties, java.lang.String content_type)
           
 



X-Smiles 1.2