|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.wagon.AbstractWagon
org.apache.maven.wagon.StreamWagon
org.apache.maven.wagon.providers.http.LightweightHttpWagon
org.apache.maven.wagon.providers.http.LightweightHttpsWagon
public class LightweightHttpsWagon
LightweightHttpsWagon, using JDK's HttpURLConnection.
|
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.wagon.providers.http.LightweightHttpWagon |
|---|
MAX_REDIRECTS |
| Fields inherited from class org.apache.maven.wagon.AbstractWagon |
|---|
authenticationInfo, DEFAULT_BUFFER_SIZE, interactive, proxyInfo, repository, sessionEventSupport, transferEventSupport |
| Fields inherited from interface org.apache.maven.wagon.Wagon |
|---|
ROLE |
| Constructor Summary | |
|---|---|
LightweightHttpsWagon()
|
|
| Method Summary | |
|---|---|
void |
closeConnection()
|
void |
openConnection()
Initiate the connection to the repository. |
| Methods inherited from class org.apache.maven.wagon.providers.http.LightweightHttpWagon |
|---|
fillInputData, fillOutputData, finishPutTransfer, getFileList, getHttpHeaders, getSocketAddress, isUseCache, openConnectionInternal, requestProxyAuthentication, requestServerAuthentication, resourceExists, setHttpHeaders, setPreemptiveAuthentication, setUseCache |
| Methods inherited from class org.apache.maven.wagon.StreamWagon |
|---|
checkInputStream, checkOutputStream, get, getIfNewer, getIfNewerToStream, getInputStream, getOutputStream, getToStream, put, putFromStream, putFromStream, putFromStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.wagon.Wagon |
|---|
addSessionListener, addTransferListener, connect, connect, connect, connect, connect, connect, disconnect, getRepository, getTimeout, hasSessionListener, hasTransferListener, isInteractive, putDirectory, removeSessionListener, removeTransferListener, setInteractive, setTimeout, supportsDirectoryCopy |
| Constructor Detail |
|---|
public LightweightHttpsWagon()
| Method Detail |
|---|
public void openConnection()
throws ConnectionException,
AuthenticationException
Wagon
openConnection in interface WagonopenConnection in class AbstractWagonConnectionException - if there is a problem connecting
AuthenticationException - if ther credentials for connecting are not sufficient
public void closeConnection()
throws ConnectionException
closeConnection in class LightweightHttpWagonConnectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||