Home
last modified time | relevance | path

Searched refs:connectionListener (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DExclusiveNamedPipeTransportManager.cs18 IConnectionListener connectionListener; field in System.ServiceModel.Channels.ExclusiveNamedPipeTransportManager
30 connectionListener = new BufferedConnectionListener( in OnOpen()
36connectionListener = new TracingConnectionListener(connectionListener, this.ListenUri.ToString(), … in OnOpen()
39 connectionDemuxer = new ConnectionDemuxer(connectionListener, in OnOpen()
65 connectionListener.Dispose(); in OnClose()
76 if (connectionListener != null) in OnAbort()
78 connectionListener.Dispose(); in OnAbort()
H A DExclusiveTcpTransportManager.cs16 IConnectionListener connectionListener; field in System.ServiceModel.Channels.ExclusiveTcpTransportManager
94connectionListener = new BufferedConnectionListener(socketListener, MaxOutputDelay, ConnectionBuff… in OnOpen()
97connectionListener = new TracingConnectionListener(connectionListener, this.registration.ListenUri… in OnOpen()
99 connectionDemuxer = new ConnectionDemuxer(connectionListener, in OnOpen()
150 if (connectionListener != null) in Cleanup()
152 connectionListener.Dispose(); in Cleanup()
H A DBufferedConnection.cs336 IConnectionListener connectionListener; field in System.ServiceModel.Channels.BufferedConnectionListener
338 …public BufferedConnectionListener(IConnectionListener connectionListener, TimeSpan flushTimeout, i… in BufferedConnectionListener() argument
340 this.connectionListener = connectionListener; in BufferedConnectionListener()
347 connectionListener.Dispose(); in Dispose()
352 connectionListener.Listen(); in Listen()
357 return connectionListener.BeginAccept(callback, state); in BeginAccept()
363 IConnection connection = connectionListener.EndAccept(result); in EndAccept()
H A DSharedTcpTransportManager.cs117 …IConnectionListener connectionListener = new BufferedConnectionListener(listener, MaxOutputDelay, … in CreateConnectionDemuxer()
120connectionListener = new TracingConnectionListener(connectionListener, this.ListenUri); in CreateConnectionDemuxer()
123 connectionDemuxer = new ConnectionDemuxer(connectionListener, in CreateConnectionDemuxer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dnet.d.ts63 connect(options: SocketConnectOpts, connectionListener?: () => void): this;
64 connect(port: number, host: string, connectionListener?: () => void): this;
65 connect(port: number, connectionListener?: () => void): this;
66 connect(path: string, connectionListener?: () => void): this;
182 constructor(connectionListener?: (socket: Socket) => void);
257 function createServer(connectionListener?: (socket: Socket) => void): Server;
259 function connect(options: NetConnectOpts, connectionListener?: () => void): Socket;
260 function connect(port: number, host?: string, connectionListener?: () => void): Socket;
261 function connect(path: string, connectionListener?: () => void): Socket;
262 function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket;
[all …]
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dnet.d.ts48 connect(options: SocketConnectOpts, connectionListener?: Function): this;
49 connect(port: number, host: string, connectionListener?: Function): this;
50 connect(port: number, connectionListener?: Function): this;
51 connect(path: string, connectionListener?: Function): this;
165 constructor(connectionListener?: (socket: Socket) => void);
240 function createServer(connectionListener?: (socket: Socket) => void): Server;
242 function connect(options: NetConnectOpts, connectionListener?: Function): Socket;
243 function connect(port: number, host?: string, connectionListener?: Function): Socket;
244 function connect(path: string, connectionListener?: Function): Socket;
245 function createConnection(options: NetConnectOpts, connectionListener?: Function): Socket;
[all …]
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dnet.d.ts63 connect(options: SocketConnectOpts, connectionListener?: () => void): this;
64 connect(port: number, host: string, connectionListener?: () => void): this;
65 connect(port: number, connectionListener?: () => void): this;
66 connect(path: string, connectionListener?: () => void): this;
182 constructor(connectionListener?: (socket: Socket) => void);
257 function createServer(connectionListener?: (socket: Socket) => void): Server;
259 function connect(options: NetConnectOpts, connectionListener?: () => void): Socket;
260 function connect(port: number, host?: string, connectionListener?: () => void): Socket;
261 function connect(path: string, connectionListener?: () => void): Socket;
262 function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dnet.d.ts63 connect(options: SocketConnectOpts, connectionListener?: () => void): this;
64 connect(port: number, host: string, connectionListener?: () => void): this;
65 connect(port: number, connectionListener?: () => void): this;
66 connect(path: string, connectionListener?: () => void): this;
182 constructor(connectionListener?: (socket: Socket) => void);
257 function createServer(connectionListener?: (socket: Socket) => void): Server;
259 function connect(options: NetConnectOpts, connectionListener?: () => void): Socket;
260 function connect(port: number, host?: string, connectionListener?: () => void): Socket;
261 function connect(path: string, connectionListener?: () => void): Socket;
262 function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket;
[all …]
/dports/misc/netron/node_modules/@types/node/
H A Dnet.d.ts63 connect(options: SocketConnectOpts, connectionListener?: () => void): this;
64 connect(port: number, host: string, connectionListener?: () => void): this;
65 connect(port: number, connectionListener?: () => void): this;
66 connect(path: string, connectionListener?: () => void): this;
182 constructor(connectionListener?: (socket: Socket) => void);
257 function createServer(connectionListener?: (socket: Socket) => void): Server;
259 function connect(options: NetConnectOpts, connectionListener?: () => void): Socket;
260 function connect(port: number, host?: string, connectionListener?: () => void): Socket;
261 function connect(path: string, connectionListener?: () => void): Socket;
262 function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket;
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/webapp/
H A Dindex.jsp477 if ( !connectionListener.isEnabled() )
482 pageContext.setAttribute( "connectionListener", connectionListener );
485 …if (connectionListener.getBindAddress() == null || connectionListener.getBindAddress().isAnyLocalA…
533 …<c:when test="${connectionListener.type eq 'SOCKET_C2S' and connectionListener.TLSPolicy ne 'legac…
540 …<c:when test="${connectionListener.type eq 'SOCKET_C2S' and connectionListener.TLSPolicy eq 'legac…
561 …<c:when test="${connectionListener.type eq 'COMPONENT' and connectionListener.TLSPolicy ne 'legacy…
568 …<c:when test="${connectionListener.type eq 'COMPONENT' and connectionListener.TLSPolicy eq 'legacy…
589 …<c:when test="${connectionListener.type eq 'WEBADMIN' and connectionListener.TLSPolicy ne 'legacyM…
592 …<c:when test="${connectionListener.type eq 'WEBADMIN' and connectionListener.TLSPolicy eq 'legacyM…
595 …<c:when test="${connectionListener.type eq 'BOSH_C2S' and connectionListener.TLSPolicy ne 'legacyM…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/Activation/
H A DHostedNamedPipeTransportManager.cs96 …IConnectionListener connectionListener = new BufferedConnectionListener(listener, MaxOutputDelay, … in CreateConnectionDemuxer()
99connectionListener = new TracingConnectionListener(connectionListener, this.ListenUri); in CreateConnectionDemuxer()
102 connectionDemuxer = new ConnectionDemuxer(connectionListener, in CreateConnectionDemuxer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/java/src/org/chromium/chromoting/
H A DSessionConnector.java43 public SessionConnector(Client client, ConnectionListener connectionListener, in SessionConnector() argument
46 mConnectionListener = connectionListener; in SessionConnector()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/keystore/
H A DCertificateStoreManager.java156 for ( ConnectionListener connectionListener : connectionManager.getListeners( type ) ) { in replaceIdentityStore()
158 connectionListener.setIdentityStoreConfiguration( configuration ); in replaceIdentityStore()
209 for ( ConnectionListener connectionListener : connectionManager.getListeners( type ) ) { in replaceTrustStore()
211 connectionListener.setTrustStoreConfiguration( configuration ); in replaceTrustStore()
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DJChessBoard.java148 private static ConnectionListener connectionListener; field in JChessBoard
1020 if (connectionListener == null) in JChessBoard()
1021 connectionListener = new ConnectionListener(); in JChessBoard()
1022 connectionListener.setPort(settings.networkPort); in JChessBoard()
1023 connectionListener.setEnabled(settings.enableServer); in JChessBoard()
1451 connectionListener.showSettingsPane(); in JChessBoard()
1452 settings.enableServer = connectionListener.isEnabled(); in JChessBoard()
1453 settings.networkPort = connectionListener.getPort(); in JChessBoard()
/dports/audio/guidoar/guidoar-cf5681a/lang/typescript/test/
H A Dnode.d.ts1200 connect(port: number, host?: string, connectionListener?: Function): void;
1201 connect(path: string, connectionListener?: Function): void;
1261 export function createServer(connectionListener?: (socket: Socket) =>void ): Server;
1262 …export function createServer(options?: { allowHalfOpen?: boolean; }, connectionListener?: (socket:…
1263 …localPort? : string, family? : number, allowHalfOpen?: boolean; }, connectionListener?: Function):…
1264 export function connect(port: number, host?: string, connectionListener?: Function): Socket;
1265 export function connect(path: string, connectionListener?: Function): Socket;
1266 …localPort? : string, family? : number, allowHalfOpen?: boolean; }, connectionListener?: Function):…
1267 …export function createConnection(port: number, host?: string, connectionListener?: Function): Sock…
1268 export function createConnection(path: string, connectionListener?: Function): Socket;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/server/win/
H A Dccs_os_server.cpp82 void connectionListener(void* rpcargs);
258 connectionListener((void*)&rpcargs); in ccs_os_server_listen_loop()
481 void connectionListener(void* rpcargs) { in connectionListener() function
/dports/security/krb5/krb5-1.19.2/src/ccapi/server/win/
H A Dccs_os_server.cpp82 void connectionListener(void* rpcargs);
258 connectionListener((void*)&rpcargs); in ccs_os_server_listen_loop()
481 void connectionListener(void* rpcargs) { in connectionListener() function
/dports/www/node10/node-v10.24.1/doc/api/
H A Dnet.md65 ### new net.Server([options][, connectionListener])
68 [`net.createServer([options][, connectionListener])`][`net.createServer()`].
69 * `connectionListener` {Function} Automatically set as a listener for the
1040 ## net.createServer([options][, connectionListener])
1050 * `connectionListener` {Function} Automatically set as a listener for the
/dports/www/node10/node-v10.24.1/doc/changelogs/
H A DCHANGELOG_V8.md1260 …tps://github.com/nodejs/node/commit/ae3836a58f)] - **test**: http2 connectionListener reject clien…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold59599 "connectionListener": -11.393196,