net.sf.dict4j.url.dict
Class DefineDictURLConnection

java.lang.Object
  extended by java.net.URLConnection
      extended by net.sf.dict4j.url.dict.DictURLConnection
          extended by net.sf.dict4j.url.dict.DefineDictURLConnection

public class DefineDictURLConnection
extends DictURLConnection


Field Summary
 
Fields inherited from class net.sf.dict4j.url.dict.DictURLConnection
database, offset, session, word
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
DefineDictURLConnection(java.net.URL dictURL)
           
 
Method Summary
 java.lang.Object getContent()
           
protected  void parseParameters(java.lang.String[] parameters)
           
 
Methods inherited from class net.sf.dict4j.url.dict.DictURLConnection
addRequestProperty, connect, disconnect, getAllowUserInteraction, getAuth, getContent, getContentEncoding, getContentLength, getContentType, getDatabase, getDate, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOffset, getOutputStream, getRequestProperties, getRequestProperty, getUsername, getWord, setAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setIfModifiedSince, setPassphrase, setRequestProperty
 
Methods inherited from class java.net.URLConnection
getConnectTimeout, getDefaultAllowUserInteraction, getDefaultRequestProperty, getFileNameMap, getPermission, getReadTimeout, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setFileNameMap, setReadTimeout, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefineDictURLConnection

public DefineDictURLConnection(java.net.URL dictURL)
                        throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

parseParameters

protected void parseParameters(java.lang.String[] parameters)
                        throws java.net.MalformedURLException
Specified by:
parseParameters in class DictURLConnection
Throws:
java.net.MalformedURLException

getContent

public java.lang.Object getContent()
                            throws java.io.IOException
Overrides:
getContent in class java.net.URLConnection
Throws:
java.io.IOException