Package ch.bailu.gtk.gio
Schnittstelle SocketMsgFlags
public interface SocketMsgFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NONE
static final int NONENo flags.- Siehe auch:
-
OOB
static final int OOBRequest to send/receive out of band data.- Siehe auch:
-
PEEK
static final int PEEKRead data from the socket without removing it from
the queue.- Siehe auch:
-
DONTROUTE
static final int DONTROUTEDon't use a gateway to send out the packet,
only send to hosts on directly connected networks.- Siehe auch:
-