facebookexperimental / ExtendedAndroidTools

Extended Android Tools is a place to host and maintain a build environment and makefiles cross compiling Linux tools we all love for Android.
Apache License 2.0
189 stars 63 forks source link

implement async abstract methods, add TCP conn #91

Open wekesa360 opened 11 months ago

wekesa360 commented 11 months ago

With this PR: the jdwp_streams.py adds the implementation of the two abstract classes JDWPOutputStreamBase and the JDWPInputStreamBase . With the jvm_connection.py has the JVMConnection class for connections to a JVM.