Module vibe.core.net
TCP/UDP connection and server handling.
Functions
Name | Description |
---|---|
connectTcp | Establishes a connection to the given host/port. |
listenTcp | Starts listening on the specified port . |
listenTcpS | Starts listening on the specified port . |
listenUdp | Creates a bound UDP socket suitable for sending and receiving packets. |
resolveHost | Resolves the given host name/IP address string. |
Interfaces
Name | Description |
---|---|
TcpConnection | Represents a single TCP connection. |
TcpListener | Represents a listening TCP socket. |
UdpConnection | Represents a bound and possibly 'connected' UDP socket. |
Structs
Name | Description |
---|---|
NetworkAddress | Represents a network/socket address. |
Enums
Name | Description |
---|---|
TcpListenOptions |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.