| 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.
|
| Constructor and Description |
|---|
AdbStream(AdbConnection adbConn,
int localId)
Creates a new AdbStream object on the specified AdbConnection
with the given local ID.
|