CollaborationInEncapsulation / okhttp-reactor-netty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

okhttp-reactor-netty

How to use

Gradle Dependency

dependencies {
  compile 'com.github.CollaborationInEncapsulation:okhttp-reactor-netty:master'
}

repositories {
  maven { url 'https://jitpack.io' }
}

Integration with OkHttp3

ReactorNettyCallFactory nettyCallFactory = new ReactorNettyCallFactory();
OkHttpClient client = new OkHttpClient();
client.setCallFactory(nettyCallFactory);
client...

About


Languages

Language:Java 100.0%