Home
last modified time | relevance | path

Searched refs:ConnectionLost (Results 26 – 50 of 210) sorted by relevance

123456789

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DPingStatus.h20 ConnectionLost, enumerator
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dmain.py18 CONNECTION_LOST = error.ConnectionLost('Connection lost')
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/smtp/
H A Dserver.py35 from . import SmtpError, ConnectionLost
146 except ConnectionLost:
207 except ConnectionLost:
222 raise ConnectionLost()
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Dhttpcache.py8 ConnectionLost,
34 ConnectionLost, TCPTimedOutError, ResponseFailed,
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A D_http2.py33 from twisted.internet.error import ConnectionLost
187 Failure(ConnectionLost("Remote peer sent GOAWAY")),
328 self.connectionLost(Failure(ConnectionLost("Producing stopped")))
497 Failure(ConnectionLost("Stream reset with code %s" % event.error_code))
766 stream.connectionLost(Failure(ConnectionLost("Invalid request")))
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_relay_smtp_lmtpclient.py10 from slimta.smtp import ConnectionLost
128 self.sock.recv(IsA(int)).AndRaise(ConnectionLost)
133 with self.assertRaises(ConnectionLost):
H A Dtest_slimta_smtp_io.py6 from slimta.smtp import BadReply, ConnectionLost
28 self.assertRaises(ConnectionLost, io.buffered_recv)
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/twisted/test/
H A Dtest_protocol.py39 ConnectionLost
89 self.proto.connectionLost(Failure(ConnectionLost()))
98 self.proto.connectionLost(Failure(ConnectionLost("greetings")))
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/edge/
H A Dsmtp.py32 from slimta.smtp import ConnectionLost, MessageTooBig
267 except ConnectionLost:
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh460_std17.cxx261 transport->ConnectionLost(TRUE); in Main()
265 transport->ConnectionLost(TRUE); in Main()
272 transport->ConnectionLost(FALSE); in Main()
557 void H46017Transport::ConnectionLost(PBoolean established) in ConnectionLost() function in H46017Transport
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/OpsWorks/
H A DInstancesCount.pm5 has ConnectionLost => (is => 'ro', isa => 'Int'); attribute in Paws::OpsWorks::InstancesCount
/dports/net/py-txamqp/txAMQP-0.8.2/src/txamqp/test/
H A Dtest_protocol.py3 from twisted.internet.error import ConnectionLost
115 self.assertIsInstance(failure.value.args[0].value, ConnectionLost)
/dports/www/py-tornado4/tornado-4.5.3/tornado/platform/
H A Dtwisted.py189 err = error.ConnectionLost()
193 err = error.ConnectionLost()
200 err = error.ConnectionLost()
204 err = error.ConnectionLost()
/dports/www/py-tornado5/tornado-5.1.1/tornado/platform/
H A Dtwisted.py194 err = error.ConnectionLost()
198 err = error.ConnectionLost()
205 err = error.ConnectionLost()
209 err = error.ConnectionLost()
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/platform/
H A Dtwisted.py190 err = error.ConnectionLost()
194 err = error.ConnectionLost()
201 err = error.ConnectionLost()
205 err = error.ConnectionLost()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/ApplicationModel/Calls/Background/
H A Dmod.rs25 pub const ConnectionLost: Self = Self(3i32); const
/dports/net-im/coyim/coyim-0.3.11/session/events/
H A Devents.go26 ConnectionLost const
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dremconn.h144 ConnectionLost, enumerator
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/enterprise/
H A Dadbapi.py15 class ConnectionLost(Exception): class
66 raise ConnectionLost()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/enterprise/
H A Dadbapi.py18 class ConnectionLost(Exception): class
70 raise ConnectionLost()
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dutil.py58 from asyncssh.misc import ConnectionLost, SignalReceived
145 raise ConnectionLost('Abort') from None
/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dtest_athena.py17 from nevow.athena import LiveElement, ConnectionLost
1025 self.events[0].trap(athena.ConnectionLost)
1046 self.events[0].trap(athena.ConnectionLost)
1106 self.events[0].trap(athena.ConnectionLost)
1698 self.assertEqual(f.type, ConnectionLost)
1706 self.page._disconnected(ConnectionLost('test'))
1779 self.page._disconnected(ConnectionLost('test'))
1789 self.page._disconnected(ConnectionLost('test'))
1819 self.page._disconnected(ConnectionLost('test'))
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasensevts.pas101 function ConnectionLost(bstrConnection: WideString; ulType: ULONG): HRESULT; stdcall; dispid 3; in ConnectionLost() function
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A D__init__.py59 from .misc import ConnectionLost, CompressionError, HostKeyNotVerifiable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/ApplicationModel/Calls/
H A Dmod.rs202 pub const ConnectionLost: Self = Self(3i32); const
255 pub const ConnectionLost: Self = Self(3i32); const

123456789