Schnittstelle SocketType


public interface SocketType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Connectionless, unreliable datagram passing.
    static final int
    Type unknown or wrong
    static 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 INVALID
      Type unknown or wrong
      Siehe auch:
    • STREAM

      static final int STREAM
      Reliable connection-based byte streams (e.g. TCP).
      Siehe auch:
    • DATAGRAM

      static final int DATAGRAM
      Connectionless, unreliable datagram passing.
      (e.g. UDP)
      Siehe auch:
    • SEQPACKET

      static final int SEQPACKET
      Reliable connection-based passing of datagrams
      of fixed maximum length (e.g. SCTP).
      Siehe auch: