java.lang.Object
java.net.URLConnection
riso.addons.dbn.dbnURLConnection
- class dbnURLConnection
- extends java.net.URLConnection
| 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 |
u
java.net.URL u
bn
riso.belief_nets.AbstractBeliefNetwork bn
dbnURLConnection
dbnURLConnection(java.net.URL u)
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()