net.sf.dict4j.url.dict
Class MatchDictURLConnection

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

public class MatchDictURLConnection
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
MatchDictURLConnection(java.net.URL dictURL)
           
 
Method Summary
 java.lang.Object getContent()
           
 java.lang.String getStrategy()
           
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

MatchDictURLConnection

public MatchDictURLConnection(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

getStrategy

public java.lang.String getStrategy()