Java android.os HandlerThread fields, constructors, methods, implement or subclass

Example usage for Java android.os HandlerThread fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os HandlerThread.

The text is from its open source code.

Subclass

android.os.HandlerThread has subclasses.
Click this link to see all its subclasses.

Constructor

Method

LoopergetLooper()
This method returns the Looper associated with this thread.
intgetThreadId()
Returns the identifier of this thread.
voidinterrupt()
Interrupts this thread.
booleanquit()
Quits the handler thread's looper.
booleanquitSafely()
Quits the handler thread's looper safely.
voidstart()
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.