|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLConnection
com.metamatrix.common.protocol.MMURLConnection
com.metamatrix.common.protocol.mmfile.MMFileURLConnection
com.metamatrix.common.protocol.mmrofile.MMROFileURLConnection
public class MMROFileURLConnection
Metamatrix's own implementation of the "file:" URL handler. The purpose this handler is to behave the same way as the "mmfile" but, ignore any saves to the permenent stores. Strings are not externalized because of the fact that we have huge dependencies with our plugin stuff to eclipse.
Field Summary | |
---|---|
static java.lang.String |
PROTOCOL
|
Fields inherited from class com.metamatrix.common.protocol.mmfile.MMFileURLConnection |
---|
DELETED |
Fields inherited from class com.metamatrix.common.protocol.MMURLConnection |
---|
action, ALPHA, DATE, DELETE, FILE_LIST_SORT, LIST, props, READ, REVERSEALPHA, WRITE |
Fields inherited from class java.net.URLConnection |
---|
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches |
Constructor Summary | |
---|---|
MMROFileURLConnection(java.net.URL u)
ctor |
Method Summary |
---|
Methods inherited from class com.metamatrix.common.protocol.mmfile.MMFileURLConnection |
---|
connect, getFile, getHeaderField, getInputStream, getLastModified, getOutputStream, getPermission |
Methods inherited from class java.net.URLConnection |
---|
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String PROTOCOL
Constructor Detail |
---|
public MMROFileURLConnection(java.net.URL u) throws java.net.MalformedURLException, java.io.IOException
u
- - URL to open the connection to
java.net.MalformedURLException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |