com.metamatrix.common.protocol
Class MMURLConnection

java.lang.Object
  extended by java.net.URLConnection
      extended by com.metamatrix.common.protocol.MMURLConnection
Direct Known Subclasses:
ClasspathURLConnection, MMFileURLConnection

public abstract class MMURLConnection
extends java.net.URLConnection

Base URL Connection Class

Since:
4.4

Field Summary
protected  java.lang.String action
           
static java.lang.String ALPHA
           
static java.lang.String DATE
           
protected static java.lang.String DELETE
           
static java.lang.String FILE_LIST_SORT
           
protected static java.lang.String LIST
           
protected  java.util.Properties props
           
protected static java.lang.String READ
           
static java.lang.String REVERSEALPHA
           
protected static java.lang.String WRITE
           
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
MMURLConnection(java.net.URL url)
           
 
Method Summary
 
Methods inherited from class java.net.URLConnection
addRequestProperty, connect, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, 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

READ

protected static final java.lang.String READ
See Also:
Constant Field Values

WRITE

protected static final java.lang.String WRITE
See Also:
Constant Field Values

LIST

protected static final java.lang.String LIST
See Also:
Constant Field Values

DELETE

protected static final java.lang.String DELETE
See Also:
Constant Field Values

FILE_LIST_SORT

public static final java.lang.String FILE_LIST_SORT
See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
See Also:
Constant Field Values

ALPHA

public static final java.lang.String ALPHA
See Also:
Constant Field Values

REVERSEALPHA

public static final java.lang.String REVERSEALPHA
See Also:
Constant Field Values

action

protected java.lang.String action

props

protected java.util.Properties props
Constructor Detail

MMURLConnection

public MMURLConnection(java.net.URL url)


Copyright © 2009. All Rights Reserved.