Interface SocketMsgFlags


public interface SocketMsgFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Don't use a gateway to send out the packet,
    only send to hosts on directly connected networks.
    static final int
    No flags.
    static final int
    Request to send/receive out of band data.
    static final int
    Read data from the socket without removing it from
    the queue.
  • Field Details

    • NONE

      static final int NONE
      No flags.
      See Also:
    • OOB

      static final int OOB
      Request to send/receive out of band data.
      See Also:
    • PEEK

      static final int PEEK
      Read data from the socket without removing it from
      the queue.
      See Also:
    • DONTROUTE

      static final int DONTROUTE
      Don't use a gateway to send out the packet,
      only send to hosts on directly connected networks.
      See Also: