Back to Solopi

Uses of Class com.cgutman.adblib.AdbConnection

src/AdbLib/doc/com/cgutman/adblib/class-use/AdbConnection.html

0.12.02.1 KB
Original Source

Uses of Class com.cgutman.adblib.AdbConnection

Uses of AdbConnection in com.cgutman.adblib

Methods in com.cgutman.adblib that return AdbConnection | Modifier and Type | Method and Description | | --- | --- | | static AdbConnection | AdbConnection.create(java.net.Socket socket, AdbCrypto crypto) Creates a AdbConnection object associated with the socket and crypto object specified. |

Constructors in com.cgutman.adblib with parameters of type AdbConnection | Constructor and Description | | --- | | AdbStream(AdbConnection adbConn, int localId) Creates a new AdbStream object on the specified AdbConnection with the given local ID. |