Class JdkTransporterFactory

java.lang.Object
org.eclipse.aether.transport.jdk.JdkTransporterFactory
All Implemented Interfaces:
org.eclipse.aether.spi.connector.transport.http.HttpTransporterFactory, org.eclipse.aether.spi.connector.transport.TransporterFactory

@Named("jdk") public final class JdkTransporterFactory extends Object implements org.eclipse.aether.spi.connector.transport.http.HttpTransporterFactory
JDK Transport factory: on Java11+ it works.
Since:
2.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    JdkTransporterFactory(org.eclipse.aether.spi.connector.transport.http.ChecksumExtractor checksumExtractor, org.eclipse.aether.spi.io.PathProcessor pathProcessor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    org.eclipse.aether.spi.connector.transport.http.HttpTransporter
    newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository)
     
    setPriority(float priority)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • JdkTransporterFactory

      @Inject public JdkTransporterFactory(org.eclipse.aether.spi.connector.transport.http.ChecksumExtractor checksumExtractor, org.eclipse.aether.spi.io.PathProcessor pathProcessor)
  • Method Details

    • getPriority

      public float getPriority()
      Specified by:
      getPriority in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
    • setPriority

      public JdkTransporterFactory setPriority(float priority)
    • newInstance

      public org.eclipse.aether.spi.connector.transport.http.HttpTransporter newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository) throws org.eclipse.aether.transfer.NoTransporterException
      Specified by:
      newInstance in interface org.eclipse.aether.spi.connector.transport.http.HttpTransporterFactory
      Specified by:
      newInstance in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
      Throws:
      org.eclipse.aether.transfer.NoTransporterException