Skip to content

ic4j/ic4j-java11transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implicit Java HTTP Client ReplicaTransport implementation

You can use this implementation for Java applications running on JDK 11 or higher. Full documentation here

ReplicaTransport transport = ReplicaJavaHttpTransport.create(icLocation);
Agent agent = new AgentBuilder().transport(transport).identity(identity).build();

Downloads / Accessing Binaries

To add IC4J Java 11 Transport library to your Java project use Maven or Gradle import from Maven Central.

https://search.maven.org/artifact/ic4j/ic4j-java11transport/0.6.19.7/jar
<dependency>
  <groupId>org.ic4j</groupId>
  <artifactId>ic4j-java11transport</artifactId>
  <version>0.6.19.7</version>
</dependency>
implementation 'org.ic4j:ic4j-java11transport:0.6.19.7'

Build

You need JDK 11+ to build IC4J Java 11 Transport.

About

HTTP Transport using Java implicit client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published