Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransportType

Enum containing possible Transport types.

Index

Enumeration members

DPT

DPT: = 4

Diffusion protocol based on TCP sockets

HTTPC

HTTPC: = 5

Diffusion protocol based on HTTP 1.1 chunked transfer

HTTPC_DUPLEX

HTTPC_DUPLEX: = 6

Diffusion protocol based on HTTP 1.1 chunked transfer

HTTP_LONG_POLL

HTTP_LONG_POLL: = 1

HTTP long polling transport

IFRAME_LONG_POLL

IFRAME_LONG_POLL: = 2

HTTP long poll, via HTML iFrame elements

IFRAME_STREAMING

IFRAME_STREAMING: = 3

HTTP 1.1 chunked transfer via HTML iFrame elements

OTHER

OTHER: = 7

Transport type is not known to the local session, possible because the remote client is using a different version of Diffusion

WEBSOCKET

WEBSOCKET: = 0

WebSocket protocol