Interface ISocketProvider


  • public interface ISocketProvider
    • Method Detail

      • setFileDescriptorSupport

        void setFileDescriptorSupport​(boolean _support)
        Called to indicate if the current AbstractTransport implementation supports file descriptor passing.
        Parameters:
        _support - true if file descriptor passing is supported, false otherwise
      • isFileDescriptorPassingSupported

        boolean isFileDescriptorPassingSupported()
        Indicate if reader/writer supports file descriptor passing. This is to show if the provider is able to handle file descriptors.
        Returns:
        true if file descriptors are supported by this provider, false otherwise