#include <java_socket.h>
◆ JavaSocketFactoryBase()
| ttv::binding::java::JavaSocketFactoryBase::JavaSocketFactoryBase |
( |
JNIEnv * |
jEnv, |
|
|
jobject |
jInstance, |
|
|
jmethodID |
isProtocolSupportedId, |
|
|
jmethodID |
createMethodId |
|
) |
| |
|
protected |
◆ ~JavaSocketFactoryBase()
| virtual ttv::binding::java::JavaSocketFactoryBase::~JavaSocketFactoryBase |
( |
| ) |
|
|
protectedvirtual |
◆ CreateSocket()
| TTV_ErrorCode ttv::binding::java::JavaSocketFactoryBase::CreateSocket |
( |
const std::string & |
uri, |
|
|
jobject & |
result |
|
) |
| |
|
protected |
◆ GetJavaInstance()
◆ IsProtocolSupported()
| bool ttv::binding::java::JavaSocketFactoryBase::IsProtocolSupported |
( |
const std::string & |
protocol | ) |
|
|
protected |
◆ mCreateMethodId
| jmethodID ttv::binding::java::JavaSocketFactoryBase::mCreateMethodId |
|
private |
◆ mIsProtocolSupportedId
| jmethodID ttv::binding::java::JavaSocketFactoryBase::mIsProtocolSupportedId |
|
private |
◆ mJavaInstance
The java implementation of the factory.
The documentation for this class was generated from the following file: