Package org.eclipse.aether.transfer
Class HttpTransportProperty
- java.lang.Object
-
- org.eclipse.aether.transfer.HttpTransportProperty
-
public final class HttpTransportProperty extends java.lang.Object
Defines transport property keys specific to HTTP transporters. These keys can be used to expose additional information about the HTTP transport operation. Additionally it defines types for the values of these keys, such asHttpTransportProperty.HttpVersionandHttpTransportProperty.SslProtocol.- Since:
- 2.0.21
- See Also:
TransferEvent.getTransportProperties()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpTransportProperty.HttpVersionHTTP version used for the HTTP transport.static classHttpTransportProperty.KeyTransport property keys specific to HTTP transporters.static classHttpTransportProperty.SslProtocolSSL protocol including version used for the HTTP transport.
-