Package | Description |
---|---|
org.apache.commons.vfs2.provider.http4 |
The HTTP4 File Provider
|
org.apache.commons.vfs2.provider.http4s |
The HTTP4S File Provider
|
org.apache.commons.vfs2.provider.http5 |
The HTTP5 File Provider
|
org.apache.commons.vfs2.provider.http5s |
The HTTP5S File Provider
|
Modifier and Type | Class and Description |
---|---|
class |
Http4FileNameParser
FileNameParser implementation for http4 provider, setting default port to 80. |
Modifier and Type | Class and Description |
---|---|
class |
Http4sFileNameParser
FileNameParser implementation for http4s provider, setting default port to 443. |
Modifier and Type | Class and Description |
---|---|
class |
Http5FileNameParser
FileNameParser implementation for http5 provider, setting default port to 80. |
Modifier and Type | Class and Description |
---|---|
class |
Http5sFileNameParser
FileNameParser implementation for http5s provider, setting default port to 443. |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.