GetSocketAddress

Constructors

this
this()

Constructor.

Members

Classes

SocketAddressException
class SocketAddressException

Functions

local
Address local(ISelectable conduit)

Obtains the local address associated with conduit from getsockname(). conduit must have been downcasted from Socket.

remote
Address remote(ISelectable conduit)

Obtains the remote address associated with conduit from getpeername(). conduit must have been downcasted from Socket.

Structs

Address
struct Address

Contains the address and accessor methods.

Meta