Interface AFVSOCKSocketExtensions
- All Superinterfaces:
AFSocketExtensions
- All Known Implementing Classes:
AFVSOCKDatagramChannel, AFVSOCKDatagramSocket, AFVSOCKSocket, AFVSOCKSocketChannel
Defines certain methods that all junixsocket AF_VSOCK 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).