# Enum: com.pnfsoftware.jeb.core.units.code.android.adb.AdbForwardType

Types of ADB forwards.

## Constant: DEVICE
Description: Device endpoint.

## Constant: JDWP
Description: JDWP endpoint.

## Constant: LOCAL
Description: Local filesystem socket endpoint.

## Constant: LOCAL_ABSTRACT
Description: Abstract local socket endpoint.

## Constant: LOCAL_RESERVED
Description: Reserved local socket endpoint.

## Constant: TCP
Description: TCP endpoint.

## Method: toString
- return type: `java.lang.String`


## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.adb.AdbForwardType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.android.adb.AdbForwardType[]`


