bjaction

An action handle in app for android.

License

License

GroupId

GroupId

io.github.yangxlei
ArtifactId

ArtifactId

bjaction
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

bjaction
An action handle in app for android.
Project URL

Project URL

https://github.com/yangxlei/network
Source Code Management

Source Code Management

https://github.com/yangxlei/network

Download bjaction

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.yangxlei/bjaction/ -->
<dependency>
    <groupId>io.github.yangxlei</groupId>
    <artifactId>bjaction</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yangxlei/bjaction/
implementation 'io.github.yangxlei:bjaction:1.0.0'
// https://jarcasting.com/artifacts/io.github.yangxlei/bjaction/
implementation ("io.github.yangxlei:bjaction:1.0.0")
'io.github.yangxlei:bjaction:aar:1.0.0'
<dependency org="io.github.yangxlei" name="bjaction" rev="1.0.0">
  <artifact name="bjaction" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yangxlei', module='bjaction', version='1.0.0')
)
libraryDependencies += "io.github.yangxlei" % "bjaction" % "1.0.0"
[io.github.yangxlei/bjaction "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

bjnetwork

A network client based OKHttp

基于 OKHttp 包装的网络工具库,包含功能:

  • cache, cookie 缓存处理
  • Http2, Spdy 支持
  • 日志输出开关
  • 上传下载进度
  • RxJava
  • WebSocket
  • 等等。

详细可跳转至:OKHttp源码浅析与最佳实践

#V1.6.0 修复自动重连时主动关闭失败问题

集成方式:

compile 'io.github.yangxlei:bjnetwork:1.6.0'

RxJava 扩展:

compile 'io.github.yangxlei:rx-bjnetwork:1.6.0'

WebSocket 扩展:

compile 'io.github.yangxlei:bjnetwork-ws:1.6.0'

Versions

Version
1.0.0