Interface AFTIPCSocketExtensions

All Superinterfaces:
AFSocketExtensions
All Known Implementing Classes:
AFTIPCDatagramChannel, AFTIPCDatagramSocket, AFTIPCSocket, AFTIPCSocketChannel

public interface AFTIPCSocketExtensions extends AFSocketExtensions
Defines certain methods that all junixsocket AF_TIPC socket implementations share and extend beyond the standard socket API.
Author:
Christian Kohlschütter
  • Method Details

    • getErrInfo

      AFTIPCErrInfo getErrInfo()
      Returns the TIPC "ErrInfo" information from the ancillary receive buffer (if any was set), or null if no error was retrieved.
      Returns:
      The ErrInfo.
    • getDestName

      AFTIPCDestName getDestName()
      Returns the TIPC "DestName" information from the ancillary receive buffer (if any was set), or null if no DestName was retrieved.
      Returns:
      The service address or range (without scope) that was specified by the sender of the message.