Interface AFSYSTEMSocketExtensions
- All Superinterfaces:
AFSocketExtensions
- All Known Implementing Classes:
AFSYSTEMDatagramChannel, AFSYSTEMDatagramSocket, AFSYSTEMSocket, AFSYSTEMSocketChannel
Defines certain methods that all junixsocket AF_SYSTEM socket implementations share and extend
beyond the standard socket API.
- Author:
- Christian Kohlschütter
-
Method Summary
Methods inherited from interface AFSocketExtensions
ensureAncillaryReceiveBufferSize, getAncillaryReceiveBufferSize, setAncillaryReceiveBufferSizeModifier and TypeMethodDescriptionvoidensureAncillaryReceiveBufferSize(int minSize) Ensures a minimum ancillary receive buffer size.intReturns the size of the receive buffer for ancillary messages (in bytes).voidsetAncillaryReceiveBufferSize(int size) Sets the size of the receive buffer for ancillary messages (in bytes).