-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class ConnectionRequestHandlerRust extends Retainable
-
-
Constructor Summary
Constructors Constructor Description ConnectionRequestHandlerRust()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()static voidinvokeEventHandler(SWIGTYPE_p_Erased ctx, SWIGTYPE_p_dittoffi_connection_request connection_request)voideventHandler(SWIGTYPE_p_dittoffi_connection_request connection_request)voidregisterConnectionRequestHandler(SWIGTYPE_p_CDitto ditto_raw, ConnectionRequestHandlerRust handler)-
Methods inherited from class live.ditto.internal.swig.ffi.Retainable
close, getIs_closing, invokeRelease, invokeRetain, invokeVirtualPtrRetain, release, retain, setIs_closing -
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
invokeEventHandler
static void invokeEventHandler(SWIGTYPE_p_Erased ctx, SWIGTYPE_p_dittoffi_connection_request connection_request)
-
eventHandler
void eventHandler(SWIGTYPE_p_dittoffi_connection_request connection_request)
-
registerConnectionRequestHandler
void registerConnectionRequestHandler(SWIGTYPE_p_CDitto ditto_raw, ConnectionRequestHandlerRust handler)
-
-
-
-