Next: Sockets.ServerSocket-initializing, Previous: Sockets.ServerSocket class-instance creation, Up: Sockets.ServerSocket [Index]
Accept a new connection and create a new instance of Socket if there is one, else answer nil.
Accept a new connection and create a new instance of socketClass if there is one, else answer nil. This is usually needed only to create DatagramSockets.
Answer the local address
Answer the local port (the port that the passive socket is listening on).
Accept a new connection and create a new instance of Socket if there is one, else fail.
Wait for a connection to be available, and suspend the currently executing process in the meanwhile.