Package ch.bailu.gtk.gio
Schnittstelle SocketType
public interface SocketType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Connectionless, unreliable datagram passing.static final int
Type unknown or wrongstatic final int
Reliable connection-based passing of datagrams
of fixed maximum length (e.g.static final int
Reliable connection-based byte streams (e.g.
-
Felddetails
-
INVALID
static final int INVALIDType unknown or wrong- Siehe auch:
-
STREAM
static final int STREAMReliable connection-based byte streams (e.g. TCP).- Siehe auch:
-
DATAGRAM
static final int DATAGRAMConnectionless, unreliable datagram passing.
(e.g. UDP)- Siehe auch:
-
SEQPACKET
static final int SEQPACKETReliable connection-based passing of datagrams
of fixed maximum length (e.g. SCTP).- Siehe auch:
-