codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
712 stars 495 forks source link

Add TrafficStats socket tagging #4

Closed c99koder closed 7 years ago

c99koder commented 11 years ago

Allows tagging the websocket thread's socket on API 14+ so you can monitor network usage through DDMS. Increments the network operations counter whenever a new message is received or a frame is sent.