Home | Trees | Index | Help |
---|
|
Honey
Error
Fakes
HTTP
: This package contains the base classes for the protocol, the strings
used by different servers.
POP3
: This package contains the base classes for the protocol, the strings
used by different servers.
SMTP
: This package contains the base classes for the protocol, the strings
used by different servers.
Loop
Misc
Protocol
Selector
Server
Socket
test_error
test_loop
: Testing module for Loop module
test_misc
test_protocol
test_select
test_server
test_socket
__builtin__.object
: The most base type
Honey.Protocol.BaseProtocol
: Base class for implementing protocols
test_protocol.MyBaseProtocol
Honey.Protocol.RawProtocol
: Receives and send raw data
test_socket.DumbProtocol
Honey.Protocol.LineProtocol
: Line oriented protocol.
Honey.Fakes.HTTP.base_http.FakeHTTP
: Define the HTTP Protocol
Honey.Fakes.POP3.base_pop3.FakePOP3
: Define the POP3 Protocol
Honey.Fakes.SMTP.base_smtp.FakeSMTP
: Define the SMTP protocol
test_protocol.MyLineProtocol
test_select.MyProtocol
test_server.MyProtocol
test_protocol.MyRawProtocol
Honey.Socket.BaseSocket
test_select.ClientTester
test_server.ClientTester
test_socket.ClientTester
Honey.Loop.Engine
test_select.FakeServer
test_socket.FakeServer
test_select.FakeSocket
Honey.Fakes.HTTP.base_http.HTTPRequest
Honey.Selector.Select
Honey.Loop.TaskQueue
Honey.Server.TCPServer
unittest.TestCase
: A class whose instances are single test cases.
__builtin__.type
: type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
: Common base class for all exceptions.
test_socket.ConnectionLost
test_socket.DataReceived
Honey.Error.HoneyPythonError
Honey.Error.SelectError
Honey.Error.ServerError
Honey.Error.SocketError
: An error ocurred with a socket
Honey.Error.ConnectionError
: An error ocurred with a connection
Honey.Error.AddressAlreadyInUse
: errno code: 98
Honey.Error.AddressNotAvailable
: errno code: 99
Honey.Error.ClientClosed
: -1
Honey.Error.ConnectionAborted
: errno code: 103
Honey.Error.ConnectionAlreadyInProgress
: errno code: 114
Honey.Error.ConnectionRefused
: errno code: 111
Honey.Error.ConnectionResetByPeer
: errno code: 104
Honey.Error.HostIsDown
: errno code: 112
Honey.Error.HostUnreachable
: errno code: 113
Honey.Error.MapSocketError
: A especial exception that maps errno error codes to specific
ConnectionError exceptions for each case.
Honey.Error.NetworkIsDown
: errno code: 100
Honey.Error.NetworkReset
: errno code: 102
Honey.Error.NetworkUnreachable
: errno code: 101
Honey.Error.NoBufferSpaceAvailable
: errno code: 105
Honey.Error.NotConnected
: errno code: 107
Honey.Error.SocketIsConnected
: errno code: 106
Honey.Error.TCPTimeOut
: errno code: 110
exceptions.StandardError
: Base class for all standard Python exceptions.
exceptions.AssertionError
: Assertion failed.
exceptions.ValueError
: Inappropriate argument value (of correct type).
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Dec 7 16:05:53 2003 | http://epydoc.sf.net |