Package core :: Module net
[hide private]
[frames] | no frames]

Module net

source code

Net support to the python vert.x platform


Author: Scott Horn

Classes [hide private]
NetServer
Represents a TCP or SSL Server
NetClient
NetClient is an asynchronous factory for TCP or SSL connections.
NetSocket
NetSocket is a socket-like abstraction used for reading from or writing to TCP connections.
ConnectHandler
Connection handler
Variables [hide private]
  __email__ = "scott@hornmicro.com"
  __credits__ = "Based entirely on work by Tim Fox http://tfox.org"