Calls accept() to accept a connection from a listening socket, sets this.fd to the accepted socket file descriptor and memorises the remote address and port.
Calls accept() to accept a connection from a listening socket, sets this.fd to the accepted socket file descriptor and memorises the remote address and port.
Calls accept() to accept a connection from a listening socket, sets this.fd to the accepted socket file descriptor and memorises the remote address and port.
Calls accept() to accept a connection from a listening socket, sets this.fd to the accepted socket file descriptor and memorises the remote address and port.
Obtains the IP address most recently passed to bind() or connect() or obtained by accept().
Assigns a local address and optionally a port to this socket and memorises address and port. This socket needs to have been created by socket().
Assigns the wildcard "any" local address and optionally a port to this socket and memorises address and port. This socket needs to have been created by socket().
Connects this socket the specified address and port and memorises address and port. This socket needs to have been created by socket().
Connects this socket the specified address memorises and it. This socket needs to have been created by socket().
IAddressIPSocketInfo interface method. Wrapper for method implemented by super class.
Obtains the address most recently passed to bind() or connect() or obtained by accept().
Obtains the port number most recently passed to bind() or connect() or obtained by accept().
Asks the operating system what address & port this socket is actually bound to and updates the internal buffers accordingly.
Obtains the IP address most recently passed to bind() or connect() or obtained by accept().
Obtains the port number most recently passed to bind() or connect() or obtained by accept().
IP socket class, memorises the address most recently passed to bind() or connect() or obtained by accept().