Lines Matching refs:Transport

83 start_monitor(Node, Notify, Transport, ServerInfo, Active) ->
84 start_monitor(Node, Notify, Transport, ServerInfo, Active, ?MSG_ID_DEFAULT).
86 start_monitor(Node, Notify, Transport, ServerInfo, Active, 1 = MsgID) ->
87 start_monitor(Node, Notify, Transport, ServerInfo, Active, MsgID,
89 start_monitor(Node, Notify, Transport, ServerInfo, Active, 2 = MsgID) ->
90 start_monitor(Node, Notify, Transport, ServerInfo, Active, MsgID,
92 start_monitor(Node, Notify, Transport, ServerInfo, Active, 3 = MsgID) ->
93 start_monitor(Node, Notify, Transport, ServerInfo, Active, MsgID,
96 start_monitor(Node, Notify, Transport, ServerInfo, Active,
101 Transport, ServerInfo, Active, MsgID, MaxOutstanding, RunTime],
111 start_monitor(_, Notify, Transport, ServerInfo, Active,
115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
126 start(Transport, ServerInfo, Active, ?MSG_ID_DEFAULT).
128 start(Transport, ServerInfo, Active, 1 = MsgID) ->
130 Transport, ServerInfo, Active, MsgID,
132 start(Transport, ServerInfo, Active, 2 = MsgID) ->
134 Transport, ServerInfo, Active, MsgID,
136 start(Transport, ServerInfo, Active, 3 = MsgID) ->
138 Transport, ServerInfo, Active, MsgID,
141 start(Transport, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
143 Transport, ServerInfo, Active, MsgID, MaxOutstanding, RunTime).
145 start(Quiet, Transport, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
149 Transport, ServerInfo, Active, MsgID, MaxOutstanding, RunTime).
155 Transport,
164 Transport :: atom() | tuple(),
175 Transport, ServerInfo, Active, MsgID, MaxOutstanding, RunTime)
179 (is_atom(Transport) orelse is_tuple(Transport)) andalso
191 Transport, Active, ServerInfo,
217 Transport, Active, ServerInfo,
228 [Transport, Active,
239 {Mod, Connect} = process_transport(Transport),