LrJposChannel.accept

Accepts a new connection.

public static void accept(ServerSocket serverSocket) throws IOException

Parameters

  • serverSocket: The ServerSocket instance that accepts the new connection.

Return values

This function does not return any values.