Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

riso.addons.dbn
Class dbnURLConnection  view dbnURLConnection download dbnURLConnection.java

java.lang.Object
  extended byjava.net.URLConnection
      extended byriso.addons.dbn.dbnURLConnection

class dbnURLConnection
extends java.net.URLConnection


Field Summary
(package private)  riso.belief_nets.AbstractBeliefNetwork bn
           
(package private)  java.net.URL u
           
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
(package private) dbnURLConnection(java.net.URL u)
           
 
Method Summary
 void connect()
          Establishes the actual connection to the URL associated with this connection object
 java.lang.String getContentType()
          Returns the the content-type of the data pointed to by the URL.
 java.io.InputStream getInputStream()
          Returns an InputStream for this connection.
 java.lang.Object invoke_query(java.lang.Object o, java.lang.String query_name)
           
 java.lang.String registry_ping()
           
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

u

java.net.URL u

bn

riso.belief_nets.AbstractBeliefNetwork bn
Constructor Detail

dbnURLConnection

dbnURLConnection(java.net.URL u)
Method Detail

connect

public void connect()
             throws java.io.IOException
Description copied from class: java.net.URLConnection
Establishes the actual connection to the URL associated with this connection object


getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Description copied from class: java.net.URLConnection
Returns an InputStream for this connection. As this default implementation returns null, subclasses should override this method


getContentType

public java.lang.String getContentType()
Description copied from class: java.net.URLConnection
Returns the the content-type of the data pointed to by the URL. This method first tries looking for a content-type header. If that is not present, it attempts to use the file name to determine the content's MIME type. If that is unsuccessful, the method returns null. The caller may then still attempt to determine the MIME type by a call to guessContentTypeFromStream()


invoke_query

public java.lang.Object invoke_query(java.lang.Object o,
                                     java.lang.String query_name)

registry_ping

public java.lang.String registry_ping()