public class LightweightHttpWagon extends StreamWagon
HttpURLConnection
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_REDIRECTS |
authenticationInfo, DEFAULT_BUFFER_SIZE, interactive, proxyInfo, repository, sessionEventSupport, transferEventSupportDEFAULT_CONNECTION_TIMEOUT, DEFAULT_READ_TIMEOUT, ROLE| Constructor and Description |
|---|
LightweightHttpWagon() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection() |
void |
fillInputData(InputData inputData) |
void |
fillOutputData(OutputData outputData) |
protected void |
finishPutTransfer(Resource resource,
InputStream input,
OutputStream output) |
LightweightHttpWagonAuthenticator |
getAuthenticator() |
List<String> |
getFileList(String destinationDirectory) |
Properties |
getHttpHeaders() |
SocketAddress |
getSocketAddress(ProxyInfo proxyInfo) |
boolean |
isUseCache() |
protected void |
openConnectionInternal() |
PasswordAuthentication |
requestProxyAuthentication() |
PasswordAuthentication |
requestServerAuthentication() |
boolean |
resourceExists(String resourceName) |
void |
setAuthenticator(LightweightHttpWagonAuthenticator authenticator) |
void |
setHttpHeaders(Properties httpHeaders) |
void |
setPreemptiveAuthentication(boolean preemptiveAuthentication) |
void |
setUseCache(boolean useCache) |
checkInputStream, checkOutputStream, get, getIfNewer, getIfNewerToStream, getInputStream, getOutputStream, getToStream, put, putFromStream, putFromStream, putFromStreamaddSessionListener, addTransferListener, cleanupGetTransfer, cleanupPutTransfer, connect, connect, connect, connect, connect, connect, createParentDirectories, disconnect, finishGetTransfer, fireGetCompleted, fireGetInitiated, fireGetStarted, firePutCompleted, firePutInitiated, firePutStarted, fireSessionConnectionRefused, fireSessionDebug, fireSessionDisconnected, fireSessionDisconnecting, fireSessionError, fireSessionLoggedIn, fireSessionLoggedOff, fireSessionOpened, fireSessionOpening, fireTransferDebug, fireTransferError, fireTransferProgress, getAuthenticationInfo, getPath, getPermissionsOverride, getProxyInfo, getProxyInfo, getReadTimeout, getRepository, getSessionEventSupport, getTimeout, getTransfer, getTransfer, getTransfer, getTransfer, getTransfer, getTransfer, getTransferEventSupport, hasSessionListener, hasTransferListener, isInteractive, openConnection, postProcessListeners, putDirectory, putTransfer, putTransfer, removeSessionListener, removeTransferListener, setInteractive, setPermissionsOverride, setReadTimeout, setSessionEventSupport, setTimeout, setTransferEventSupport, supportsDirectoryCopy, transfer, transfer, transfer, transferclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSessionListener, addTransferListener, connect, connect, connect, connect, connect, connect, disconnect, getReadTimeout, getRepository, getTimeout, hasSessionListener, hasTransferListener, isInteractive, openConnection, putDirectory, removeSessionListener, removeTransferListener, setInteractive, setReadTimeout, setTimeout, supportsDirectoryCopypublic static final int MAX_REDIRECTS
public LightweightHttpWagon()
public void fillInputData(InputData inputData) throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
fillInputData in class StreamWagonTransferFailedExceptionResourceDoesNotExistExceptionAuthorizationExceptionpublic void fillOutputData(OutputData outputData) throws TransferFailedException
fillOutputData in class StreamWagonTransferFailedExceptionprotected void finishPutTransfer(Resource resource, InputStream input, OutputStream output) throws TransferFailedException, AuthorizationException, ResourceDoesNotExistException
finishPutTransfer in class AbstractWagonTransferFailedExceptionAuthorizationExceptionResourceDoesNotExistExceptionprotected void openConnectionInternal() throws ConnectionException, AuthenticationException
openConnectionInternal in class AbstractWagonConnectionExceptionAuthenticationExceptionpublic PasswordAuthentication requestProxyAuthentication()
public PasswordAuthentication requestServerAuthentication()
public SocketAddress getSocketAddress(ProxyInfo proxyInfo)
public void closeConnection() throws ConnectionException
closeConnection in class StreamWagonConnectionExceptionpublic List<String> getFileList(String destinationDirectory) throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
getFileList in interface WagongetFileList in class AbstractWagonTransferFailedExceptionResourceDoesNotExistExceptionAuthorizationExceptionpublic boolean resourceExists(String resourceName) throws TransferFailedException, AuthorizationException
resourceExists in interface WagonresourceExists in class AbstractWagonTransferFailedExceptionAuthorizationExceptionpublic boolean isUseCache()
public void setUseCache(boolean useCache)
public Properties getHttpHeaders()
public void setHttpHeaders(Properties httpHeaders)
public void setPreemptiveAuthentication(boolean preemptiveAuthentication)
public LightweightHttpWagonAuthenticator getAuthenticator()
public void setAuthenticator(LightweightHttpWagonAuthenticator authenticator)
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.