org.eclipse.ecf.provider.filetransfer.retrieve
Class HttpHelper

java.lang.Object
  extended by org.eclipse.ecf.provider.filetransfer.retrieve.HttpHelper

public class HttpHelper
extends java.lang.Object


Field Summary
static java.lang.String CONTENT_DISPOSITION_HEADER
           
 
Constructor Summary
HttpHelper()
           
 
Method Summary
static java.lang.String getRemoteFileNameFromContentDispositionHeader(java.lang.String headerValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_DISPOSITION_HEADER

public static final java.lang.String CONTENT_DISPOSITION_HEADER
See Also:
Constant Field Values
Constructor Detail

HttpHelper

public HttpHelper()
Method Detail

getRemoteFileNameFromContentDispositionHeader

public static java.lang.String getRemoteFileNameFromContentDispositionHeader(java.lang.String headerValue)