NettyAndroid icon indicating copy to clipboard operation
NettyAndroid copied to clipboard

Netty for Android

Netty for Android Client

GitHub tag GitHub release Github commits (since latest release)

NettyAndroid GitHub license Build Status

Introduction

Simple

See app->NettyTest.kt

Gradle

	dependencies {
	        compile 'com.github.kotow-hub:NettyAndroid:latest.release'
	}

PS

  • look at the EncodeHandler

The content’s length and int’s length are the length of request’s body, see the size + 4

  • look at the DecodeHandler

The content's length and int's length are the length of response's body, see the 'in'.readInt() - 4