Module java4ever.binding
Interface tc_response_handler_ptr_t
public interface tc_response_handler_ptr_t
tc_response_handler_ptr_t relies on preview features of the Java platform:
tc_response_handler_ptr_trefers to one or more preview APIs:MemoryAddress,MemorySegment,MemorySession.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentPREVIEWallocate(tc_response_handler_ptr_t fi, MemorySessionPREVIEW session) voidapply(MemoryAddressPREVIEW request_ptr, MemorySegmentPREVIEW params_json, int response_type, boolean finished) static tc_response_handler_ptr_tofAddress(MemoryAddressPREVIEW addr, MemorySessionPREVIEW session)
-
Method Details
-
apply
void apply(MemoryAddressPREVIEW request_ptr, MemorySegmentPREVIEW params_json, int response_type, boolean finished) -
allocate
-
ofAddress
-
tc_response_handler_ptr_twhen preview features are enabled.