Java org.apache.commons.vfs2.provider.http HttpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.provider.http HttpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.provider.http HttpFileSystemConfigBuilder.

The text is from its open source code.

Method

HttpFileSystemConfigBuildergetInstance()
Gets the singleton builder.
voidsetProxyHost(final FileSystemOptions opts, final String proxyHost)
Set the proxy to use for http connection.
You have to set the ProxyPort too if you would like to have the proxy really used.
voidsetProxyPort(final FileSystemOptions opts, final int proxyPort)
Set the proxy-port to use for http connection.