Interface FuseConnInfo


public interface FuseConnInfo
Fuse connection info struct used in FuseOperations.init(FuseConnInfo, FuseConfig) method.

This struct is a union of the libfuse2 and libfuse3 definition. If an accessor method or macro is not supported by used libfuse version, it is documented in the javadoc. See also @code{fuse_common.h} of libfuse2 or 3.